diff options
author | Charles Bos <[email protected]> | 2017-01-18 10:54:13 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 20:56:42 +0100 |
commit | 444da108ae23ad93d49ed8846cfd1ce3351141be (patch) | |
tree | 2a49971b7567f91b0eac550d3e75d6f8560437bc /desktop-themes/Menta/gtk-3.0 | |
parent | 2d5d80257d8c9a693ca989403271c05789ea0f3f (diff) | |
download | mate-themes-444da108ae23ad93d49ed8846cfd1ce3351141be.tar.bz2 mate-themes-444da108ae23ad93d49ed8846cfd1ce3351141be.tar.xz |
GTK+-3.20 Menta themes: use normal font weighting for panel main menu labels
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 2b099fc9..c8613372 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -350,7 +350,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; } |