diff options
| -rw-r--r-- | src/chrome/global/wizard.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/wizard.css b/src/chrome/global/wizard.css index f0215e3..834d0d8 100644 --- a/src/chrome/global/wizard.css +++ b/src/chrome/global/wizard.css | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | 1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 2 | 2 | ||
| 3 | .wizard-header { | 3 | .wizard-header { |
| 4 | border-bottom: 1px solid rgb(75,75,75); | 4 | border-bottom: 1px solid rgb(64,64,64); |
| 5 | background-color: rgb(43,43,43); | 5 | background-color: rgb(0,0,0); |
| 6 | color: #fff; | 6 | color: #fff; |
| 7 | } | 7 | } |
| 8 | 8 | ||
