summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt/radio.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/winnt/radio.css')
-rw-r--r--src/chrome/os/winnt/radio.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/os/winnt/radio.css b/src/chrome/os/winnt/radio.css
index 4fd8cc4..5d23237 100644
--- a/src/chrome/os/winnt/radio.css
+++ b/src/chrome/os/winnt/radio.css
@@ -46,7 +46,7 @@ radio[focused="true"] > .radio-label-box {
46/* ..... disabled state ..... */ 46/* ..... disabled state ..... */
47 47
48radio[disabled="true"] > .radio-check-box1 { 48radio[disabled="true"] > .radio-check-box1 {
49 background-color: rgb(0,0,0); 49 background-color: #181411;
50} 50}
51 51
52radio[disabled="true"] { 52radio[disabled="true"] {
@@ -65,7 +65,7 @@ radio[disabled="true"] {
65 border-radius: 50%; 65 border-radius: 50%;
66 width: 12px; 66 width: 12px;
67 height: 12px; 67 height: 12px;
68 background-color: rgb(0,0,0); 68 background-color: #181411;
69} 69}
70 70
71.radio-check-box2 { 71.radio-check-box2 {