diff options
Diffstat (limited to 'src/chrome/global/checkbox.css')
| -rw-r--r-- | src/chrome/global/checkbox.css | 4 |
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 | ||
| 45 | checkbox[disabled="true"] > .checkbox-check { | 45 | checkbox[disabled="true"] > .checkbox-check { |
| 46 | background-color: rgb(0,0,0); | 46 | background-color: #181411; |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | checkbox[disabled="true"] { | 49 | checkbox[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 | ||
| 68 | checkbox:hover:active > .checkbox-check { | 68 | checkbox:hover:active > .checkbox-check { |
