same color for disabled styles in popup/manager
This commit is contained in:
parent
008e33254d
commit
be53d42f6a
|
@ -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;
|
||||
|
|
|
@ -224,6 +224,7 @@ html[style] .entry-content {
|
|||
|
||||
.entry.disabled .style-name {
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.entry .main-controls {
|
||||
|
|
Loading…
Reference in New Issue
Block a user