summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 18:01:31 +0200
committerraveit65 <[email protected]>2017-07-12 18:01:55 +0200
commit4b67f801c448889b0cfeb16aec79637bf1d6f3f7 (patch)
treea95ae2827316993439129d26e18a10ceda13b2f5
parentac9d404056ad74ecbe68793cd4bd084d05441d5d (diff)
downloadmate-themes-4b67f801c448889b0cfeb16aec79637bf1d6f3f7.tar.bz2
mate-themes-4b67f801c448889b0cfeb16aec79637bf1d6f3f7.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.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 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;
}