summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 21:46:59 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 21:46:59 +0300
commit557ed6bcad22413a037a41ae3407ea22b1be94d7 (patch)
tree577f65ba8addfb80ee30288614fbe9f0fef5d804 /themes/night.css
parentfca78f741714561ea130c96183116e6585fcde1c (diff)
css: highlight disabled menu items
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index d82e73b45..3321e26f3 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1761,6 +1761,9 @@ body#sharepopup input {
padding: 4px 8px;
font-size: 13px;
}
+.flat .dijitMenu .dijitMenuItem.dijitDisabled:not(.dijitMenuItemSelected) .dijitMenuItemLabel {
+ color: #d29745;
+}
.flat .dijitMenu .dijitMenuItem td {
padding: 0px;
}