diff options
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, |