Skip to content

Commit bd30bc6

Browse files
committed
Fix text and icon colors dirTree
1 parent ab648bc commit bd30bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/skin/addressbook.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import url(chrome://MonterailOverlay/content/skin/root.css);
2+
@import url(chrome://MonterailOverlay/content/skin/icons/css/adressbook.css);
23

34
#dirTree > treechildren {
45
--treechildren-hoverBackground: rgba(255,255,255,.1);
@@ -48,7 +49,7 @@
4849
#abResultsTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected, focus),
4950
#dirTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text,
5051
#dirTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected, focus) {
51-
color: #fff;
52+
color: #fff !important;
5253
}
5354

5455
#dirTree > treechildren::-moz-tree-twisty {

0 commit comments

Comments
 (0)