1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 14:37:11 +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

@@ -1761,6 +1761,9 @@ body#sharepopup input {
padding: 4px 8px;
font-size: 13px;
}
.flat .dijitMenu .dijitMenuItem.dijitDisabled:not(.dijitMenuItemSelected) .dijitMenuItemLabel {
color: #2e99d1;
}
.flat .dijitMenu .dijitMenuItem td {
padding: 0px;
}