Skip to content

Commit

Permalink
4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Nov 27, 2024
1 parent 3e3e0e6 commit 329cd3d
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

panel-item[data-l10n-id="never-activate-button"] {
--icon: url("chrome://browser/skin/zoom-out.svg") !important;
background-image: url("chrome://browser/skin/zoom-out.svg") !important;
background-image: url("chrome://global/skin/icons/minus.svg") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
transition: none !important;
}

#main {
max-width: unset !important;
}

/* dimensions / positioning */
#addons-page .main-content{
padding: 0 !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@

}

/* checkbox / radios */
/* checkbox / radios *//*
*[subdialog="true"] checkbox .checkbox-check {
appearance: unset !important;
box-shadow: unset !important;
Expand Down Expand Up @@ -551,4 +551,4 @@
}
}
}*/
4 changes: 2 additions & 2 deletions current/css/tabs/classic_squared_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
}

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

Expand Down Expand Up @@ -607,7 +607,7 @@
height: unset !important;
}

/* Fx 101+ */
/* Fx 101+ *//*
@media (-moz-platform: windows) {
#main-window[sizemode="maximized"][tabsintitlebar] #titlebar {
Expand Down
6 changes: 3 additions & 3 deletions current/css/tabs/classic_squared_tabs_australized.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
}

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

Expand Down Expand Up @@ -573,7 +573,7 @@
height: unset !important;
}

/* Fx 101+ */
/* Fx 101+ *//*
@media (-moz-platform: windows) {
#main-window[sizemode="maximized"][tabsintitlebar] #titlebar {
Expand All @@ -591,7 +591,7 @@
padding-top: 10px !important;
padding-bottom: 6px !important;
}
}
}*/
/*
:is(#TabsToolbar,#vertical-tabs) #firefox-view-button image {
width: 16px !important;
Expand Down
4 changes: 2 additions & 2 deletions current/css/tabs/tabs_below_navigation_toolbar_fx133.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
padding-top: 28px !important;
}

#toolbar-menubar {
#main-window[tabsintitlebar] #toolbar-menubar {
padding-inline-end: 140px;
}

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

Expand Down
14 changes: 14 additions & 0 deletions current/css/toolbars/top_toolbar_system_accent_colors.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Firefox userChrome.css tweaks ********************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/

/*
Required Firefox preference
about:config > browser.theme.windows.accent-color-in-tabs.enabled > true
*/

#main-window {
appearance: auto !important;
-moz-default-appearance: -moz-win-borderless-glass !important;
}
13 changes: 7 additions & 6 deletions current/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Firefox userChrome.css tweaks: main file
Custom CSS for Firefox 128+
Current version: 4.6.1
Current version: 4.6.2
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
Github: https://github.com/aris-t2/customcssforfx
Expand Down Expand Up @@ -351,6 +351,7 @@
----------------------------------------
[!] only use one option at a time
[!] custom_backforward_connected_to_location_bar.css not working on Fx 133+
*/

/* @import "./css/buttons/custom_backforward_large_ff2.css"; /**/
Expand All @@ -374,9 +375,9 @@
/* @import "./css/buttons/custom_backforward_small_kempelton.css"; /**/
/* @import "./css/buttons/custom_backforward_small_phoenix.css"; /**/
/* @import "./css/buttons/custom_backforward_connected.css"; /**/ /* round */
/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */
/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared*/
/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared*/
/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */ /* not working on Fx 133+ */
/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared */
/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared */


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


/* override titlebars and tab toolbars colors */
/* @import "./css/top_toolbar_system_accent_colors.css"; /**/
/* @import "./css/toolbars/top_toolbar_colors.css"; /**/
/* @import "./css/toolbars/top_toolbar_colors_v2.css"; /**/

Expand Down

0 comments on commit 329cd3d

Please sign in to comment.