diff options
Diffstat (limited to 'src/chrome')
| -rw-r--r-- | src/chrome/global/filefield.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/filefield.css b/src/chrome/global/filefield.css index 755f4d3..f661d8b 100644 --- a/src/chrome/global/filefield.css +++ b/src/chrome/global/filefield.css | |||
| @@ -9,13 +9,13 @@ | |||
| 9 | filefield { | 9 | filefield { |
| 10 | margin: 2px 4px; | 10 | margin: 2px 4px; |
| 11 | -moz-appearance: none; | 11 | -moz-appearance: none; |
| 12 | background-color: rgb(75,75,75); | 12 | background-color: rgb(0,0,0); |
| 13 | color: #fff; | 13 | color: #fff; |
| 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(75,75,75); | 18 | background-color: rgb(0,0,0); |
| 19 | color: #fff; | 19 | color: #fff; |
| 20 | } | 20 | } |
| 21 | 21 | ||
