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/TraditionalOk | |
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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index ab03b7df..40a364b7 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2396,6 +2396,12 @@ treemenu menuitem { padding: 2px; } +/* Decouple the font of context menus from their entry/textview */ +.context-menu { + font: initial; + text-shadow: none; +} + menu, .menu { font-weight: normal; |