mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +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, 7%);
|
||||||
|
|
||||||
label, image { color: inherit; }
|
label, image { color: inherit; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5754,7 +5754,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: #f7f7f7;
|
color: #f7f7f7;
|
||||||
border-bottom: 2px solid #F67E7D;
|
border-bottom: 2px solid #F67E7D;
|
||||||
background-color: #3e474f; }
|
background-color: #2c3338; }
|
||||||
.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; }
|
||||||
|
|
||||||
|
|||||||
@@ -5754,7 +5754,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: #f7f7f7;
|
color: #f7f7f7;
|
||||||
border-bottom: 2px solid #F67E7D;
|
border-bottom: 2px solid #F67E7D;
|
||||||
background-color: #3e474f; }
|
background-color: #2c3338; }
|
||||||
.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