formatting

This commit is contained in:
MrOtherGuy 2018-12-16 04:42:46 +02:00
parent a6e7ba119f
commit 769942cdc3

View file

@ -1,3 +1,7 @@
/* Color editing should generally be done in theme_color_variables.css */
/*!!! IMPORT theme_color_variables.css !!!*/
/* Library window */
@-moz-document url(chrome://browser/content/places/places.xul){
:root{ background-color: var(--uc-light-bkgnd-color) !important;}
@ -23,6 +27,7 @@
#placesMenu > menu{ border: none !important; }
#detailsDeck{ color: var(--uc-text-color) }
}
/* Page-info window */
@-moz-document url(chrome://browser/content/pageinfo/pageInfo.xul){
#main-window,
@ -40,12 +45,10 @@
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; }