Improve xfce-whiskermenu appearance

This commit is contained in:
EliverLara
2019-04-29 13:26:41 -05:00
parent e9a046e455
commit 740bf45106
3 changed files with 33 additions and 0 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;
}
}

View File

@@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #1c2124;
color: #76777A; }
#whiskermenu-window button {
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px; }
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
background-color: #F67E7D; }
/********
* Gala *
*******/

View File

@@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #1c2124;
color: #76777A; }
#whiskermenu-window button {
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px; }
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
background-color: #F67E7D; }
/********
* Gala *
*******/