From 0ebb8441653faec9dab71e440d67509c1f36dfe4 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 9 Jul 2019 13:06:26 +0300 Subject: [PATCH] Don't add border to search one-off items --- chrome/dark_checkboxes_and_radios.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/dark_checkboxes_and_radios.css b/chrome/dark_checkboxes_and_radios.css index 16626af..f2d71b3 100644 --- a/chrome/dark_checkboxes_and_radios.css +++ b/chrome/dark_checkboxes_and_radios.css @@ -58,6 +58,7 @@ 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,, .panel-footer > button{ border-width: 1px 0 0 0; } button.panel-button{ padding: 2px 2px 1px 2px !important; }