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

pull/599/head
Csaba Jakosa 2016-10-16 20:03:53 +02:00 committed by Khurshid Alam
parent 51f1578e29
commit e4cb5390c9
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
menu, menu,
.menu, .menu,
.context-menu { .context-menu {
padding: 0;
border-radius: 0;
border: 0; border: 0;
border-radius: 0;
padding: 2px 0;
background-color: $menu_bg_color; background-color: $menu_bg_color;
color: $menu_fg_color; color: $menu_fg_color;