Skip to content

Commit

Permalink
Fix text and icon colors dirTree
Browse files Browse the repository at this point in the history
  • Loading branch information
conema committed Dec 10, 2020
1 parent ab648bc commit bd30bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/skin/addressbook.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url(chrome://MonterailOverlay/content/skin/root.css);
@import url(chrome://MonterailOverlay/content/skin/icons/css/adressbook.css);

#dirTree > treechildren {
--treechildren-hoverBackground: rgba(255,255,255,.1);
Expand Down Expand Up @@ -48,7 +49,7 @@
#abResultsTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected, focus),
#dirTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text,
#dirTree > treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected, focus) {
color: #fff;
color: #fff !important;
}

#dirTree > treechildren::-moz-tree-twisty {
Expand Down

0 comments on commit bd30bc6

Please sign in to comment.