clean up formatting
This commit is contained in:
parent
be93cbb620
commit
8e9977c809
1 changed files with 55 additions and 63 deletions
|
@ -7,12 +7,12 @@ findbar {
|
|||
.findbar-find-previous {
|
||||
list-style-image: url(../icons/chevron-up.svg) !important;
|
||||
}
|
||||
|
||||
.findbar-find-next {
|
||||
list-style-image: url(../icons/chevron-down.svg) !important;
|
||||
}
|
||||
|
||||
.findbar-textbox
|
||||
{
|
||||
.findbar-textbox {
|
||||
color: inherit !important;
|
||||
background-color: transparent !important;
|
||||
background-image: url(../icons/search.svg) !important;
|
||||
|
@ -25,8 +25,7 @@ findbar {
|
|||
padding-inline-start: 28px !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"]
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] {
|
||||
background-color: var(--toolbar-field-background-color) !important;
|
||||
color: var(--lwt-toolbar-field-color) !important;
|
||||
border-radius: 4px !important;
|
||||
|
@ -38,21 +37,18 @@ hbox[anonid="findbar-textbox-wrapper"]
|
|||
box-shadow: 0 1px 5px 0 #0001 !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"]:hover:not(:focus-within)
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"]:hover:not(:focus-within) {
|
||||
background-color: var(--toolbar-field-hover-background-color) !important;
|
||||
box-shadow: 0 0 0 1px inset var(--toolbar-field-hover-border-color) !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"]:focus-within
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"]:focus-within {
|
||||
background-color: var(--toolbar-field-focus-background-color) !important;
|
||||
color: var(--lwt-toolbar-field-focus-color) !important;
|
||||
box-shadow: 0 0 0 1px inset var(--toolbar-field-focus-border-color), 0 0 0 1px var(--toolbar-field-focus-border-color) !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton {
|
||||
border-radius: 4px !important;
|
||||
border: 0 !important;
|
||||
width: 24px !important;
|
||||
|
@ -65,23 +61,19 @@ hbox[anonid="findbar-textbox-wrapper"] toolbarbutton
|
|||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton[disabled]
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton[disabled] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton .toolbarbutton-text
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton .toolbarbutton-text {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton:not([disabled]):hover
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton:not([disabled]):hover {
|
||||
background-color: var(--toolbarbutton-hover-background) !important;
|
||||
}
|
||||
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton:not([disabled]):hover:active
|
||||
{
|
||||
hbox[anonid="findbar-textbox-wrapper"] toolbarbutton:not([disabled]):hover:active {
|
||||
background-color: var(--toolbarbutton-active-background) !important;
|
||||
transition-duration: 0 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue