From b4f0f70f561b5574c4813340bd2ebdc6ba55baa8 Mon Sep 17 00:00:00 2001 From: piotr Date: Tue, 29 Jun 2021 17:32:44 +0200 Subject: [PATCH] default css modified --- drawer.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drawer.css b/drawer.css index e3c0cad..478782a 100644 --- a/drawer.css +++ b/drawer.css @@ -3,11 +3,12 @@ window { color: #eeeeee } +/* search entry */ entry { background-color: rgba (0, 0, 0, 0.2) } -button { +button, image { background: none; border: none } @@ -16,6 +17,11 @@ button:hover { background-color: rgba (255, 255, 255, 0.1) } +/* in case you wanted to give category buttons a different look */ +#category-button { + margin: 0 10px 0 10px +} + #pinned-box { padding-bottom: 5px; border-bottom: 1px dotted gray