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;
}

File diff suppressed because one or more lines are too long

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;
}

View File

@ -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;
}

File diff suppressed because one or more lines are too long