File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22@import url (chrome://MonterailOverlay/skin/icons/css/compose.css);
33@import url (chrome://MonterailOverlay/skin/root.css);
44
5- # compose-toolbox > # compose-toolbar-menubar2 : not (: -moz-lwtheme ),
65# headers-box > # MsgHeadersToolbar : not (: -moz-lwtheme ),
76# FormatToolbox > # FormatToolbar : not (: -moz-lwtheme ) {
87 color : var (--message-list-text-color );
98 background-color : var (--background-color-light );
109 -moz-appearance : none;
1110}
1211
12+ # compose-toolbox > # compose-toolbar-menubar2 : not (: -moz-lwtheme ),
1313# compose-toolbox > # composeToolbar2 : not (: -moz-lwtheme ),
1414# compose-toolbox > toolbar [id ^= "__customToolbar" ] {
1515 background-color : var (--background-color );
1616 color : # fff ;
1717 -moz-appearance : none;
1818}
1919
20+ # compose-toolbox > # compose-toolbar-menubar2 : not (: -moz-lwtheme ): -moz-window-inactive ,
21+ # compose-toolbox > # composeToolbar2 : not (: -moz-lwtheme ): -moz-window-inactive {
22+ color : # ddd !important ;
23+ background-color : var (--background-color-inactive ) !important ;
24+ }
25+
26+ # menubar-items > # mail-menubar > menu : not ([disabled = "true" ])[_moz-menuactive = "true" ] {
27+ color : # fff ;
28+ }
29+
2030.toolbarbutton-1 {
2131 -moz-context-properties : fill;
2232}
Original file line number Diff line number Diff line change 44@import url (chrome://MonterailOverlay-OS/skin/messenger.css);
55@import url (chrome://MonterailOverlay/skin/root.css);
66
7+ # threadTree > treechildren {
8+ color : # 000 !important ;
9+ }
10+
711# messengerWindow > # navigation-toolbox : not (: -moz-lwtheme ): not (: -moz-window-inactive ) {
812 color : # fff !important ;
913 background-color : var (--background-color ) !important ;
You can’t perform that action at this time.
0 commit comments