diff options
author | Charles Bos <[email protected]> | 2017-01-18 10:54:13 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 20:55:19 +0100 |
commit | 93d1ae3fd6ca4b9737df374dc814a4651fdf30cb (patch) | |
tree | 29a3ba9dff6cb813479db921f2d0f11b6260d60f /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 1253c33d4ed0d4ad3036d0729719b35b719adb21 (diff) | |
download | mate-themes-93d1ae3fd6ca4b9737df374dc814a4651fdf30cb.tar.bz2 mate-themes-93d1ae3fd6ca4b9737df374dc814a4651fdf30cb.tar.xz |
GTK+-3.20 Menta themes: use normal font weighting for panel main menu labels
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 7e5537ad..b74d4f1e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -357,7 +357,7 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ .mate-panel-menu-bar menubar > menuitem { transition: all 200ms ease-out; text-shadow: none; - font-weight: 600; + font-weight: normal; padding: 4px; } |