mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
@@ -53,10 +53,15 @@
|
||||
|
||||
&:selected { background-color: $selected_bg_color; }
|
||||
|
||||
// A little hack to get some extra space above/below menuitem separators
|
||||
separator {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
background-color: shade($menu_bg_color, ($contrast + .1));
|
||||
background-color: transparent;
|
||||
min-height: 5px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade($menu_bg_color, ($contrast + .1));
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
menuitem {
|
||||
|
||||
Reference in New Issue
Block a user