diff options
author | rbuj <[email protected]> | 2020-10-17 09:00:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-17 13:36:56 +0200 |
commit | e7e5009fc398c6bc093565bb9b3c73c00f2c3946 (patch) | |
tree | 850176859fd9c91af7ac4079b2928a5b8c9e577a /desktop-themes/Menta | |
parent | a0d28f5a86ebb97b33f2210c6a75b11efd58f796 (diff) | |
download | mate-themes-e7e5009fc398c6bc093565bb9b3c73c00f2c3946.tar.bz2 mate-themes-e7e5009fc398c6bc093565bb9b3c73c00f2c3946.tar.xz |
gtk-widgets.css: Add the missing .context-menu class
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 5f820b6c..b28d42fa 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -3021,6 +3021,7 @@ toolbar button menuitem { text-shadow: none; } +/* Decouple the font of context menus from their entry/textview */ .context-menu { font: initial; text-shadow: none; |