manage: restyle "disabled" postfix to a tag
This commit is contained in:
parent
1018d86b53
commit
1572a0fbfe
|
@ -162,7 +162,14 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled h2::after {
|
.disabled h2::after {
|
||||||
content: " (__MSG_genericDisabledLabel__)";
|
content: "__MSG_genericDisabledLabel__";
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 11px;
|
||||||
|
text-transform: lowercase;
|
||||||
|
background: rgba(128, 128, 128, .2);
|
||||||
|
padding: 2px 5px 3px;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-left: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user