From 989e949a1abb1740ef4c32de687ae2d089db9184 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Sun, 9 Jan 2022 21:38:27 -0600 Subject: [PATCH] Adjusting margins for panel bar one more time. --- Theme/Chicago95/gtk-3.0/apps/whiskermenu.css | 1 + Theme/Chicago95/gtk-3.0/apps/xfce.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css index 1400d43..9b3afa9 100644 --- a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css @@ -30,6 +30,7 @@ the whisker menu without having to correct their pointer location. */ #whiskermenu-button image, #applicationmenu-button image { padding: 0px; + margin-right: -1px; background-repeat: no-repeat; background-size: contain; background-position: center; } diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce.css b/Theme/Chicago95/gtk-3.0/apps/xfce.css index ab3c7ed..c2b5866 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce.css @@ -32,9 +32,9 @@ XfdesktopIconView.view { border-image: url("../buttons/dialog_button_normal.png"); border-image-slice: 1 1 1 1; } .xfce4-panel .vertical .tasklist .toggle label { - margin-top: -6px; } + margin-top: -7px; } .xfce4-panel:not(.vertical) .tasklist .toggle label { - margin-left: -6px; + margin-left: -7px; margin-right: 4px; } /* Note: The ".xfce4-panel > widget > frame" and ".xfce4-panel .flat:not(.toggle)" CSS classes are specified in this manner due to the volatility in the naming of CSS IDs presented by the XFCE panelbar.*/ .xfce4-panel > widget > frame, /* affects the frame of the notification area plugin for GTK2 notifications. */