formatting
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
/* Color editing should generally be done in theme_color_variables.css */
|
||||||
|
|
||||||
|
/*!!! IMPORT theme_color_variables.css !!!*/
|
||||||
|
|
||||||
/* Library window */
|
/* Library window */
|
||||||
@-moz-document url(chrome://browser/content/places/places.xul){
|
@-moz-document url(chrome://browser/content/places/places.xul){
|
||||||
:root{ background-color: var(--uc-light-bkgnd-color) !important;}
|
:root{ background-color: var(--uc-light-bkgnd-color) !important;}
|
||||||
@@ -23,6 +27,7 @@
|
|||||||
#placesMenu > menu{ border: none !important; }
|
#placesMenu > menu{ border: none !important; }
|
||||||
#detailsDeck{ color: var(--uc-text-color) }
|
#detailsDeck{ color: var(--uc-text-color) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page-info window */
|
/* Page-info window */
|
||||||
@-moz-document url(chrome://browser/content/pageinfo/pageInfo.xul){
|
@-moz-document url(chrome://browser/content/pageinfo/pageInfo.xul){
|
||||||
#main-window,
|
#main-window,
|
||||||
@@ -40,12 +45,10 @@
|
|||||||
background-color: var(--uc-light-bkgnd-color) !important;
|
background-color: var(--uc-light-bkgnd-color) !important;
|
||||||
color: var(--uc-text-color) !important;
|
color: var(--uc-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tree{
|
tree{
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
color: var(--uc-text-color) !important;
|
color: var(--uc-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
treecol:not([hideheader]){ height: 24px; }
|
treecol:not([hideheader]){ height: 24px; }
|
||||||
treecol:hover{ filter: brightness(140%) }
|
treecol:hover{ filter: brightness(140%) }
|
||||||
treechildren{ background-color: var(--uc-light-bkgnd-color) !important; }
|
treechildren{ background-color: var(--uc-light-bkgnd-color) !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user