39 lines
722 B
CSS
39 lines
722 B
CSS
|
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
|
||
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||
|
|
||
|
toolbox {
|
||
|
background: #222222 !important;
|
||
|
border: none !important;
|
||
|
}
|
||
|
|
||
|
toolbar{
|
||
|
border: none !important;
|
||
|
}
|
||
|
|
||
|
#mail-toolbox {
|
||
|
--chrome-content-separator-color: #101010;
|
||
|
}
|
||
|
|
||
|
#tabs-toolbar, .tabmail-arrowscrollbox, #tabbar-toolbar, .toolbox-top {
|
||
|
background: #222222 !important;
|
||
|
}
|
||
|
.tab-background {
|
||
|
background: linear-gradient(#222222) !important;
|
||
|
}
|
||
|
|
||
|
.tab-background[selected="true"] {
|
||
|
background: #222222 !important;
|
||
|
}
|
||
|
|
||
|
.tab-line {
|
||
|
-moz-box-ordinal-group: 2 !important;
|
||
|
}
|
||
|
|
||
|
.tab-label {
|
||
|
color: #797979 !important;
|
||
|
}
|
||
|
|
||
|
.tab-label[selected="true"] {
|
||
|
color: #c9c9c9 !important;
|
||
|
}
|