mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
cinnamon: add proper popup-combo-menu styling (#634)
This commit is contained in:
@@ -267,7 +267,8 @@ StScrollBar {
|
||||
//
|
||||
// Popvers/Menus
|
||||
//
|
||||
.popup-menu {
|
||||
.popup-menu,
|
||||
%menu {
|
||||
color: white;
|
||||
min-width: 200px;
|
||||
color: $fg_color;
|
||||
@@ -325,13 +326,9 @@ StScrollBar {
|
||||
-arrow-rise: 0;
|
||||
}
|
||||
|
||||
/*Don't know what this does*/
|
||||
.popup-combo-menu {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
padding: 1em 0em;
|
||||
color: red;
|
||||
border: 1px solid rgba(0,0,0,0.6);
|
||||
border-radius: 3px;
|
||||
@extend %menu;
|
||||
padding: 10px 1px;
|
||||
}
|
||||
.popup-image-menu-item {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user