From 5d5fbbe16a06a977c6f1927ea24f2aa221e8523d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Jun 2016 20:48:27 +0200 Subject: GTK+-3.20 Menta themes: increase font-weight for panel menubar --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 ++ desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 22a39626..fbfe8be3 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -299,6 +299,7 @@ MatePanelAppletFrameDBus { .mate-panel-menu-bar menubar > menuitem { transition: all 200ms ease-out; text-shadow: none; + font-weight: 600; } /* set selected menubar button */ @@ -317,6 +318,7 @@ MatePanelAppletFrameDBus { .mate-panel-menu-bar menubar menu menuitem { transition: all 150ms ease-out; padding: 6px; + font-weight: normal; } /* set selected menubar menuitem */ diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 837e4534..b4edeab2 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -292,6 +292,7 @@ MatePanelAppletFrameDBus { .mate-panel-menu-bar menubar menuitem { transition: all 200ms ease-out; text-shadow: none; + font-weight: 600; } /* set selected menubar button */ @@ -310,6 +311,7 @@ MatePanelAppletFrameDBus { .mate-panel-menu-bar menubar menu menuitem { transition: all 150ms ease-out; padding: 6px; + font-weight: normal; } /* set selected menubar menuitem */ -- cgit v1.2.1