From e7e5009fc398c6bc093565bb9b3c73c00f2c3946 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/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 3b1752b0..322bbd2e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2323,6 +2323,12 @@ filechooser paned.horizontal box.vertical box.horizontal .view box.vertical { * Menus * *********/ +/* Decouple the font of context menus from their entry/textview */ +.context-menu { + font: initial; + text-shadow: none; +} + /* this controls the general appearance of the menubar */ menubar, .menubar { -- cgit v1.2.1