From cd65fe8fda10811ee1857ca88e0278e3e2639306 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 4 Nov 2019 09:45:02 +0200 Subject: [PATCH] Add black box-shadow to active buttons --- chrome/dark_checkboxes_and_radios.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/dark_checkboxes_and_radios.css b/chrome/dark_checkboxes_and_radios.css index f2d71b3..6cca2ae 100644 --- a/chrome/dark_checkboxes_and_radios.css +++ b/chrome/dark_checkboxes_and_radios.css @@ -56,9 +56,10 @@ button{ button[disabled]{ opacity: 0.8 } -button:not([disabled]):hover{ border-color: highlight; background-color: rgba(0,0,0,0.1) !important; } -button.searchbar-engine-one-off-item,, +button:not([disabled]):hover{ border-color: highlight; background-color: rgba(0,0,0,0.1) !important; box-shadow: inset 0 0 2px highlight } +button:not([disabled]):active{ box-shadow: inset 0 0 3px 0px black } +button.searchbar-engine-one-off-item, .panel-footer > button{ border-width: 1px 0 0 0; } button.panel-button{ padding: 2px 2px 1px 2px !important; }