diff options
Diffstat (limited to 'src/chrome/global/filefield.css')
| -rw-r--r-- | src/chrome/global/filefield.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/global/filefield.css b/src/chrome/global/filefield.css index f661d8b..694be29 100644 --- a/src/chrome/global/filefield.css +++ b/src/chrome/global/filefield.css | |||
| @@ -9,14 +9,14 @@ | |||
| 9 | filefield { | 9 | filefield { |
| 10 | margin: 2px 4px; | 10 | margin: 2px 4px; |
| 11 | -moz-appearance: none; | 11 | -moz-appearance: none; |
| 12 | background-color: rgb(0,0,0); | 12 | background-color: #181411; |
| 13 | color: #fff; | 13 | color: #bfbbb6; |
| 14 | border-color: rgb(50,50,50); | 14 | border-color: rgb(50,50,50); |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | .fileFieldContentBox { | 17 | .fileFieldContentBox { |
| 18 | background-color: rgb(0,0,0); | 18 | background-color: #181411; |
| 19 | color: #fff; | 19 | color: #bfbbb6; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | .fileFieldIcon[disabled="true"] { | 22 | .fileFieldIcon[disabled="true"] { |
| @@ -35,7 +35,7 @@ filefield { | |||
| 35 | .fileFieldLabel { | 35 | .fileFieldLabel { |
| 36 | -moz-appearance: none; | 36 | -moz-appearance: none; |
| 37 | background-color: transparent; | 37 | background-color: transparent; |
| 38 | color: #fff; | 38 | color: #bfbbb6; |
| 39 | border: none; | 39 | border: none; |
| 40 | margin: 0px; | 40 | margin: 0px; |
| 41 | } | 41 | } |
