Cinnamon: Fix cinnamenu applet style

This commit is contained in:
EliverLara
2021-06-02 13:07:54 -05:00
parent b0dbe73e7e
commit 325703737c
3 changed files with 46 additions and 0 deletions

View File

@@ -1810,3 +1810,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;
}
}

View File

@@ -1515,3 +1515,15 @@ StScrollBar {
border: 0px;
background-color: rgba(0, 0, 0, 0);
border-radius: 0px; }
.menu-category-button {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0); }
.menu-category-button-selected {
padding: 7px;
color: #fefefe;
background-color: #c50ed2;
border: 1px solid #050508; }
.menu-category-button-hover {
background-color: rgba(197, 14, 210, 0.3);
border-radius: 2px; }

View File

@@ -1515,3 +1515,15 @@ StScrollBar {
border: 0px;
background-color: rgba(0, 0, 0, 0);
border-radius: 0px; }
.menu-category-button {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0); }
.menu-category-button-selected {
padding: 7px;
color: #fefefe;
background-color: #c50ed2;
border: 1px solid #050508; }
.menu-category-button-hover {
background-color: rgba(197, 14, 210, 0.3);
border-radius: 2px; }