mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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.
This commit is contained in:
@@ -731,6 +731,10 @@ GtkComboBox .menu {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.context-menu {
|
||||
font: regular;
|
||||
}
|
||||
|
||||
/***********
|
||||
* menubar *
|
||||
***********/
|
||||
|
||||
Reference in New Issue
Block a user