diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/winnt/toolbar.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/os/winnt/toolbar.css')
| -rw-r--r-- | src/chrome/os/winnt/toolbar.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/os/winnt/toolbar.css b/src/chrome/os/winnt/toolbar.css index 80298b3..656fb7e 100644 --- a/src/chrome/os/winnt/toolbar.css +++ b/src/chrome/os/winnt/toolbar.css | |||
| @@ -4,21 +4,21 @@ | |||
| 4 | 4 | ||
| 5 | toolbox { | 5 | toolbox { |
| 6 | -moz-appearance: none; | 6 | -moz-appearance: none; |
| 7 | background-color: rgb(0,0,0); | 7 | background-color: #181411; |
| 8 | border-top: 1px solid; | 8 | border-top: 1px solid; |
| 9 | -moz-border-top-colors: rgb(64,64,64); | 9 | -moz-border-top-colors: rgb(64,64,64); |
| 10 | color: #fff; | 10 | color: #bfbbb6; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | /* ::::: toolbar & menubar ::::: */ | 13 | /* ::::: toolbar & menubar ::::: */ |
| 14 | 14 | ||
| 15 | toolbar, menubar { | 15 | toolbar, menubar { |
| 16 | -moz-appearance: none; | 16 | -moz-appearance: none; |
| 17 | color: #fff; | 17 | color: #bfbbb6; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | toolbar { | 20 | toolbar { |
| 21 | background-color: rgb(0,0,0); | 21 | background-color: #181411; |
| 22 | min-width: 1px; | 22 | min-width: 1px; |
| 23 | min-height: 19px; | 23 | min-height: 19px; |
| 24 | border-top: 1px solid rgb(64,64,64); | 24 | border-top: 1px solid rgb(64,64,64); |
