From f2974d5fbba616c525239033ec49d67ee1bdc707 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 20 Oct 2015 23:45:19 -0700 Subject: [PATCH] Fix color of the spoiler 'S'. --- src/General/css/style.css | 3 +-- src/General/html/Features/QuickReply.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index c7dbce227..975293c09 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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 { diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index 526e99ba0..f55d8f1d5 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -37,7 +37,7 @@