mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix panel background issues on pantheon desktop
This commit is contained in:
@@ -125,11 +125,15 @@
|
||||
transition: all 100ms ease-in-out;
|
||||
|
||||
&.maximized {
|
||||
background-color: #000;
|
||||
background-color: $panel_bg_color;
|
||||
}
|
||||
|
||||
&.translucent {
|
||||
background-color: transparentize(black, 0.5);;
|
||||
background-color: transparentize($panel_bg_color, 0.5);;
|
||||
}
|
||||
|
||||
&.color-light.translucent {
|
||||
background-color: transparentize($panel_fg_color, 0.15);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5794,9 +5794,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: transparent;
|
||||
transition: all 100ms ease-in-out; }
|
||||
.panel.maximized {
|
||||
background-color: #000; }
|
||||
background-color: #181b28; }
|
||||
.panel.translucent {
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
background-color: rgba(24, 27, 40, 0.5); }
|
||||
.panel.color-light.translucent {
|
||||
background-color: rgba(255, 255, 255, 0.85); }
|
||||
|
||||
menubar.panel,
|
||||
.panel menubar {
|
||||
|
||||
@@ -5794,9 +5794,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: transparent;
|
||||
transition: all 100ms ease-in-out; }
|
||||
.panel.maximized {
|
||||
background-color: #000; }
|
||||
background-color: #181b28; }
|
||||
.panel.translucent {
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
background-color: rgba(24, 27, 40, 0.5); }
|
||||
.panel.color-light.translucent {
|
||||
background-color: rgba(255, 255, 255, 0.85); }
|
||||
|
||||
menubar.panel,
|
||||
.panel menubar {
|
||||
|
||||
Reference in New Issue
Block a user