Addressing issue #219

Also made some adjustments to the application & whisker menu button icons to match.
This commit is contained in:
EMH-Mark-I 2022-01-09 20:57:39 -06:00
parent 9b147350b3
commit 1eec7ec5a3
2 changed files with 6 additions and 5 deletions

View File

@ -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; }

View File

@ -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 }