1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 20:41:29 +00:00

css: highlight disabled menu items

This commit is contained in:
Andrew Dolgov
2018-12-09 21:46:59 +03:00
parent fca78f7417
commit 557ed6bcad
5 changed files with 12 additions and 2 deletions

View File

@@ -37,6 +37,10 @@
font-size: 13px;
}
.dijitMenu .dijitMenuItem.dijitDisabled:not(.dijitMenuItemSelected) .dijitMenuItemLabel {
color : lighten(@color-accent, 10%);
}
.dijitMenu .dijitMenuItem td {
padding: 0px;
}