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 @@