commit f7ecf3ec3fad32f8722423573a95bf69b47ff7f4
parent 4720dc1d734e1078311c209670c9a192153a62da
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:27:51 +0300
Update checkbox.css
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/chrome/global/checkbox.css b/src/chrome/global/checkbox.css
@@ -43,7 +43,7 @@ checkbox:-moz-focusring > .checkbox-label-box {
/* ..... disabled state ..... */
checkbox[disabled="true"] > .checkbox-check {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
checkbox[disabled="true"] {
@@ -62,11 +62,11 @@ checkbox[disabled="true"] {
-moz-border-left-colors: rgb(75,75,75);
min-width: 13px;
min-height: 13px;
- background: rgb(50,50,50) no-repeat 50% 50%;
+ background: rgb(0,0,0) no-repeat 50% 50%;
}
checkbox:hover:active > .checkbox-check {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
/* ..... checked state ..... */