Skip to content

Commit

Permalink
Fix: Tab - Background image #861
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 28, 2024
1 parent 651cf12 commit 192d83f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/tab/selected_tab/_color_like_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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]) & {
Expand Down

0 comments on commit 192d83f

Please sign in to comment.