diff options
author | raveit65 <[email protected]> | 2017-07-12 18:01:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 18:02:10 +0200 |
commit | 212a7a935a84ff933431cb0e79b62e4d4e8ef496 (patch) | |
tree | 19b300b0e1e48e123ce2e7ed0d587b669ef5e49b | |
parent | c2160e683cb4d4e340ea184bb4fcbe688de73756 (diff) | |
download | mate-themes-212a7a935a84ff933431cb0e79b62e4d4e8ef496.tar.bz2 mate-themes-212a7a935a84ff933431cb0e79b62e4d4e8ef496.tar.xz |
Gtk+-3 GreenLaguna: GreenLaguna: some menu fixes
- reduce transition effect for menubar > menuitem
- fix fg color of selected menubar
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 6cf0b9c4..58c35316 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1762,7 +1762,7 @@ GtkFileChooserButton .button { .menubar .menuitem { -gtk-icon-style: regular; - transition: all 300ms ease-out; + transition: all 100ms ease-out; padding: 3px 7px; } @@ -1791,6 +1791,7 @@ GtkFileChooserButton .button { } .menubar .menuitem:hover { + color: @theme_selected_fg_color; background-image: none; background-color: shade(@theme_selected_bg_color, 1.1); border-style: none; diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 2858a9bb..cc6f8222 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -343,7 +343,7 @@ PanelSeparator.mate-custom-panel-background { /* main menu */ PanelMenuBar.menubar .menuitem { - transition: all 300ms ease-out; + transition: all 100ms ease-out; text-shadow: none; } |