manage: restyle "disabled" postfix to a tag

This commit is contained in:
tophf 2017-04-18 18:19:02 +03:00
parent 1018d86b53
commit 1572a0fbfe

View File

@ -162,7 +162,14 @@ summary {
}
.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 {