small fix
This commit is contained in:
parent
48f3796dc9
commit
70a0098b6f
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ findbar{
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-container > .findbar-find-fast{
|
.findbar-container > .findbar-find-fast{
|
||||||
padding: var(--toolbarbutton-inner-padding) 0;
|
padding: var(--toolbarbutton-inner-padding) 1px;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ findbar > .findbar-closebutton:hover > .toolbarbutton-icon{
|
||||||
background-color: var(--uc-active-color) !important;
|
background-color: var(--uc-active-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-textbox{ border-right: none !important; }
|
.findbar-textbox:not(.minimal){ border-right: none !important; }
|
||||||
.findbar-find-next{ border-left: none !important; }
|
.findbar-find-next{ border-left: none !important; }
|
||||||
.findbar-textbox:focus-within ~ toolbarbutton{ border-color: var(--toolbar-field-focus-border-color, Highlight) !important; }
|
.findbar-textbox:focus-within ~ toolbarbutton{ border-color: var(--toolbar-field-focus-border-color, Highlight) !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue