summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/radio.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin/radio.css')
-rw-r--r--src/chrome/os/darwin/radio.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/chrome/os/darwin/radio.css b/src/chrome/os/darwin/radio.css
index 102a09e..3b4fd72 100644
--- a/src/chrome/os/darwin/radio.css
+++ b/src/chrome/os/darwin/radio.css
@@ -31,13 +31,13 @@ radio {
31/* ..... focused state ..... */ 31/* ..... focused state ..... */
32 32
33radio[focused="true"] > .radio-label-box { 33radio[focused="true"] > .radio-label-box {
34 border: 1px dotted rgb(75,75,75); 34 border: 1px dotted rgb(64,64,64);
35} 35}
36 36
37/* ..... disabled state ..... */ 37/* ..... disabled state ..... */
38 38
39radio[disabled="true"] > .radio-check-box1 { 39radio[disabled="true"] > .radio-check-box1 {
40 background-color: rgb(62,62,62); 40 background-color: rgb(0,0,0);
41} 41}
42 42
43radio[disabled="true"] { 43radio[disabled="true"] {
@@ -49,21 +49,21 @@ radio[disabled="true"] {
49.radio-check-box1 { 49.radio-check-box1 {
50 -moz-appearance: none; 50 -moz-appearance: none;
51 margin: 1px 0px; 51 margin: 1px 0px;
52 border-top: 1px solid rgb(75,75,75); 52 border-top: 1px solid rgb(64,64,64);
53 border-right: 1px solid rgb(75,75,75); 53 border-right: 1px solid rgb(64,64,64);
54 border-bottom: 1px solid rgb(75,75,75); 54 border-bottom: 1px solid rgb(64,64,64);
55 border-left: 1px solid rgb(75,75,75); 55 border-left: 1px solid rgb(64,64,64);
56 border-radius: 50%; 56 border-radius: 50%;
57 width: 12px; 57 width: 12px;
58 height: 12px; 58 height: 12px;
59 background-color: rgb(50,50,50); 59 background-color: rgb(0,0,0);
60} 60}
61 61
62.radio-check-box2 { 62.radio-check-box2 {
63 border-top: 1px solid rgb(75,75,75); 63 border-top: 1px solid rgb(64,64,64);
64 border-right: 1px solid rgb(75,75,75); 64 border-right: 1px solid rgb(64,64,64);
65 border-bottom: 1px solid rgb(75,75,75); 65 border-bottom: 1px solid rgb(64,64,64);
66 border-left: 1px solid rgb(75,75,75); 66 border-left: 1px solid rgb(64,64,64);
67 border-radius: 50%; 67 border-radius: 50%;
68 padding: 2px; 68 padding: 2px;
69 width: 4px; 69 width: 4px;
@@ -72,7 +72,7 @@ radio[disabled="true"] {
72} 72}
73 73
74radio:hover:active > .radio-check-box1 { 74radio:hover:active > .radio-check-box1 {
75 background-color: rgb(110,110,110); 75 background-color: rgb(1,1,1);
76} 76}
77 77
78/* ..... selected state ..... */ 78/* ..... selected state ..... */