Skip to content

Commit 50d7591

Browse files
committed
Active/inactive for compose
1 parent 83f0c00 commit 50d7591

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

skin/compose.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
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
}

skin/messenger.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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;

0 commit comments

Comments
 (0)