Xfce: move panel active indicator
This commit is contained in:
parent
fa8fa325e2
commit
b484c2f845
@ -93,6 +93,7 @@ list.tweak-categories separator {
|
|||||||
button {
|
button {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
min-width: 30px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -106,14 +107,14 @@ list.tweak-categories separator {
|
|||||||
|
|
||||||
&:not(#whiskermenu-button) {
|
&:not(#whiskermenu-button) {
|
||||||
&:checked, &:active {
|
&:checked, &:active {
|
||||||
box-shadow: inset 0 4px 0 $selected_bg_color;
|
box-shadow: inset 0 -2px 0 $selected_bg_color;
|
||||||
background: $_highlight_bg_color;
|
background: $_highlight_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.vertical button:not(#whiskermenu-button) {
|
&.vertical button:not(#whiskermenu-button) {
|
||||||
&:checked, &:active { box-shadow: inset 4px 0 0 $selected_bg_color; }
|
&:checked, &:active { box-shadow: inset 2px 0 0 $selected_bg_color; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -170,7 +171,7 @@ list.tweak-categories separator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XFCE4 panel action & battery buttons */
|
/* XFCE4 panel action */
|
||||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||||
-gtk-icon-style: symbolic;
|
-gtk-icon-style: symbolic;
|
||||||
-gtk-icon-transform: scale(.7);
|
-gtk-icon-transform: scale(.7);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user