Skip to content

Commit 329cd3d

Browse files
committed
4.6.2
1 parent 3e3e0e6 commit 329cd3d

8 files changed

Lines changed: 35 additions & 16 deletions

current/css/aboutaddons/addonlists_replace_button_labels_with_icons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
panel-item[data-l10n-id="never-activate-button"] {
120120
--icon: url("chrome://browser/skin/zoom-out.svg") !important;
121-
background-image: url("chrome://browser/skin/zoom-out.svg") !important;
121+
background-image: url("chrome://global/skin/icons/minus.svg") !important;
122122
background-position: center center !important;
123123
background-repeat: no-repeat !important;
124124
}

current/css/aboutaddons/addons_manager_alternative_appearance.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
transition: none !important;
4848
}
4949

50+
#main {
51+
max-width: unset !important;
52+
}
53+
5054
/* dimensions / positioning */
5155
#addons-page .main-content{
5256
padding: 0 !important;

current/css/aboutpreferences/preferences_alternative_appearance_v2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460

461461
}
462462

463-
/* checkbox / radios */
463+
/* checkbox / radios *//*
464464
*[subdialog="true"] checkbox .checkbox-check {
465465
appearance: unset !important;
466466
box-shadow: unset !important;
@@ -551,4 +551,4 @@
551551
552552
}
553553
554-
}
554+
}*/

current/css/tabs/classic_squared_tabs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
}
508508

509509
/* Fx65+ fixes */
510-
#main-window[sizemode="maximized"][tabsintitlebar] :is(#TabsToolbar,#vertical-tabs) {
510+
#main-window[sizemode="maximized"][tabsintitlebar] #TabsToolbar {
511511
margin-top: -3px !important;
512512
}
513513

@@ -607,7 +607,7 @@
607607
height: unset !important;
608608
}
609609

610-
/* Fx 101+ */
610+
/* Fx 101+ *//*
611611
@media (-moz-platform: windows) {
612612
613613
#main-window[sizemode="maximized"][tabsintitlebar] #titlebar {

current/css/tabs/classic_squared_tabs_australized.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486

487487
/* Fx65+ fixes */
488-
#main-window[sizemode="maximized"][tabsintitlebar] :is(#TabsToolbar,#vertical-tabs) {
488+
#main-window[sizemode="maximized"][tabsintitlebar] #TabsToolbar {
489489
margin-top: -3px !important;
490490
}
491491

@@ -573,7 +573,7 @@
573573
height: unset !important;
574574
}
575575

576-
/* Fx 101+ */
576+
/* Fx 101+ *//*
577577
@media (-moz-platform: windows) {
578578
579579
#main-window[sizemode="maximized"][tabsintitlebar] #titlebar {
@@ -591,7 +591,7 @@
591591
padding-top: 10px !important;
592592
padding-bottom: 6px !important;
593593
}
594-
}
594+
}*/
595595
/*
596596
:is(#TabsToolbar,#vertical-tabs) #firefox-view-button image {
597597
width: 16px !important;

current/css/tabs/tabs_below_navigation_toolbar_fx133.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
padding-top: 28px !important;
2121
}
2222

23-
#toolbar-menubar {
23+
#main-window[tabsintitlebar] #toolbar-menubar {
2424
padding-inline-end: 140px;
2525
}
2626

27-
#toolbar-menubar:not([inactive]) {
27+
#main-window[tabsintitlebar] #toolbar-menubar:not([inactive]) {
2828
height: 28px !important;
2929
}
3030

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
/*
6+
Required Firefox preference
7+
about:config > browser.theme.windows.accent-color-in-tabs.enabled > true
8+
9+
*/
10+
11+
#main-window {
12+
appearance: auto !important;
13+
-moz-default-appearance: -moz-win-borderless-glass !important;
14+
}

current/userChrome.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Firefox userChrome.css tweaks: main file
33
44
Custom CSS for Firefox 128+
5-
Current version: 4.6.1
5+
Current version: 4.6.2
66
77
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
88
Github: https://github.com/aris-t2/customcssforfx
@@ -351,6 +351,7 @@
351351
----------------------------------------
352352
353353
[!] only use one option at a time
354+
[!] custom_backforward_connected_to_location_bar.css not working on Fx 133+
354355
*/
355356

356357
/* @import "./css/buttons/custom_backforward_large_ff2.css"; /**/
@@ -374,9 +375,9 @@
374375
/* @import "./css/buttons/custom_backforward_small_kempelton.css"; /**/
375376
/* @import "./css/buttons/custom_backforward_small_phoenix.css"; /**/
376377
/* @import "./css/buttons/custom_backforward_connected.css"; /**/ /* round */
377-
/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */
378-
/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared*/
379-
/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared*/
378+
/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */ /* not working on Fx 133+ */
379+
/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared */
380+
/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared */
380381

381382

382383
/* ==========================================
@@ -953,13 +954,13 @@
953954
------------------
954955
955956
[!] only use one option at a time
956-
[!] 'top_toolbar_OS_accent_colors.css' failed to work as expected on current Firefox versions and was removed
957957
[!] 'top_toolbar_colors_v2.css' mainly for 'tabs below navigation toolbar option'
958-
[!] Windows accent colors: about:config > browser.theme.windows.accent-color-in-tabs.enabled > true
958+
[!] Windows accent colors for top_toolbar_system_accent_colors.css: about:config > browser.theme.windows.accent-color-in-tabs.enabled > true
959959
*/
960960

961961

962962
/* override titlebars and tab toolbars colors */
963+
/* @import "./css/top_toolbar_system_accent_colors.css"; /**/
963964
/* @import "./css/toolbars/top_toolbar_colors.css"; /**/
964965
/* @import "./css/toolbars/top_toolbar_colors_v2.css"; /**/
965966

0 commit comments

Comments
 (0)