Add proper spacing for noun icons on GtkModelMenuItem

pull/63/head
Satyajit Sahoo 2013-08-19 08:54:19 +05:30
parent 75a1f9d666
commit 274696772d
1 changed files with 4 additions and 0 deletions

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 *
************/