diff options
| -rw-r--r-- | src/chrome/os/winnt/toolbar.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/winnt/toolbar.css b/src/chrome/os/winnt/toolbar.css index 1f119a1..80298b3 100644 --- a/src/chrome/os/winnt/toolbar.css +++ b/src/chrome/os/winnt/toolbar.css | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | toolbox { | 5 | toolbox { |
| 6 | -moz-appearance: none; | 6 | -moz-appearance: none; |
| 7 | background-color: rgb(43,43,43); | 7 | background-color: rgb(0,0,0); |
| 8 | border-top: 1px solid; | 8 | border-top: 1px solid; |
| 9 | -moz-border-top-colors: rgb(75,75,75); | 9 | -moz-border-top-colors: rgb(64,64,64); |
| 10 | color: #fff; | 10 | color: #fff; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| @@ -18,16 +18,16 @@ toolbar, menubar { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | toolbar { | 20 | toolbar { |
| 21 | background-color: rgb(43,43,43); | 21 | background-color: rgb(0,0,0); |
| 22 | min-width: 1px; | 22 | min-width: 1px; |
| 23 | min-height: 19px; | 23 | min-height: 19px; |
| 24 | border-top: 1px solid rgb(75,75,75); | 24 | border-top: 1px solid rgb(64,64,64); |
| 25 | border-bottom: 1px solid rgb(75,75,75); | 25 | border-bottom: 1px solid rgb(64,64,64); |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | toolbar:first-child, menubar { | 28 | toolbar:first-child, menubar { |
| 29 | min-width: 1px; | 29 | min-width: 1px; |
| 30 | border-bottom: 1px solid rgb(75,75,75); | 30 | border-bottom: 1px solid rgb(64,64,64); |
| 31 | border-top: 0px !important; | 31 | border-top: 0px !important; |
| 32 | } | 32 | } |
| 33 | 33 | ||
