Xfce v4.18: Fix odd gap between panel elements

This commit is contained in:
EliverLara 2023-05-28 14:42:01 -06:00
parent 9e75f06af3
commit 2d0138e306
3 changed files with 18 additions and 9 deletions

View File

@ -1,11 +1,16 @@
// Xfce Panel
.xfce4-panel.panel {
.xfce4-panel {
border-radius: 0;
&.panel {
background-color: $panel_bg_color;
text-shadow: none;
-gtk-icon-shadow: none;
button.flat { @extend %panelbutton; }
}
}
#tasklist-button {
color: transparentize($panel_fg_color, 0.2);

View File

@ -5523,10 +5523,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: #00D3A7; }
.xfce4-panel.panel {
background-color: #222e39;
text-shadow: none;
-gtk-icon-shadow: none; }
.xfce4-panel {
border-radius: 0; }
.xfce4-panel.panel {
background-color: #222e39;
text-shadow: none;
-gtk-icon-shadow: none; }
#tasklist-button {
color: rgba(195, 199, 209, 0.8);

View File

@ -5547,10 +5547,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: #00D3A7; }
.xfce4-panel.panel {
background-color: #222e39;
text-shadow: none;
-gtk-icon-shadow: none; }
.xfce4-panel {
border-radius: 0; }
.xfce4-panel.panel {
background-color: #222e39;
text-shadow: none;
-gtk-icon-shadow: none; }
#tasklist-button {
color: rgba(195, 199, 209, 0.8);