1
0
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:
Horst3180
2016-09-14 12:17:35 +02:00
parent e250405fdb
commit 28dfc77210
3 changed files with 34 additions and 45 deletions

View File

@@ -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 {}