summaryrefslogtreecommitdiff
path: root/src/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome')
-rw-r--r--src/chrome/browser/browser.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
index a1644d3..4968a11 100644
--- a/src/chrome/browser/browser.css
+++ b/src/chrome/browser/browser.css
@@ -9,7 +9,7 @@
9:root { 9:root {
10 --tab-background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)); 10 --tab-background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1));
11 --tab-border-color: rgb(64,64,64); 11 --tab-border-color: rgb(64,64,64);
12 --tab-border-radius: 2px; 12 --tab-border-radius: 0px;
13 --tab-box-shadow: none; 13 --tab-box-shadow: none;
14 --tab-hover-background: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.85)); 14 --tab-hover-background: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.85));
15 --tab-hover-border: var(--tab-border-color); 15 --tab-hover-border: var(--tab-border-color);
@@ -73,7 +73,7 @@
73 73
74#navigator-toolbox { 74#navigator-toolbox {
75 -moz-appearance: none; 75 -moz-appearance: none;
76 background-color: transparent; 76 background-color: rgb(0,0,0)//transparent;
77 border-top: none; 77 border-top: none;
78 color: #fff; 78 color: #fff;
79} 79}
@@ -101,7 +101,7 @@
101#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme), 101#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme),
102#navigator-toolbox[tabsontop=false] > #nav-bar:not(:-moz-lwtheme), 102#navigator-toolbox[tabsontop=false] > #nav-bar:not(:-moz-lwtheme),
103#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child:not(:-moz-lwtheme) { 103#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child:not(:-moz-lwtheme) {
104 background-color: transparent !important; 104 background-color: rgb(0,0,0) !important; //transparent !important;
105 color: #fff; 105 color: #fff;
106 border-left-style: none !important; 106 border-left-style: none !important;
107 border-right-style: none !important; 107 border-right-style: none !important;
@@ -129,12 +129,12 @@
129 129
130#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-darktext, 130#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-darktext,
131#addon-bar:-moz-lwtheme-darktext { 131#addon-bar:-moz-lwtheme-darktext {
132 background-image: -moz-linear-gradient(rgba(250,250,250,0.5), rgba(250,250,250,0.5)); 132 background-image: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
133} 133}
134 134
135#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-brighttext, 135#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-brighttext,
136#addon-bar:-moz-lwtheme-brighttext { 136#addon-bar:-moz-lwtheme-brighttext {
137 background-image: -moz-linear-gradient(rgba(5,5,5,0.6), rgba(5,5,5,0.6)); 137 background-image: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
138} 138}
139 139
140#navigator-toolbox[tabsontop=false] > #PersonalToolbar { 140#navigator-toolbox[tabsontop=false] > #PersonalToolbar {