[Gtk-3.20] Fix Combobox menu padding. Fixes #575

This commit is contained in:
Csaba Jakosa
2016-10-16 23:33:53 +05:30
committed by Khurshid Alam
parent 51f1578e29
commit e4cb5390c9
+2 -2
View File
@@ -45,9 +45,9 @@
menu,
.menu,
.context-menu {
padding: 0;
border-radius: 0;
border: 0;
border-radius: 0;
padding: 2px 0;
background-color: $menu_bg_color;
color: $menu_fg_color;