same color for disabled styles in popup/manager

This commit is contained in:
tophf 2020-11-21 17:30:39 +03:00
parent 008e33254d
commit be53d42f6a
2 changed files with 5 additions and 0 deletions

View File

@ -249,6 +249,10 @@ a:hover {
font-weight: normal;
transition: opacity .5s .1s;
}
.disabled h2 .style-name-link {
opacity: 1;
color: #999;
}
.disabled:hover .actions {
opacity: 1;

View File

@ -224,6 +224,7 @@ html[style] .entry-content {
.entry.disabled .style-name {
font-weight: normal;
color: #999;
}
.entry .main-controls {