Skip to content

Commit

Permalink
4.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Dec 12, 2024
1 parent e6fa425 commit d62bf03
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 33 deletions.
8 changes: 8 additions & 0 deletions current/css/buttons/firefox_view_button_alternative_icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Firefox userChrome.css tweaks ********************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/


#firefox-view-button {
list-style-image: url(./../../image/firefox_view_monitor.svg) !important;
}
4 changes: 2 additions & 2 deletions current/css/locationbar/urlbar_background_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}


#main-window:not([privatebrowsingmode]) :is(#urlbar-search-mode-indicator,#page-action-buttons,#urlbar-background,#searchbar) {
#main-window:not([privatebrowsingmode]) :is(#urlbar-search-mode-indicator,#urlbar-background,#searchbar) {
background-color: var(--urlbar_background_color) !important;
}

Expand All @@ -35,7 +35,7 @@
color: var(--urlbar_text_color) !important;
fill: var(--urlbar_text_color) !important;
}
#main-window:not([privatebrowsingmode]) :is(#urlbar,#urlbar-search-mode-indicator,#page-action-buttons,#identity-icon-box,#urlbar-background,#searchbar) {
#main-window:not([privatebrowsingmode]) :is(#urlbar,#urlbar-search-mode-indicator,#urlbar-background,#searchbar) {
color: var(--urlbar_text_color) !important;
fill: var(--urlbar_text_color) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/classic_squared_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
height: unset !important;
}

/* Fx 106+ */
/* Fx 106+ *//*
#private-browsing-indicator-with-label {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/classic_squared_tabs_australized.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
height: 16px !important;
}
*/
/* Fx 106+ */
/* Fx 106+ *//*
#private-browsing-indicator-with-label {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/default_tabs_photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}
}

/* Fx 106+ */
/* Fx 106+ *//*
#private-browsing-indicator-with-label {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/default_tabs_photon_alt.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}
}

/* Fx 106+ */
/* Fx 106+ *//*
#private-browsing-indicator-with-label {
display: none !important;
}
Expand Down
43 changes: 18 additions & 25 deletions current/css/tabs/tabs_below_navigation_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@

@media (-moz-platform: macos) {

#navigator-toolbox {
position: relative;
padding-bottom: var(--tab_below_navigation_toolbar_bottom_padding_macOS);
}

#main-window:is([tabsintitlebar],[customtitlebar]):not([sizemode="fullscreen"]):not([inDOMFullscreen="true"]) #navigator-toolbox {
padding-top: var(--tab_below_navigation_toolbar_toolbox_top_padding_macOS);
}
Expand Down Expand Up @@ -90,15 +85,10 @@

/* remove unneeded items */
#TabsToolbar .titlebar-buttonbox-container,
#TabsToolbar .private-browsing-indicator,
#TabsToolbar #window-controls,
#TabsToolbar *[type="caption-buttons"],
#TabsToolbar *[type="pre-tabs"],
#TabsToolbar *[type="post-tabs"],
#private-browsing-indicator-with-label,
.private-browsing-indicator-with-label,
.private-browsing-indicator-icon,
.private-browsing-indicator-label {
#TabsToolbar *[type="post-tabs"] {
display: none;
}

Expand Down Expand Up @@ -153,11 +143,13 @@
}

/* notification position */
#tab-notification-deck {
position: absolute;
#tab-notification-deck,
#tab-notification-deck-template {
order: 101;
/*position: absolute;
display: block;
bottom: calc( -2 * var(--tab_below_navigation_toolbar_bottom_padding) + 8px );
width: 100vw;
width: 100vw;*/
}

/* Fx 105+ */
Expand All @@ -171,24 +163,25 @@
margin-inline-start: 0 !important;
}

/* Fx 106+ */
/* Fx 106+ *//*
#private-browsing-indicator-with-label {
display: none !important;
}
*/

@media (-moz-platform: macos) {
#main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar {
padding-inline-end: 0px !important
}
#main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar {
padding-inline-end: 0px !important
}

/* draggable window */
#main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{
-moz-window-dragging: drag !important;
}
/* draggable window */
#main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{
-moz-window-dragging: drag !important;
}

:is(#TabsToolbar, #nav-bar, #PlacesToolbar) {
-moz-window-dragging: no-drag !important;
}
:is(#TabsToolbar, #nav-bar, #PlacesToolbar) {
-moz-window-dragging: no-drag !important;
}
}

/* Fx 126+ */
Expand Down
4 changes: 4 additions & 0 deletions current/image/firefox_view_monitor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 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 133+ (128 ESR compatible with corresponding settings)
Current version: 4.6.7
Current version: 4.6.8
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
Github: https://github.com/aris-t2/customcssforfx
Expand Down Expand Up @@ -344,6 +344,8 @@
/* @import "./css/buttons/back_and_forward_leftclick_history_popup_hidden.css"; /**/
/* @import "./css/buttons/zoom_buttons_hide_reset.css"; /**/
/* @import "./css/buttons/overflow_button_rotate_on_open.css"; /**/
/* @import "./css/buttons/firefox_view_button_hidden.css"; /**/
/* @import "./css/buttons/firefox_view_button_alternative_icon.css"; /**/


/* ----------------------------------------
Expand Down Expand Up @@ -724,7 +726,6 @@

@import "./css/tabs/tab_icon_colors.css"; /**/
/* @import "./css/tabs/tab_title_centered.css"; /**/
/* @import "./css/tabs/tabs_firefox_view_button_hidden.css"; /**/
/* @import "./css/tabs/classic_squared_tabs_old_bordercolor_for_lwthemes.css"; /**/ /* has to be used along with 'classic_squared_tabs.css' */
/* @import "./css/tabs/tabs_fully_squared.css"; /**/
/* @import "./css/tabs/tab_audio_icon.css"; /**/
Expand Down

0 comments on commit d62bf03

Please sign in to comment.