diff options
author | Marvin Borner | 2020-10-19 21:06:10 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-19 21:06:10 +0200 |
commit | 41306ad06681b27061f41d97dd7c8484ef015827 (patch) | |
tree | 6b275c612db4519b9ec8d453e95d25c09e40c7a0 /quotes/public/style.css | |
parent | 8cac8a68132b82964c4ca3fda8e21fbb06bfbc8c (diff) |
Some frontend things
Diffstat (limited to 'quotes/public/style.css')
-rw-r--r-- | quotes/public/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
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, |