summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chrome/browser/browser.css8
-rw-r--r--src/chrome/global/tabbox.css10
-rw-r--r--src/chrome/os/winnt/scrollbars.css12
3 files changed, 16 insertions, 14 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
index 4968a11..da633e1 100644
--- a/src/chrome/browser/browser.css
+++ b/src/chrome/browser/browser.css
@@ -101,7 +101,8 @@
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: rgb(0,0,0) !important; //transparent !important; 104 background-color: rgb(0,0,0) !important; /*transparent !important;*/
105 background-image: none !important;
105 color: #fff; 106 color: #fff;
106 border-left-style: none !important; 107 border-left-style: none !important;
107 border-right-style: none !important; 108 border-right-style: none !important;
@@ -124,7 +125,8 @@
124#navigator-toolbox[tabsontop="true"] > #nav-bar, 125#navigator-toolbox[tabsontop="true"] > #nav-bar,
125#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar, 126#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
126#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar { 127#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
127 background-image: linear-gradient(var(--toolbar-highlight-top), var(--toolbar-highlight-bottom)); 128 /* background-image: linear-gradient(var(--toolbar-highlight-top), var(--toolbar-highlight-bottom)); */
129 background-image: none;
128} 130}
129 131
130#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-darktext, 132#main-window[tabsontop=true] #PersonalToolbar:-moz-lwtheme-darktext,
@@ -844,7 +846,7 @@ toolbar:not([brighttext]) #tabview-button {
844 background-clip: padding-box; 846 background-clip: padding-box;
845 border: 1px solid; 847 border: 1px solid;
846 border-color: rgba(64,64,64,1); 848 border-color: rgba(64,64,64,1);
847 border-radius: 5px; 849 border-radius: 0px;
848 background-color: rgb(0,0,0); 850 background-color: rgb(0,0,0);
849 color: #fff; 851 color: #fff;
850} 852}
diff --git a/src/chrome/global/tabbox.css b/src/chrome/global/tabbox.css
index 384243f..f04d810 100644
--- a/src/chrome/global/tabbox.css
+++ b/src/chrome/global/tabbox.css
@@ -43,15 +43,15 @@ tab {
43 -moz-border-top-colors: rgb(64,64,64); 43 -moz-border-top-colors: rgb(64,64,64);
44 -moz-border-right-colors: rgb(64,64,64); 44 -moz-border-right-colors: rgb(64,64,64);
45 -moz-border-left-colors: rgb(64,64,64); 45 -moz-border-left-colors: rgb(64,64,64);
46 border-top-left-radius: 2px; 46 border-top-left-radius: 0px;
47 border-top-right-radius: 2px; 47 border-top-right-radius: 0px;
48 padding: 1px 4px 2px 4px; 48 padding: 1px 4px 2px 4px;
49 background-color: rgb(0,0,0); 49 background-color: rgb(0,0,0);
50 color: #fff; 50 color: #fff;
51} 51}
52 52
53tab:-moz-locale-dir(rtl) { 53tab:-moz-locale-dir(rtl) {
54 border-bottom-left-radius: 1px; 54 border-bottom-left-radius: 0px;
55 border-bottom-right-radius: 0px; 55 border-bottom-right-radius: 0px;
56} 56}
57 57
@@ -102,8 +102,8 @@ tab:first-of-type[selected="true"] {
102 -moz-border-bottom-colors: rgb(64,64,64); 102 -moz-border-bottom-colors: rgb(64,64,64);
103 border-top-left-radius: 0; 103 border-top-left-radius: 0;
104 border-top-right-radius: 0; 104 border-top-right-radius: 0;
105 border-bottom-right-radius: 2px; 105 border-bottom-right-radius: 0px;
106 border-bottom-left-radius: 2px; 106 border-bottom-left-radius: 0px;
107 padding: 2px 4px 1px 4px; 107 padding: 2px 4px 1px 4px;
108} 108}
109 109
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
index 1eb6cdf..e45695e 100644
--- a/src/chrome/os/winnt/scrollbars.css
+++ b/src/chrome/os/winnt/scrollbars.css
@@ -71,12 +71,12 @@ slider[orient="vertical"] {
71/* ::::: thumb (horizontal) ::::: */ 71/* ::::: thumb (horizontal) ::::: */
72 72
73thumb { 73thumb {
74 min-height: 18px; 74 min-height: 16px;
75 border-radius: 3px; 75 border-radius: 0px;
76} 76}
77 77
78thumb[orient="horizontal"] { 78thumb[orient="horizontal"] {
79 min-width: 18px; 79 min-width: 16px;
80} 80}
81 81
82/* ::::: scrollbar button ::::: */ 82/* ::::: scrollbar button ::::: */
@@ -200,12 +200,12 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
200 /* ::::: thumb (horizontal) ::::: */ 200 /* ::::: thumb (horizontal) ::::: */
201 201
202 html|div thumb { 202 html|div thumb {
203 min-height: 18px; 203 min-height: 16px;
204 border-radius: 3px; 204 border-radius: 0px;
205 } 205 }
206 206
207 html|div thumb[orient="horizontal"] { 207 html|div thumb[orient="horizontal"] {
208 min-width: 18px; 208 min-width: 16px;
209 } 209 }
210 210
211 /* ::::: scrollbar button ::::: */ 211 /* ::::: scrollbar button ::::: */