diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:14:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:14:17 +0300 |
| commit | 007dedd64b8a7209411c2d38fbb3e22490d6b2e7 (patch) | |
| tree | 37ca5cc958d301e323edf105552fc9aa31c0344b | |
| parent | 97c1ef918493ad7d62755d1c73cfbd00e84c4a45 (diff) | |
Update wizard.css
| -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 | ||
