diff options
author | Charles Bos <[email protected]> | 2017-01-18 10:54:13 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 20:56:13 +0100 |
commit | 4f0d2eb5d43b93b801d3860203b1bc0c766a46be (patch) | |
tree | 460f80ff120c0869c16337d8d64f62ca937c5bc1 | |
parent | 461e84c2a3b788483db5a8aea4ce1eb9f91a7c5b (diff) | |
download | mate-themes-4f0d2eb5d43b93b801d3860203b1bc0c766a46be.tar.bz2 mate-themes-4f0d2eb5d43b93b801d3860203b1bc0c766a46be.tar.xz |
GTK+-3.20 Menta themes: use normal font weighting for panel main menu labels
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
2 files changed, 2 insertions, 2 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; } 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; } |