summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:45:04 +0300
committerGitHub <noreply@github.com>2019-07-09 16:45:04 +0300
commit720d87f7c33b2e4d716e4cdbad8812b8820e4903 (patch)
tree7ef7a1b67189ff6a311beb3705410dd3ff791ee9
parent25ea49501f698c0ce4b7d58f462f35ed3b949ea6 (diff)
Update toolbar.css
-rw-r--r--src/chrome/os/winnt/toolbar.css12
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
5toolbox { 5toolbox {
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
20toolbar { 20toolbar {
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
28toolbar:first-child, menubar { 28toolbar: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