From 1eec7ec5a302ee0babe14cd025c69b0efff533a5 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Sun, 9 Jan 2022 20:57:39 -0600 Subject: [PATCH] Addressing issue #219 Also made some adjustments to the application & whisker menu button icons to match. --- Theme/Chicago95/gtk-3.0/apps/whiskermenu.css | 3 +-- Theme/Chicago95/gtk-3.0/apps/xfce.css | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css index a727414..1019914 100644 --- a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css @@ -29,8 +29,7 @@ the whisker menu without having to correct their pointer location. */ border-radius: 0px; } #whiskermenu-button image, #applicationmenu-button image { - padding: 1px; - margin-right: -2px; + padding: 0px; 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 622b537..ab3c7ed 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce.css @@ -31,6 +31,11 @@ XfdesktopIconView.view { border: 1px solid @border_dark; border-image: url("../buttons/dialog_button_normal.png"); border-image-slice: 1 1 1 1; } + .xfce4-panel .vertical .tasklist .toggle label { + margin-top: -6px; } + .xfce4-panel:not(.vertical) .tasklist .toggle label { + margin-left: -6px; + 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. */ .xfce4-panel .flat:not(.toggle), /* affects the launcher buttons as well and the status notifier plugin. */ @@ -155,9 +160,6 @@ wnck-pager { background-position: 0 0, 1px 1px; box-shadow: none; } - .tasklist .toggle label { - margin-right: 4px; } - /* XFCE APP: Color Profiles */ .color-profiles { padding: 4px }