mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Update xfce-panel appearance
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
// Xfce Panel
|
// Xfce Panel
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: $panel_bg_color;
|
background-color: $panel_bg_color;
|
||||||
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none;
|
-gtk-icon-shadow: none;
|
||||||
|
|
||||||
@@ -38,8 +37,8 @@
|
|||||||
}
|
}
|
||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
border: none;
|
border-bottom: 2px solid $selected_bg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: lighten($panel_bg_color, 20%);
|
||||||
|
|
||||||
label, image { color: inherit; }
|
label, image { color: inherit; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5719,8 +5719,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: rgba(39, 40, 47, 0.7); }
|
background-color: rgba(39, 40, 47, 0.7); }
|
||||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
border: none;
|
border-bottom: 2px solid #f7b922;
|
||||||
background-color: #f7b922; }
|
background-color: rgba(62, 64, 75, 0.7); }
|
||||||
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
|
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
|
|||||||
@@ -5744,8 +5744,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: rgba(39, 40, 47, 0.7); }
|
background-color: rgba(39, 40, 47, 0.7); }
|
||||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
border: none;
|
border-bottom: 2px solid #f7b922;
|
||||||
background-color: #f7b922; }
|
background-color: rgba(62, 64, 75, 0.7); }
|
||||||
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
|
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user