Skip to content

Commit a302307

Browse files
committed
Fix group by order & increment version
1 parent 98f6b39 commit a302307

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

chrome/MonterailOverlay/css/messenger.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,21 @@ toolbar[brighttext]>.toolbarbutton-1 {
131131
#calendar-task-tree treechildren::-moz-tree-row(odd),
132132
#unifinder-search-results-tree>treechildren,
133133
#unifinder-search-results-tree>treechildren::-moz-tree-row(even),
134-
#unifinder-search-results-tree>treechildren::-moz-tree-row(odd) {
134+
#unifinder-search-results-tree>treechildren::-moz-tree-row(odd),
135+
#threadTree treechildren::-moz-tree-row(container) {
135136
--treechildren-hoverBackground: var(--tree-background-color-hover);
136137
--treechildren-hoverCurrentBackground: var(--tree-background-color-hover);
137138
background-color: var(--thread-background-color);
138139
}
139140

141+
#threadTree treechildren::-moz-tree-row(container, hover) {
142+
background: var(--tree-background-color-hover) !important;
143+
}
144+
145+
#threadTree treechildren::-moz-tree-row(container, selected) {
146+
background: var(--tree-background-color-selected) !important;
147+
}
148+
140149
#folderTree>treechildren {
141150
--treechildren-hoverBackground: rgba(255,255,255,.1);
142151
--treechildren-hoverCurrentBackground: rgba(255,255,255,.1);

install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Description about="urn:mozilla:install-manifest">
33
<em:id>MonterailDark@conema.me</em:id>
44
<em:name>Monterail Dark</em:name>
5-
<em:version>1.2.4</em:version>
5+
<em:version>1.2.5</em:version>
66
<em:description>Monterail Dark, a Thunderbird theme inspired by the mockup of Monterail</em:description>
77
<em:creator>Emanuele Concas</em:creator>
88
<em:internalName>MonterailDark</em:internalName>

0 commit comments

Comments
 (0)