diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:41:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:41:29 +0300 |
| commit | 0b6c18920369998dd0e05ed86726165cad35bf9b (patch) | |
| tree | 81fcd86ff9e3bd6cd33d528046606b8b8f0d3e02 | |
| parent | 03d05c53a7c54c9177bdd19e5af84c9d11f2abbc (diff) | |
Update radio.css
| -rw-r--r-- | src/chrome/os/winnt/radio.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/chrome/os/winnt/radio.css b/src/chrome/os/winnt/radio.css index 0ffd9f5..4fd8cc4 100644 --- a/src/chrome/os/winnt/radio.css +++ b/src/chrome/os/winnt/radio.css | |||
| @@ -40,13 +40,13 @@ radio { | |||
| 40 | /* ..... focused state ..... */ | 40 | /* ..... focused state ..... */ |
| 41 | 41 | ||
| 42 | radio[focused="true"] > .radio-label-box { | 42 | radio[focused="true"] > .radio-label-box { |
| 43 | border: 1px dotted rgb(75,75,75); | 43 | border: 1px dotted rgb(64,64,64); |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | /* ..... disabled state ..... */ | 46 | /* ..... disabled state ..... */ |
| 47 | 47 | ||
| 48 | radio[disabled="true"] > .radio-check-box1 { | 48 | radio[disabled="true"] > .radio-check-box1 { |
| 49 | background-color: rgb(62,62,62); | 49 | background-color: rgb(0,0,0); |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | radio[disabled="true"] { | 52 | radio[disabled="true"] { |
| @@ -58,21 +58,21 @@ radio[disabled="true"] { | |||
| 58 | .radio-check-box1 { | 58 | .radio-check-box1 { |
| 59 | -moz-appearance: none; | 59 | -moz-appearance: none; |
| 60 | margin: 1px 0px; | 60 | margin: 1px 0px; |
| 61 | border-top: 1px solid rgb(75,75,75); | 61 | border-top: 1px solid rgb(64,64,64); |
| 62 | border-right: 1px solid rgb(75,75,75); | 62 | border-right: 1px solid rgb(64,64,64); |
| 63 | border-bottom: 1px solid rgb(75,75,75); | 63 | border-bottom: 1px solid rgb(64,64,64); |
| 64 | border-left: 1px solid rgb(75,75,75); | 64 | border-left: 1px solid rgb(64,64,64); |
| 65 | border-radius: 50%; | 65 | border-radius: 50%; |
| 66 | width: 12px; | 66 | width: 12px; |
| 67 | height: 12px; | 67 | height: 12px; |
| 68 | background-color: rgb(50,50,50); | 68 | background-color: rgb(0,0,0); |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | .radio-check-box2 { | 71 | .radio-check-box2 { |
| 72 | border-top: 1px solid rgb(75,75,75); | 72 | border-top: 1px solid rgb(64,64,64); |
| 73 | border-right: 1px solid rgb(75,75,75); | 73 | border-right: 1px solid rgb(64,64,64); |
| 74 | border-bottom: 1px solid rgb(75,75,75); | 74 | border-bottom: 1px solid rgb(64,64,64); |
| 75 | border-left: 1px solid rgb(75,75,75); | 75 | border-left: 1px solid rgb(64,64,64); |
| 76 | border-radius: 50%; | 76 | border-radius: 50%; |
| 77 | padding: 2px; | 77 | padding: 2px; |
| 78 | width: 4px; | 78 | width: 4px; |
| @@ -81,7 +81,7 @@ radio[disabled="true"] { | |||
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | radio:hover:active > .radio-check-box1 { | 83 | radio:hover:active > .radio-check-box1 { |
| 84 | background-color: rgb(110,110,110); | 84 | background-color: rgb(1,1,1); |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | /* ..... selected state ..... */ | 87 | /* ..... selected state ..... */ |
