summaryrefslogtreecommitdiff
path: root/src/chrome/global/checkbox.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/checkbox.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/global/checkbox.css')
-rw-r--r--src/chrome/global/checkbox.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/checkbox.css b/src/chrome/global/checkbox.css
index 7879bd9..ba7ce52 100644
--- a/src/chrome/global/checkbox.css
+++ b/src/chrome/global/checkbox.css
@@ -43,7 +43,7 @@ checkbox:-moz-focusring > .checkbox-label-box {
43/* ..... disabled state ..... */ 43/* ..... disabled state ..... */
44 44
45checkbox[disabled="true"] > .checkbox-check { 45checkbox[disabled="true"] > .checkbox-check {
46 background-color: rgb(0,0,0); 46 background-color: #181411;
47} 47}
48 48
49checkbox[disabled="true"] { 49checkbox[disabled="true"] {
@@ -62,7 +62,7 @@ checkbox[disabled="true"] {
62 -moz-border-left-colors: rgb(75,75,75); 62 -moz-border-left-colors: rgb(75,75,75);
63 min-width: 13px; 63 min-width: 13px;
64 min-height: 13px; 64 min-height: 13px;
65 background: rgb(0,0,0) no-repeat 50% 50%; 65 background: #181411 no-repeat 50% 50%;
66} 66}
67 67
68checkbox:hover:active > .checkbox-check { 68checkbox:hover:active > .checkbox-check {