Fix color of the spoiler 'S'.
This commit is contained in:
parent
0feb6637cf
commit
f2974d5fbb
@ -1458,7 +1458,6 @@ input#qr-filename {
|
|||||||
}
|
}
|
||||||
.checkbox-letter {
|
.checkbox-letter {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: rgba(0,0,0,.6);
|
|
||||||
}
|
}
|
||||||
#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:hover > .checkbox-letter,
|
#qr-filename-container label:hover > .checkbox-letter,
|
||||||
@ -1469,7 +1468,7 @@ input[type="checkbox"]:checked ~ .checkbox-letter {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
#paste-area, #url-button, #custom-cooldown-button, #dump-button {
|
.checkbox-letter, #paste-area, #url-button, #custom-cooldown-button, #dump-button {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
#paste-area {
|
#paste-area {
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
<input id="qr-filename" data-name="filename" spellcheck="false">
|
<input id="qr-filename" data-name="filename" spellcheck="false">
|
||||||
<label id="qr-spoiler-label">
|
<label id="qr-spoiler-label">
|
||||||
<input type="checkbox" id="qr-file-spoiler" title="Spoiler image">
|
<input type="checkbox" id="qr-file-spoiler" title="Spoiler image">
|
||||||
<span class="checkbox-letter">S</span>
|
<a class="checkbox-letter">S</a>
|
||||||
</label>
|
</label>
|
||||||
<a href="javascript:;" id="qr-filerm" title="Remove file"><i class="fa fa-times-circle"></i></a>
|
<a href="javascript:;" id="qr-filerm" title="Remove file"><i class="fa fa-times-circle"></i></a>
|
||||||
<a id="url-button" title="Post from url"><i class="fa fa-link"></i></a>
|
<a id="url-button" title="Post from url"><i class="fa fa-link"></i></a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user