Add "usercss" label to usercss entries
This commit is contained in:
parent
a58f42dee0
commit
28573185cc
|
@ -139,11 +139,6 @@ label.nobreak input {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.style-name-link:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.applies-to {
|
.applies-to {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
@ -195,7 +190,7 @@ summary {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled h2::after {
|
.disabled h2::after, .entry.usercss .style-name-link::after {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
@ -205,6 +200,12 @@ summary {
|
||||||
margin-left: 1ex;
|
margin-left: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry.usercss .style-name-link::after {
|
||||||
|
content: "usercss";
|
||||||
|
background-color: #0295a2;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
@ -242,6 +243,17 @@ summary {
|
||||||
background-color: rgba(128, 128, 128, 0.05);
|
background-color: rgba(128, 128, 128, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.newUI .entry:hover .style-name::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background: linear-gradient(to right, hsla(180, 100%, 25%, 0.16), transparent);
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.newUI .entry > * {
|
.newUI .entry > * {
|
||||||
padding: .9rem 0 1rem;
|
padding: .9rem 0 1rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -261,6 +273,7 @@ summary {
|
||||||
text-indent: -2em;
|
text-indent: -2em;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newUI .homepage .svg-icon {
|
.newUI .homepage .svg-icon {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user