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
Satyajit Sahoo 2013-08-19 09:10:38 +05:30
parent fc330cb0bc
commit e4d5589fb9
1 changed files with 4 additions and 0 deletions

View File

@ -731,6 +731,10 @@ GtkComboBox .menu {
background-image: none; background-image: none;
} }
.context-menu {
font: regular;
}
/*********** /***********
* menubar * * menubar *
***********/ ***********/