summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-10-17 09:00:10 +0200
committerraveit65 <[email protected]>2020-10-17 13:36:56 +0200
commite7e5009fc398c6bc093565bb9b3c73c00f2c3946 (patch)
tree850176859fd9c91af7ac4079b2928a5b8c9e577a /desktop-themes/TraditionalGreen/gtk-3.0
parenta0d28f5a86ebb97b33f2210c6a75b11efd58f796 (diff)
downloadmate-themes-e7e5009fc398c6bc093565bb9b3c73c00f2c3946.tar.bz2
mate-themes-e7e5009fc398c6bc093565bb9b3c73c00f2c3946.tar.xz
gtk-widgets.css: Add the missing .context-menu class
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 07c704ff..0634c079 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/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;