2023-01-01 16:44:45 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/deprecated/theme_additional_windows.css made available under Mozilla Public License v. 2.0
|
2020-05-22 05:13:58 +00:00
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2018-12-16 02:42:46 +00:00
|
|
|
/* Color editing should generally be done in theme_color_variables.css */
|
|
|
|
|
|
|
|
/*!!! IMPORT theme_color_variables.css !!!*/
|
|
|
|
|
2018-12-13 16:28:55 +00:00
|
|
|
/* Library window */
|
|
|
|
@-moz-document url(chrome://browser/content/places/places.xul){
|
2018-12-19 17:45:01 +00:00
|
|
|
:root{ background-color: var(--uc-light-bkgnd-color,black) !important;}
|
2018-12-13 16:28:55 +00:00
|
|
|
#placesToolbar,
|
|
|
|
tree{
|
|
|
|
background: transparent !important;
|
|
|
|
color: var(--uc-text-color) !important;
|
|
|
|
}
|
|
|
|
textbox,
|
|
|
|
richlistbox,
|
|
|
|
treecol,
|
|
|
|
button{
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
background-color: var(--uc-dark-bkgnd-color) !important;
|
|
|
|
color: var(--uc-text-color) !important;
|
|
|
|
}
|
|
|
|
treecol:not([hideheader]){ height: 24px; }
|
|
|
|
treecol:hover{ filter: brightness(160%) }
|
|
|
|
treechildren::-moz-tree-row(multicol, odd){ background-color: rgba(0,0,0,0.2) !important; }
|
|
|
|
treechildren::-moz-tree-row(hover),button:hover{ background-color: var(--uc-active-color) !important; }
|
|
|
|
treechildren::-moz-tree-row(selected){ background-color: var(--uc-border-color) !important; }
|
|
|
|
button{ padding: 3px }
|
|
|
|
#placesMenu > menu{ border: none !important; }
|
|
|
|
#detailsDeck{ color: var(--uc-text-color) }
|
|
|
|
}
|
2018-12-16 02:42:46 +00:00
|
|
|
|
2018-12-13 16:28:55 +00:00
|
|
|
/* Page-info window */
|
|
|
|
@-moz-document url(chrome://browser/content/pageinfo/pageInfo.xul){
|
|
|
|
#main-window,
|
|
|
|
#topBar{
|
2018-12-19 17:45:01 +00:00
|
|
|
background-color: var(--uc-dark-bkgnd-color,black) !important;
|
|
|
|
color: var(--uc-text-color,white) !important;
|
2018-12-13 16:28:55 +00:00
|
|
|
}
|
|
|
|
textbox{ color: var(--uc-text-color) !important; }
|
|
|
|
|
|
|
|
richlistbox,
|
|
|
|
treecol,
|
|
|
|
button,
|
|
|
|
#permList{
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
background-color: var(--uc-light-bkgnd-color) !important;
|
|
|
|
color: var(--uc-text-color) !important;
|
|
|
|
}
|
|
|
|
tree{
|
|
|
|
background: transparent !important;
|
|
|
|
color: var(--uc-text-color) !important;
|
|
|
|
}
|
|
|
|
treecol:not([hideheader]){ height: 24px; }
|
|
|
|
treecol:hover{ filter: brightness(140%) }
|
|
|
|
treechildren{ background-color: var(--uc-light-bkgnd-color) !important; }
|
|
|
|
treechildren::-moz-tree-row(multicol, odd){ background-color: rgba(0,0,0,0.2) !important; }
|
|
|
|
treechildren::-moz-tree-row(hover),
|
|
|
|
button:hover,
|
|
|
|
radiogroup > radio:hover,
|
|
|
|
#permList > .permission:hover{
|
|
|
|
background-color: var(--uc-active-color) !important;
|
|
|
|
}
|
|
|
|
treechildren::-moz-tree-row(selected),
|
|
|
|
radiogroup > radio[selected]{
|
|
|
|
background-color: var(--uc-border-color) !important;
|
|
|
|
}
|
|
|
|
}
|