summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:18:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:18:58 +0300
commit57e30bd9bc25ef4eee01183192dd2c24e83dcd76 (patch)
treea66e9975e262cc077f913068d261702634eb4c58 /themes/night.css
parent911cbf0e767ec27977d9775ae4e516e337aeb5cd (diff)
make prefs icons a bit more colorful
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 4d6ce54ea..f8ff1003a 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1769,6 +1769,10 @@ body#sharepopup input {
content: "\f00c";
color: white;
}
+.flat .dijitTab i.material-icons,
+.flat .dijitAccordionInnerContainer:not(.dijitSelected) i.material-icons {
+ color: #b87d2c;
+}
.flat .dijitTree .dijitFolderClosed,
.flat .dijitTree .dijitFolderOpened {
display: none;