Set a font for context menus
GTK+ has recently started to add a dedicated style class to context menus. We set an explicit font for this class to prevent unintended inheritance, e.g. for context menus of the gedit document view or the preview entry in the font chooser.pull/63/head
parent
fc330cb0bc
commit
e4d5589fb9
|
@ -731,6 +731,10 @@ GtkComboBox .menu {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu {
|
||||||
|
font: regular;
|
||||||
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* menubar *
|
* menubar *
|
||||||
***********/
|
***********/
|
||||||
|
|
Loading…
Reference in New Issue