Cinnamon: Fix cinnamenu applet style

This commit is contained in:
EliverLara
2021-06-02 13:07:54 -05:00
parent 9a1c0971fb
commit 20a5a33f28
3 changed files with 46 additions and 0 deletions

View File

@@ -1809,3 +1809,25 @@ StScrollBar {
background-color: rgba(0,0,0,0);
border-radius: 0px;
}
//
// Cinnamenu applet
//
.menu-category-button {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0);
&-selected {
padding: 7px;
color: $selected_fg_color;
background-color: $selected_bg_color;
border: 1px solid $borders_color;
}
&-hover {
background-color: transparentize($selected_bg_color, 0.7);
border-radius: 2px;
}
}