mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Don't add border to search one-off items
This commit is contained in:
parent
f3673be225
commit
0ebb844165
1 changed files with 1 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue