diff options
author | raveit65 <[email protected]> | 2016-06-04 20:48:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-04 20:49:09 +0200 |
commit | 756605e33ac01b55b6762da9d9f6b76a134794be (patch) | |
tree | 8434cd204ead57ee1904f9dd73ab8852adbdbdf8 | |
parent | 1ed4271e6d34fa3e0a3bfca619f3bdcbb3391cfa (diff) | |
download | mate-themes-756605e33ac01b55b6762da9d9f6b76a134794be.tar.bz2 mate-themes-756605e33ac01b55b6762da9d9f6b76a134794be.tar.xz |
GTK+-3.20 Menta themes: increase font-weight for panel menubar
-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, 4 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 9d727492..67157fcc 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 8fbb76a8..1356ea7f 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 */ |