mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 08:04:37 +02:00
Addressing issue #219
Also made some adjustments to the application & whisker menu button icons to match.
This commit is contained in:
parent
9b147350b3
commit
1eec7ec5a3
@ -29,8 +29,7 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
#whiskermenu-button image,
|
#whiskermenu-button image,
|
||||||
#applicationmenu-button image {
|
#applicationmenu-button image {
|
||||||
padding: 1px;
|
padding: 0px;
|
||||||
margin-right: -2px;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center; }
|
background-position: center; }
|
||||||
|
@ -31,6 +31,11 @@ XfdesktopIconView.view {
|
|||||||
border: 1px solid @border_dark;
|
border: 1px solid @border_dark;
|
||||||
border-image: url("../buttons/dialog_button_normal.png");
|
border-image: url("../buttons/dialog_button_normal.png");
|
||||||
border-image-slice: 1 1 1 1; }
|
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.*/
|
/* 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 > 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. */
|
.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;
|
background-position: 0 0, 1px 1px;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.tasklist .toggle label {
|
|
||||||
margin-right: 4px; }
|
|
||||||
|
|
||||||
/* XFCE APP: Color Profiles */
|
/* XFCE APP: Color Profiles */
|
||||||
.color-profiles {
|
.color-profiles {
|
||||||
padding: 4px }
|
padding: 4px }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user