From 0f70671fbcb211a20f39ffffc75c82698d7ad560 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 18 Oct 2015 12:12:35 -0700 Subject: [PATCH] Put an S in the QR spoiler checkbox. --- src/General/css/style.css | 21 +++++++++++++++++++-- src/General/html/Features/QuickReply.html | 1 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index b9da30cca..a19c8281f 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1407,7 +1407,7 @@ input#qr-filename { } /* Spoiler Checkbox, QR Icons */ -#qr-spoiler-label, #qr-filename-container > a { +#qr-filename-container > label, #qr-filename-container > a { -webkit-flex: none; flex: none; margin: 0; @@ -1419,9 +1419,26 @@ input#qr-filename { #file-n-submit:not(.custom-cooldown) #custom-cooldown-button { display: none; } -#qr-file-spoiler { +#qr-filename-container > label { + position: relative; +} +#qr-filename-container input[type="checkbox"] { margin: 0; } +.checkbox-letter { + pointer-events: none; + position: absolute; + top: 2px; + left: 3px; + right: 3px; + text-align: center; + font-size: 11px; + font-weight: bold; + color: rgba(0,0,0,.6); +} +input[type="checkbox"]:checked ~ .checkbox-letter { + display: none; +} #paste-area, #url-button, #custom-cooldown-button, #dump-button { opacity: 0.6; } diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index 161f40ae4..ad509911d 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -30,6 +30,7 @@