Improve xfce-whiskermenu appearance

This commit is contained in:
EliverLara
2019-04-29 13:26:41 -05:00
parent 489846dfd9
commit 6a196bb101
3 changed files with 51 additions and 18 deletions

View File

@@ -1,4 +1,17 @@
.xfce4-panel.panel {
background-color: $base_color;
color: $fg_color;
}
#whiskermenu-window button {
background-color:transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px;
&:hover, &:checked {
background-color: $selected_bg_color;
}
}