summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-06-12 09:21:36 +0200
committerraveit65 <[email protected]>2017-06-13 07:31:04 +0200
commitc86a59902e5eb6ad2151ebb37f1a77e02572cbd7 (patch)
tree54f9923781c59e680dffc9f7a23c495ba4ad2077
parente3e3e1449d884e28915ade057d18dfdbee24271c (diff)
downloadmate-themes-c86a59902e5eb6ad2151ebb37f1a77e02572cbd7.tar.bz2
mate-themes-c86a59902e5eb6ad2151ebb37f1a77e02572cbd7.tar.xz
Gtk+-3.20 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 9612e1f6..93c382e2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2948,7 +2948,7 @@ menubar,
menubar > menuitem,
.menubar > menuitem {
min-height: 18px;
- 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 75eb4ff3..8e9db2b7 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -362,7 +362,7 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
/* main menu */
/* set normal menubar button */
.mate-panel-menu-bar menubar > menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
text-shadow: none;
font-weight: normal;
padding: 4px;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 6da642fd..8d98d1be 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2948,7 +2948,7 @@ menubar,
menubar menuitem,
.menubar menuitem {
min-height: 18px;
- 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/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index be6223f0..38df89aa 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -362,7 +362,7 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
/* main menu */
/* set normal menubar button */
.mate-panel-menu-bar menubar menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
text-shadow: none;
font-weight: normal;
padding: 4px;