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; }