From 41306ad06681b27061f41d97dd7c8484ef015827 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 19 Oct 2020 21:06:10 +0200 Subject: Some frontend things --- quotes/public/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'quotes/public/style.css') diff --git a/quotes/public/style.css b/quotes/public/style.css index a4eaf19..f098bda 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -46,8 +46,10 @@ li { span { float: right; - color: red; cursor: pointer; + background: url("/feather/icons/trash.svg") no-repeat center; + width: 30px; + height: 30px; } input, -- cgit v1.2.3