diff options
Diffstat (limited to 'src/chrome/global/preferences.css')
| -rw-r--r-- | src/chrome/global/preferences.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/global/preferences.css b/src/chrome/global/preferences.css index 4180b28..b7bcfe1 100644 --- a/src/chrome/global/preferences.css +++ b/src/chrome/global/preferences.css | |||
| @@ -53,8 +53,8 @@ radio[pane] { | |||
| 53 | border-bottom: 1px solid rgb(64,64,64); | 53 | border-bottom: 1px solid rgb(64,64,64); |
| 54 | margin: 0px; | 54 | margin: 0px; |
| 55 | padding-inline-start: 10px; | 55 | padding-inline-start: 10px; |
| 56 | background-color: rgb(0,0,0); | 56 | background-color: #181411; |
| 57 | color: #fff; | 57 | color: #bfbbb6; |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | .paneButtonIcon { | 60 | .paneButtonIcon { |
| @@ -63,14 +63,14 @@ radio[pane] { | |||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | radio[pane]:hover { | 65 | radio[pane]:hover { |
| 66 | background-color: rgb(0,0,0); | 66 | background-color: #181411; |
| 67 | color: #fff; | 67 | color: #bfbbb6; |
| 68 | -moz-appearance: none; | 68 | -moz-appearance: none; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | radio[pane][selected="true"] { | 71 | radio[pane][selected="true"] { |
| 72 | background-color: rgb(1,1,1); | 72 | background-color: rgb(1,1,1); |
| 73 | color: #fff; | 73 | color: #bfbbb6; |
| 74 | -moz-appearance: none; | 74 | -moz-appearance: none; |
| 75 | } | 75 | } |
| 76 | 76 | ||
