diff options
Diffstat (limited to 'desktop-themes')
-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 7420079e..b03921ec 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1748,7 +1748,7 @@ GtkFileChooserButton .button { .menubar .menuitem { -gtk-icon-style: regular; - transition: all 300ms ease-out; + transition: all 100ms ease-out; padding: 3px 7px; } @@ -1777,6 +1777,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 4626de5a..f454d21a 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -342,7 +342,7 @@ PanelSeparator.mate-custom-panel-background { /* main menu */ PanelMenuBar.menubar .menuitem { - transition: all 300ms ease-out; + transition: all 100ms ease-out; text-shadow: none; } |