summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 18:01:31 +0200
committerraveit65 <[email protected]>2017-07-12 18:01:31 +0200
commit795421ae7c25f27652d0b01d7b700cb397b9417a (patch)
treee3973a4c77eb25390337e6ab92ea3e099979ee36 /desktop-themes
parentdb572e192ce459b95552ab28f32eb52b76ce3ead (diff)
downloadmate-themes-795421ae7c25f27652d0b01d7b700cb397b9417a.tar.bz2
mate-themes-795421ae7c25f27652d0b01d7b700cb397b9417a.tar.xz
Gtk+-3 GreenLaguna: GreenLaguna: some menu fixes
- reduce transition effect for menubar > menuitem - fix fg color of selected menubar
Diffstat (limited to 'desktop-themes')
-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 e7ed1aec..91f5a9cc 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -1551,7 +1551,7 @@ GtkFileChooserButton .button {
.menubar .menuitem {
-gtk-icon-style: regular;
- transition: all 300ms ease-out;
+ transition: all 100ms ease-out;
padding: 3px 7px;
}
@@ -1580,6 +1580,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 917d712f..31d99bcf 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;
}