emphasize disableAll mode: make the label red and bold
fixes #227 which is quite typical for new users
This commit is contained in:
parent
b6703e7b15
commit
8b28262fe7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user