summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 16:21:38 +0200
committerraveit65 <[email protected]>2017-07-12 16:21:38 +0200
commit24cc1c657ba23cab5c60ecfbfd6007bafb242b3f (patch)
tree2114e207143b20e7e9110ebe28d7359f6a846a2c
parent9c92ca52716312a755d4f5b463723c2e6669325d (diff)
downloadmate-themes-24cc1c657ba23cab5c60ecfbfd6007bafb242b3f.tar.bz2
mate-themes-24cc1c657ba23cab5c60ecfbfd6007bafb242b3f.tar.xz
Gtk+-3 Menta themes: change transition timining for menubar > menuitem
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css2
4 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index b8109293..bde234db 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2217,7 +2217,7 @@ GtkTreeMenu .menuitem,
}
.menubar > .menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
-gtk-icon-style: regular;
border-style: none;
padding: 4px 6px;
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index ea5f3241..f3a1fc98 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -424,7 +424,7 @@ MatePanelAppletFrameDBus {
/* main menu */
/* set normal menubar button */
PanelMenuBar.menubar > .menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
text-shadow: none;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 59ffffe8..f2f1b211 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2218,7 +2218,7 @@ GtkTreeMenu .menuitem,
.menubar > .menuitem {
-gtk-icon-style: regular;
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
border-style: none;
padding: 4px 6px;
text-shadow: 0 1px @button_text_shadow;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index a61b0eef..ae27145b 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -426,7 +426,7 @@ MatePanelAppletFrameDBus {
/* main menu */
/* set normal menubar button */
PanelMenuBar.menubar > .menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
text-shadow: none;
}