Make the search/filter textfield dark
This commit is contained in:
parent
bdaad97165
commit
df5120bb43
1 changed files with 10 additions and 5 deletions
|
@ -13,14 +13,16 @@
|
||||||
dialog,
|
dialog,
|
||||||
tree{
|
tree{
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
background-color: var(--toolbar-bgcolor,rgb(50,50,52)) !important;
|
background-color: rgb(50,50,52) !important;
|
||||||
color: rgb(249,249,250) !important;
|
color: rgb(249,249,250) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#placesToolbar,
|
#placesToolbar,
|
||||||
tree{
|
tree{
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
#searchFilter,
|
||||||
|
input,
|
||||||
textbox,
|
textbox,
|
||||||
richlistbox,
|
richlistbox,
|
||||||
treecol,
|
treecol,
|
||||||
|
@ -33,8 +35,9 @@
|
||||||
|
|
||||||
.menubar-left{ fill: currentColor; -moz-context-properties: fill; }
|
.menubar-left{ fill: currentColor; -moz-context-properties: fill; }
|
||||||
|
|
||||||
textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; }
|
#searchFilter,input,textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; }
|
||||||
|
#searchFilter > input{ background-color: transparent !important; }
|
||||||
|
|
||||||
treecol:not([hideheader]){ height: 24px; }
|
treecol:not([hideheader]){ height: 24px; }
|
||||||
treecol:hover{ filter: brightness(160%) }
|
treecol:hover{ filter: brightness(160%) }
|
||||||
treechildren::-moz-tree-row(multicol, odd), #permList{ background-color: rgba(0,0,0,0.2) !important; }
|
treechildren::-moz-tree-row(multicol, odd), #permList{ background-color: rgba(0,0,0,0.2) !important; }
|
||||||
|
@ -49,9 +52,11 @@
|
||||||
button{ padding: 3px }
|
button{ padding: 3px }
|
||||||
#placesMenu > menu{ border: none !important; }
|
#placesMenu > menu{ border: none !important; }
|
||||||
|
|
||||||
button{ border: 1px solid graytext; border-radius: 3px }
|
input,button{ border: 1px solid graytext; border-radius: 3px }
|
||||||
|
input{ padding: 2px }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* modal prompts (alert() & friends) */
|
/* modal prompts (alert() & friends) */
|
||||||
|
|
||||||
.paymentDialogContainerFrame,
|
.paymentDialogContainerFrame,
|
||||||
|
|
Loading…
Reference in a new issue