Skip to content

Commit 8a39d35

Browse files
committed
4.7.0
1 parent 8b563aa commit 8a39d35

File tree

6 files changed

+23
-44
lines changed

6 files changed

+23
-44
lines changed

current/css/tabs/default_tabs_no_tab_line.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
33
/****************************************************************************************/
44

5+
6+
.tab-group-line,
57
.tab-context-line {
68
display: none !important;
79
}

current/css/tabs/tab_audio_icon.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@
3030
margin-inline-start: -2px !important;
3131
margin-inline-end: 2px !important;
3232
}
33+
34+
/* adds transparent background to icon*/
35+
.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
36+
background-color: rgba(0,0,0,0.1) !important
37+
}
38+
@media (-moz-toolbar-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
39+
.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
40+
background-color: rgba(255,255,255,0.1) !important
41+
}
42+
}

current/css/tabs/tab_audio_icon_colorized.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
fill: orange !important;
2424
}
2525

26-
@media (-moz-content-prefers-color-scheme: dark) {
26+
@media (-moz-toolbar-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
2727
:root[lwtheme]:not([style*='--lwt-header-image']) .tab-icon-overlay[soundplaying] {
2828
fill: lightgreen !important;
2929
}

current/css/toolbars/additional_bookmarks_toolbar_below_navbar.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
#main-window:not([customizing])[uidensity="touch"] #nav-bar:has(#personal-bookmarks) #personal-bookmarks {
34-
margin-top: 41px !important;
34+
margin-top: 41px !important;
3535
}
3636

3737
/* reduce size of bookmarks 'more bookmarks' menu chevron and remove its background color on navigation toolbar */
@@ -42,8 +42,8 @@
4242
height: 16px !important;
4343
padding: 0 !important;
4444
margin: 0 !important;
45-
background: unset !important;
46-
box-shadow: unset !important;
45+
/*background: unset !important;
46+
box-shadow: unset !important;*/
4747
}
4848

4949
/* set minimum height for bookmarks, when on navigation toolbar */
@@ -55,15 +55,9 @@
5555
#nav-bar:has(#personal-bookmarks) #personal-bookmarks {
5656
min-width: 40px !important;
5757
width: auto !important;
58-
max-width: 50vw !important;
58+
max-width: 100vw !important;
5959
}
6060

61-
/* workaround for megabar_expanding_breakout_disabled.css *//*
62-
#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout],
63-
#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout][breakout-extend] {
64-
top: calc(0px + ((var(--urlbar-container-height,--urlbar-toolbar-height) - var(--urlbar-height)) / 2)) !important;
65-
}
66-
*/
6761
#nav-bar:has(#personal-bookmarks) #personal-toolbar-empty-description,
6862
#nav-bar:has(#personal-bookmarks) #personal-bookmarks toolbarbutton.bookmark-item:not(.subviewbutton) {
6963
padding: 0 2px !important;

current/css/toolbars/addonbar_move_bookmarks_toolbar_to_bottom.css

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
background-image: var(--lwt-header-image) !important;
3333
}
3434

35-
/* free some space below content *//*
36-
#main-window:not([chromehidden*="toolbar"]):not([sizemode="fullscreen"]) #browser-bottombox {
37-
margin-bottom: calc( var(--addonbar_height) - 1px);
38-
}
39-
4035
/* hide this projects custom bookmarks label, if used */
4136
#main-window[sizemode="fullscreen"] #PersonalToolbar #bookmarks-menu-button::after {
4237
visibility: collapse !important;
@@ -112,20 +107,6 @@
112107
margin-inline: 0px !important;
113108
}
114109

115-
/*
116-
#PersonalToolbar .toolbarbutton-1 {
117-
margin: 0px !important;
118-
}
119-
120-
#PersonalToolbar toolbarbutton {
121-
padding: 0px !important;
122-
}
123-
/*
124-
#PersonalToolbar .toolbarbutton-1 {
125-
--toolbarbutton-inner-padding: 1px !important;
126-
--toolbarbutton-outer-padding: 0px !important;
127-
}*/
128-
129110
#PersonalToolbar #bookmarks-menu-button {
130111
-moz-box-align: center !important;
131112
align-items: center !important;
@@ -144,8 +125,6 @@
144125
z-index: 3 !important;
145126
}
146127

147-
148-
149128
/*************************/
150129

151130
#main-window:not([customizing]) #nav-bar:has(#personal-bookmarks) {
@@ -186,8 +165,8 @@
186165
height: 16px !important;
187166
padding: 0 !important;
188167
margin: 0 !important;
189-
background: unset !important;
190-
box-shadow: unset !important;
168+
/*background: unset !important;
169+
box-shadow: unset !important;*/
191170
}
192171

193172
/* set minimum height for bookmarks, when on navigation toolbar */
@@ -199,15 +178,9 @@
199178
#main-window:not([customizing]) #nav-bar:has(#personal-bookmarks) #personal-bookmarks {
200179
min-width: 40px !important;
201180
width: auto !important;
202-
max-width: 50vw !important;
181+
max-width: 100vw !important;
203182
}
204183

205-
/* workaround for megabar_expanding_breakout_disabled.css *//*
206-
#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout],
207-
#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout][breakout-extend] {
208-
top: calc(0px + ((var(--urlbar-container-height,--urlbar-toolbar-height) - var(--urlbar-height)) / 2)) !important;
209-
}
210-
*/
211184
#nav-bar:has(#personal-bookmarks) #personal-toolbar-empty-description,
212185
#nav-bar:has(#personal-bookmarks) #personal-bookmarks toolbarbutton.bookmark-item:not(.subviewbutton) {
213186
padding: 0 2px !important;

current/userChrome.css

Lines changed: 3 additions & 3 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.9
5+
Current version: 4.7.0
66
77
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
88
Github: https://github.com/aris-t2/customcssforfx
@@ -1178,7 +1178,7 @@
11781178
------------------------------
11791179
*/
11801180

1181-
@import "./css/locationbar/ac_popup_result_font_size.css"; /**/
1181+
/* @import "./css/locationbar/ac_popup_result_font_size.css"; /**/
11821182
/* @import "./css/locationbar/ac_popup_firefox_background_logo.css"; /**/
11831183

11841184

@@ -1211,7 +1211,7 @@
12111211
*/
12121212

12131213
@import "./css/locationbar/megabar_expanding_breakout_disabled.css"; /**/
1214-
/* @import "./css/locationbar/megabar_expanding_breakout_disabled_fx128-fx132.css"; /**/
1214+
/* @import "./css/locationbar/megabar_expanding_breakout_disabled_fx128-132.css"; /**/
12151215

12161216

12171217
/* -------------------------------------

0 commit comments

Comments
 (0)