Avoid breaking OneeChan with spoiler checkbox changes.
This commit is contained in:
parent
86496ee9fa
commit
80cc4022c7
@ -1461,9 +1461,11 @@ input#qr-filename {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.checkbox-letter {
|
.checkbox-letter {
|
||||||
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#qr-filename-container label:not(:hover) > input[type="checkbox"]:not(:focus):not(:checked),
|
#qr-filename-container label:not(:hover) > input[type="checkbox"]:not(:focus):not(:checked),
|
||||||
|
#qr-filename-container label:not(:hover) > input[type="checkbox"]:not(:focus):not(:checked) ~ :not(.checkbox-letter),
|
||||||
#qr-filename-container label:hover > .checkbox-letter,
|
#qr-filename-container label:hover > .checkbox-letter,
|
||||||
input[type="checkbox"]:focus ~ .checkbox-letter,
|
input[type="checkbox"]:focus ~ .checkbox-letter,
|
||||||
input[type="checkbox"]:checked ~ .checkbox-letter {
|
input[type="checkbox"]:checked ~ .checkbox-letter {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user