Fix: Tab - Background image #861

This commit is contained in:
alstjr7375 2024-01-28 16:12:18 +09:00
parent 651cf12fd3
commit 192d83f418
3 changed files with 12 additions and 0 deletions

6
css/leptonChrome.css generated
View file

@ -6706,6 +6706,9 @@
*/
background-image: linear-gradient(transparent, transparent),
linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important;
background-position: 0, 0, right top;
background-attachment: scroll, scroll, fixed;
background-repeat: repeat-x, repeat-x, no-repeat !important;
}
@supports -moz-bool-pref("userChrome.theme.transparent.frame") {
:root:not([lwtheme-image])
@ -20612,6 +20615,9 @@
*/
background-image: linear-gradient(transparent, transparent),
linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important;
background-position: 0, 0, right top;
background-attachment: scroll, scroll, fixed;
background-repeat: repeat-x, repeat-x, no-repeat !important;
}
}
@media (-moz-bool-pref: "userChrome.tab.color_like_toolbar") and (-moz-bool-pref: "userChrome.theme.transparent.frame") {

View file

@ -7115,6 +7115,9 @@
*/
background-image: linear-gradient(transparent, transparent),
linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important;
background-position: 0, 0, right top;
background-attachment: scroll, scroll, fixed;
background-repeat: repeat-x, repeat-x, no-repeat !important;
}
@supports -moz-bool-pref("userChrome.theme.transparent.frame") {
:root:not([lwtheme-image])

View file

@ -16,6 +16,9 @@
*/
background-image: linear-gradient(transparent, transparent),
linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important;
background-position: 0, 0, right top;
background-attachment: scroll, scroll, fixed;
background-repeat: repeat-x, repeat-x, no-repeat !important;
@include Option("userChrome.theme.transparent.frame") {
:root:not([lwtheme-image]) & {