From 7e206d3df8612be51216367de9814ad7f4630ac3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 17 Oct 2020 09:00:10 +0200 Subject: gtk-widgets.css: Add the missing .context-menu class --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/TraditionalOk') 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; -- cgit v1.2.1