Skip to content

Commit d62bf03

Browse files
committed
4.6.8
1 parent e6fa425 commit d62bf03

10 files changed

+39
-33
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
#firefox-view-button {
7+
list-style-image: url(./../../image/firefox_view_monitor.svg) !important;
8+
}
File renamed without changes.

current/css/locationbar/urlbar_background_color.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717

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

@@ -35,7 +35,7 @@
3535
color: var(--urlbar_text_color) !important;
3636
fill: var(--urlbar_text_color) !important;
3737
}
38-
#main-window:not([privatebrowsingmode]) :is(#urlbar,#urlbar-search-mode-indicator,#page-action-buttons,#identity-icon-box,#urlbar-background,#searchbar) {
38+
#main-window:not([privatebrowsingmode]) :is(#urlbar,#urlbar-search-mode-indicator,#urlbar-background,#searchbar) {
3939
color: var(--urlbar_text_color) !important;
4040
fill: var(--urlbar_text_color) !important;
4141
}

current/css/tabs/classic_squared_tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
height: unset !important;
600600
}
601601

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

current/css/tabs/classic_squared_tabs_australized.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
height: 16px !important;
599599
}
600600
*/
601-
/* Fx 106+ */
601+
/* Fx 106+ *//*
602602
#private-browsing-indicator-with-label {
603603
display: none !important;
604604
}

current/css/tabs/default_tabs_photon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
}
201201
}
202202

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

current/css/tabs/default_tabs_photon_alt.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
}
159159
}
160160

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

current/css/tabs/tabs_below_navigation_toolbar.css

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353

5454
@media (-moz-platform: macos) {
5555

56-
#navigator-toolbox {
57-
position: relative;
58-
padding-bottom: var(--tab_below_navigation_toolbar_bottom_padding_macOS);
59-
}
60-
6156
#main-window:is([tabsintitlebar],[customtitlebar]):not([sizemode="fullscreen"]):not([inDOMFullscreen="true"]) #navigator-toolbox {
6257
padding-top: var(--tab_below_navigation_toolbar_toolbox_top_padding_macOS);
6358
}
@@ -90,15 +85,10 @@
9085

9186
/* remove unneeded items */
9287
#TabsToolbar .titlebar-buttonbox-container,
93-
#TabsToolbar .private-browsing-indicator,
9488
#TabsToolbar #window-controls,
9589
#TabsToolbar *[type="caption-buttons"],
9690
#TabsToolbar *[type="pre-tabs"],
97-
#TabsToolbar *[type="post-tabs"],
98-
#private-browsing-indicator-with-label,
99-
.private-browsing-indicator-with-label,
100-
.private-browsing-indicator-icon,
101-
.private-browsing-indicator-label {
91+
#TabsToolbar *[type="post-tabs"] {
10292
display: none;
10393
}
10494

@@ -153,11 +143,13 @@
153143
}
154144

155145
/* notification position */
156-
#tab-notification-deck {
157-
position: absolute;
146+
#tab-notification-deck,
147+
#tab-notification-deck-template {
148+
order: 101;
149+
/*position: absolute;
158150
display: block;
159151
bottom: calc( -2 * var(--tab_below_navigation_toolbar_bottom_padding) + 8px );
160-
width: 100vw;
152+
width: 100vw;*/
161153
}
162154

163155
/* Fx 105+ */
@@ -171,24 +163,25 @@
171163
margin-inline-start: 0 !important;
172164
}
173165

174-
/* Fx 106+ */
166+
/* Fx 106+ *//*
175167
#private-browsing-indicator-with-label {
176168
display: none !important;
177169
}
170+
*/
178171

179172
@media (-moz-platform: macos) {
180-
#main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar {
181-
padding-inline-end: 0px !important
182-
}
173+
#main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar {
174+
padding-inline-end: 0px !important
175+
}
183176

184-
/* draggable window */
185-
#main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{
186-
-moz-window-dragging: drag !important;
187-
}
177+
/* draggable window */
178+
#main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{
179+
-moz-window-dragging: drag !important;
180+
}
188181

189-
:is(#TabsToolbar, #nav-bar, #PlacesToolbar) {
190-
-moz-window-dragging: no-drag !important;
191-
}
182+
:is(#TabsToolbar, #nav-bar, #PlacesToolbar) {
183+
-moz-window-dragging: no-drag !important;
184+
}
192185
}
193186

194187
/* Fx 126+ */
Lines changed: 4 additions & 0 deletions
Loading

current/userChrome.css

Lines changed: 3 additions & 2 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 133+ (128 ESR compatible with corresponding settings)
5-
Current version: 4.6.7
5+
Current version: 4.6.8
66
77
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
88
Github: https://github.com/aris-t2/customcssforfx
@@ -344,6 +344,8 @@
344344
/* @import "./css/buttons/back_and_forward_leftclick_history_popup_hidden.css"; /**/
345345
/* @import "./css/buttons/zoom_buttons_hide_reset.css"; /**/
346346
/* @import "./css/buttons/overflow_button_rotate_on_open.css"; /**/
347+
/* @import "./css/buttons/firefox_view_button_hidden.css"; /**/
348+
/* @import "./css/buttons/firefox_view_button_alternative_icon.css"; /**/
347349

348350

349351
/* ----------------------------------------
@@ -724,7 +726,6 @@
724726

725727
@import "./css/tabs/tab_icon_colors.css"; /**/
726728
/* @import "./css/tabs/tab_title_centered.css"; /**/
727-
/* @import "./css/tabs/tabs_firefox_view_button_hidden.css"; /**/
728729
/* @import "./css/tabs/classic_squared_tabs_old_bordercolor_for_lwthemes.css"; /**/ /* has to be used along with 'classic_squared_tabs.css' */
729730
/* @import "./css/tabs/tabs_fully_squared.css"; /**/
730731
/* @import "./css/tabs/tab_audio_icon.css"; /**/

0 commit comments

Comments
 (0)