summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css2
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;
}