Fix color of the spoiler 'S'.
This commit is contained in:
parent
0feb6637cf
commit
f2974d5fbb
@ -1458,7 +1458,6 @@ input#qr-filename {
|
||||
}
|
||||
.checkbox-letter {
|
||||
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:hover > .checkbox-letter,
|
||||
@ -1469,7 +1468,7 @@ input[type="checkbox"]:checked ~ .checkbox-letter {
|
||||
opacity: 0;
|
||||
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;
|
||||
}
|
||||
#paste-area {
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<input id="qr-filename" data-name="filename" spellcheck="false">
|
||||
<label id="qr-spoiler-label">
|
||||
<input type="checkbox" id="qr-file-spoiler" title="Spoiler image">
|
||||
<span class="checkbox-letter">S</span>
|
||||
<a class="checkbox-letter">S</a>
|
||||
</label>
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user