parent
a58f42dee0
commit
5a489e7043
|
@ -139,11 +139,6 @@ label.nobreak input {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.style-name-link:hover {
|
||||
text-decoration: underline;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.applies-to {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
@ -195,7 +190,7 @@ summary {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.disabled h2::after {
|
||||
.disabled h2::after, .entry.usercss .style-name-link::after {
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
text-transform: lowercase;
|
||||
|
@ -205,6 +200,12 @@ summary {
|
|||
margin-left: 1ex;
|
||||
}
|
||||
|
||||
.entry.usercss .style-name-link::after {
|
||||
content: "usercss";
|
||||
background-color: hsla(180, 100%, 20%, 1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user