Don't add border to search one-off items

This commit is contained in:
MrOtherGuy 2019-07-09 13:06:26 +03:00
parent f3673be225
commit 0ebb844165

View file

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