Skip to content

Commit

Permalink
4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Oct 23, 2023
1 parent db2ba05 commit 5ec2ba4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
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 @@ -286,7 +286,7 @@

/* loading animation color */
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab,
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:not([visuallyselected=true]) {
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:not([visuallyselected]) {
--tab-loading-fill: var(--classic_squared_tabs_tab_default_loading_icon_color) !important;
}
.tab-throbber[busy]::before,
Expand Down
4 changes: 2 additions & 2 deletions current/css/tabs/default_tabs_enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/************************************************************************************************/


.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-color: color-mix(in srgb, currentColor 11%, transparent);
}

.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-color: color-mix(in srgb, currentColor 17%, transparent) !important;
}
8 changes: 4 additions & 4 deletions current/css/tabs/default_tabs_photon_alt.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
margin-block: 0px !important;
}

.tab-background[multiselected=true],
.tab-background[selected=true] {
.tab-background[multiselected],
.tab-background[selected] {
background-color: var(--toolbar-bgcolor) !important;
background-image: var(--toolbar-bgimage) !important;
}
Expand Down Expand Up @@ -127,8 +127,8 @@
}

/* remove active tabs left and right tab border color when using lw-themes */
:root:not([lwtheme-mozlightdark]) #TabsToolbar:not([brighttext]) #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected=true], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme,
:root:not([lwtheme-mozlightdark]) #TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected=true], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme {
:root:not([lwtheme-mozlightdark]) #TabsToolbar:not([brighttext]) #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme,
:root:not([lwtheme-mozlightdark]) #TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme {
box-shadow: unset !important;
}

Expand Down
18 changes: 9 additions & 9 deletions current/css/tabs/default_tabs_with_colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
/************************************************************************************************/


#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_other_tabs) !important;
}

#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_hovered_tabs) !important;
}

#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab > .tab-stack > .tab-background:is([selected=true], [multiselected]) {
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab > .tab-stack > .tab-background:is([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_active_tab) !important;
}

Expand All @@ -23,26 +23,26 @@


@media (-moz-content-prefers-color-scheme: dark) {
.tabbrowser-tab > .tab-stack > .tab-background:is([selected=true], [multiselected]) {
.tabbrowser-tab > .tab-stack > .tab-background:is([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-bright_active_tab) !important;
}
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-bright_other_tabs) !important;
}
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-bright_hovered_tabs) !important;
}

}

@media (-moz-content-prefers-color-scheme: light) {
.tabbrowser-tab > .tab-stack > .tab-background:is([selected=true], [multiselected]) {
.tabbrowser-tab > .tab-stack > .tab-background:is([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-dark_active_tab) !important;
}
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-dark_other_tabs) !important;
}
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true], [multiselected]) {
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected], [multiselected]) {
background-image: var(--classic_squared_tabs_lwt-dark_hovered_tabs) !important;
}

Expand Down
2 changes: 1 addition & 1 deletion 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 115+
Current version: 4.4.2
Current version: 4.4.3
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
Github: https://github.com/aris-t2/customcssforfx
Expand Down

0 comments on commit 5ec2ba4

Please sign in to comment.