Add proper spacing for noun icons on GtkModelMenuItem
parent
75a1f9d666
commit
274696772d
|
@ -868,6 +868,10 @@ GtkTreeMenu .menuitem * {
|
||||||
color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
|
color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkModelMenuItem GtkBox GtkImage {
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* notebook *
|
* notebook *
|
||||||
************/
|
************/
|
||||||
|
|
Loading…
Reference in New Issue