emphasize disableAll mode: make the label red and bold

fixes #227 which is quite typical for new users
This commit is contained in:
tophf 2017-11-13 20:42:35 +03:00
parent b6703e7b15
commit 8b28262fe7

View File

@ -88,6 +88,11 @@ body.blocked > DIV {
text-decoration: line-through; text-decoration: line-through;
} }
#installed.disabled + .actions #disableAll-label {
font-weight: bold;
color: firebrick;
}
#installed .actions { #installed .actions {
cursor: default; cursor: default;
} }