mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Xfce: Improve panel buttons appearance
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
border-bottom: 2px solid $selected_bg_color;
|
border-bottom: 2px solid $selected_bg_color;
|
||||||
background-color: lighten($panel_bg_color, 15%);
|
background-color: lighten($panel_bg_color, 5%);
|
||||||
|
|
||||||
label, image { color: inherit; }
|
label, image { color: inherit; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.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-bottom: 2px solid #c50ed2;
|
border-bottom: 2px solid #c50ed2;
|
||||||
background-color: #343c58; }
|
background-color: #212638; }
|
||||||
.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; }
|
||||||
|
|
||||||
|
|||||||
@@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.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-bottom: 2px solid #c50ed2;
|
border-bottom: 2px solid #c50ed2;
|
||||||
background-color: #343c58; }
|
background-color: #212638; }
|
||||||
.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