Skip to content

Commit ed4f818

Browse files
committed
4.3.6
1 parent 9379a53 commit ed4f818

17 files changed

+919
-272
lines changed

current/config/color_variables.css

+16-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
/****************************************************************************************/
44

55

6-
/*
7-
Colors inside /'*...*'/ are from deprecated 'custom_colors_for_squared_tabs.css' file.
8-
Example:
9-
replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)'
10-
to use the colors from the above mentioned file.
6+
/* Colors inside / * ... * / are from the old 'custom_colors_for_squared_tabs.css' file.
7+
Example: replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)'
8+
9+
Tab colors have to be set as gradients.
10+
Example: If the active tab has to be blue, the variable has to look like
11+
'--classic_squared_tabs_active_tab: linear-gradient(blue,blue) !important;'
12+
and not (!) just '--classic_squared_tabs_active_tab: blue !important;'
1113
*/
1214

1315
/* default colors */
@@ -23,6 +25,9 @@
2325
--colored_menubar_text_color: black !important;
2426
--statusbar_background_color: linear-gradient(#f9f9fa,#f9f9fa) !important;
2527
--statusbar_font_color: inherit !important;
28+
29+
/* tab colors
30+
*/
2631
--classic_squared_tabs_active_tab: linear-gradient(to top,#f9f9fa,#f9f9fa,#f9f9fa) !important; /* (to bottom,#FF8800,#FFCC99) */
2732
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#cac7c1,#d5d2cc,#e8e6e2) !important; /* (to bottom,#FF9900,#FF6600) */
2833
--classic_squared_tabs_other_tabs: linear-gradient(to top,#aeaba5,#c1beb7,#c9c6be) !important; /* (to bottom,#FFCC99,#CCCCCC) */
@@ -34,9 +39,15 @@
3439
--classic_squared_tabs_new_tab_icon_color: black !important;
3540
--classic_squared_tabs_tab_text_color: black !important;
3641
--classic_squared_tabs_tab_text_shadow: transparent !important;
42+
43+
/* tab colors - dark text, but bright themes:
44+
*/
3745
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
3846
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
3947
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
48+
49+
/* tab colors - bright text, but dark themes:
50+
*/
4051
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
4152
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
4253
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */

current/config/color_variables_aero.css

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
/****************************************************************************************/
44

55

6-
/*
7-
Colors inside /'*...*'/ are from deprecated 'custom_colors_for_squared_tabs.css' file.
8-
Example:
9-
replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)'
10-
to use the colors from the above mentioned file.
11-
*/
12-
136
/* Aero colors */
147
:root {
158
--general_toolbar_color_toolbars: linear-gradient(#ddebf9,#ddebf9) !important; /* (to bottom,#FFCC99,#FFCC99) */

current/css/aboutpreferences/preferences_alternative_appearance_v2.css

+14-7
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777

7878
/* groupbox */
7979
.main-content groupbox{
80-
appearance: groupbox !important;
80+
appearance: auto !important;
81+
-moz-default-appearance: groupbox !important;
8182
}
8283

8384
.main-content groupbox caption {
@@ -185,17 +186,20 @@
185186
}
186187

187188
button:not(.button-link):not(.close-icon):not(.spinbuttons-button){
188-
appearance: button !important;
189+
appearance: auto !important;
190+
-moz-default-appearance: button !important;
189191
}
190192

191193
menulist{
192-
appearance: menulist !important;
194+
appearance: auto !important;
195+
-moz-default-appearance: menulist !important;
193196
}
194197

195198
/* menulist popup */
196199
@media all and (-moz-windows-theme:aero) {
197200
menupopup menuitem {
198-
appearance: menuitem !important;
201+
appearance: auto !important;
202+
-moz-default-appearance: menuitem !important;
199203
}
200204
menupopup menuitem:not([disabled="true"]) {
201205
color: black !important;
@@ -388,16 +392,19 @@
388392
}
389393

390394
*[subdialog="true"] button:not(.button-link):not(.close-icon):not(.spinbuttons-button){
391-
appearance: button !important;
395+
appearance: auto !important;
396+
-moz-default-appearance: button !important;
392397
}
393398
*[subdialog="true"] menulist{
394-
appearance: menulist !important;
399+
appearance: auto !important;
400+
-moz-default-appearance: menulist !important;
395401
}
396402

397403
/* menu popup */
398404
@media all and (-moz-windows-theme:aero) {
399405
*[subdialog="true"] menupopup menuitem {
400-
appearance: menuitem !important;
406+
appearance: auto !important;
407+
-moz-default-appearance: menuitem !important;
401408
}
402409
*[subdialog="true"] menupopup menuitem:not([disabled="true"]),
403410
*[subdialog="true"] menupopup menuitem:not([disabled="true"])[selected] {

current/css/buttons/buttons_on_bookmarks_toolbar_old_size_and_appearance.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
#PersonalToolbar toolbarbutton:not(#PlacesChevron),
99
#PersonalToolbar #PlacesToolbar toolbarbutton,
1010
#PlacesToolbar toolbarbutton:not(#PlacesChevron) {
11-
appearance: toolbarbutton !important;
11+
appearance: auto !important;
12+
-moz-default-appearance: toolbarbutton !important;
1213
background: unset !important;
1314
box-shadow: unset !important;
1415
padding-left: 3px !important;

0 commit comments

Comments
 (0)