mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-23 13:01:30 -08:00
Fix: Tab - Background image #861
This commit is contained in:
parent
651cf12fd3
commit
192d83f418
3 changed files with 12 additions and 0 deletions
6
css/leptonChrome.css
generated
6
css/leptonChrome.css
generated
|
|
@ -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") {
|
||||
|
|
|
|||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -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])
|
||||
|
|
|
|||
|
|
@ -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]) & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue