Add proper spacing for noun icons on GtkModelMenuItem

This commit is contained in:
Satyajit Sahoo
2013-08-19 08:54:19 +05:30
parent 75a1f9d666
commit 274696772d
+4
View File
@@ -868,6 +868,10 @@ GtkTreeMenu .menuitem * {
color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
}
GtkModelMenuItem GtkBox GtkImage {
padding-right: 4px;
}
/************
* notebook *
************/