Files
SweetTokyoNight/gtk-3.0/apps/_xfce.scss
2019-05-03 12:04:04 -05:00

17 lines
327 B
SCSS

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