commit caa42b9c6f9cef1458ef12b926672979b0ce57b6
parent 3eb0b39b722747a71c201a20a2245e3c079b9340
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 19:53:00 +0300
Update browser.css
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
@@ -9,7 +9,7 @@
:root {
--tab-background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1));
--tab-border-color: rgb(64,64,64);
- --tab-border-radius: 2px;
+ --tab-border-radius: 0px;
--tab-box-shadow: none;
--tab-hover-background: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.85));
--tab-hover-border: var(--tab-border-color);
@@ -73,7 +73,7 @@
#navigator-toolbox {
-moz-appearance: none;
- background-color: transparent;
+ background-color: rgb(0,0,0)//transparent;
border-top: none;
color: #fff;
}
@@ -101,7 +101,7 @@
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme),
#navigator-toolbox[tabsontop=false] > #nav-bar:not(:-moz-lwtheme),
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child:not(:-moz-lwtheme) {
- background-color: transparent !important;
+ background-color: rgb(0,0,0) !important; //transparent !important;
color: #fff;
border-left-style: none !important;
border-right-style: none !important;
@@ -129,12 +129,12 @@
#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-darktext,
#addon-bar:-moz-lwtheme-darktext {
- background-image: -moz-linear-gradient(rgba(250,250,250,0.5), rgba(250,250,250,0.5));
+ background-image: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-brighttext,
#addon-bar:-moz-lwtheme-brighttext {
- background-image: -moz-linear-gradient(rgba(5,5,5,0.6), rgba(5,5,5,0.6));
+ background-image: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
}
#navigator-toolbox[tabsontop=false] > #PersonalToolbar {