mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[Gtk-3.20] Fix Combobox menu padding. Fixes #575
This commit is contained in:
committed by
Khurshid Alam
parent
51f1578e29
commit
e4cb5390c9
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user