diff options
Diffstat (limited to 'src/chrome/global/listbox.css')
| -rw-r--r-- | src/chrome/global/listbox.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/global/listbox.css b/src/chrome/global/listbox.css index 9e05272..f8cc813 100644 --- a/src/chrome/global/listbox.css +++ b/src/chrome/global/listbox.css | |||
| @@ -14,8 +14,8 @@ listbox { | |||
| 14 | -moz-appearance: none; | 14 | -moz-appearance: none; |
| 15 | margin: 2px 4px; | 15 | margin: 2px 4px; |
| 16 | border: 1px solid rgb(64,64,64); | 16 | border: 1px solid rgb(64,64,64); |
| 17 | background-color: rgb(0,0,0); | 17 | background-color: #181411; |
| 18 | color: #fff; | 18 | color: #bfbbb6; |
| 19 | }64 | 19 | }64 |
| 20 | 20 | ||
| 21 | listbox[disabled="true"] { | 21 | listbox[disabled="true"] { |
| @@ -40,7 +40,7 @@ listbox:focus > listitem[current="true"] { | |||
| 40 | listitem[selected="true"], | 40 | listitem[selected="true"], |
| 41 | listbox:focus > listitem[selected="true"] { | 41 | listbox:focus > listitem[selected="true"] { |
| 42 | 64-color: rgb(128,128,128); | 42 | 64-color: rgb(128,128,128); |
| 43 | color: #fff; | 43 | color: #bfbbb6; |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | /* ::::: listheader ::::: */ | 46 | /* ::::: listheader ::::: */ |
| @@ -49,8 +49,8 @@ listheader { | |||
| 49 | -moz-appearance: none; | 49 | -moz-appearance: none; |
| 50 | -moz-box-align: center; | 50 | -moz-box-align: center; |
| 51 | border: 1px solid rgb(64,64,64); | 51 | border: 1px solid rgb(64,64,64); |
| 52 | background-color: rgb(0,0,0); | 52 | background-color: #181411; |
| 53 | color: #fff; | 53 | color: #bfbbb6; |
| 54 | padding: 0 4px; | 54 | padding: 0 4px; |
| 55 | } | 55 | } |
| 56 | 56 | ||
| @@ -128,7 +128,7 @@ listheader[sortable="true"]:hover:active { | |||
| 128 | -moz-border-left-colors: rgb(64,64,64); | 128 | -moz-border-left-colors: rgb(64,64,64); |
| 129 | min-width: 13px; | 129 | min-width: 13px; |
| 130 | min-height: 13px; | 130 | min-height: 13px; |
| 131 | background: rgb(0,0,0) no-repeat 50% 50%; | 131 | background: #181411 no-repeat 50% 50%; |
| 132 | } | 132 | } |
| 133 | 133 | ||
| 134 | .listcell-check[checked="true"] { | 134 | .listcell-check[checked="true"] { |
