fix gedit style issues.

fixes #312
This commit is contained in:
Dustin Falgout
2016-04-10 08:09:20 -05:00
parent 06ae107d92
commit 73a746604e
3 changed files with 20 additions and 5 deletions
+7 -2
View File
@@ -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 {