summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 16:21:38 +0200
committerraveit65 <[email protected]>2017-07-12 16:54:44 +0200
commit6b92f32bce7f67d506873dece9fcc02be9b99f64 (patch)
treeac43e1e4219b217596da4d6a1426ba23052cd5b7
parent39d7e66f2af3d462dd3f25a57454490eede29d6a (diff)
downloadmate-themes-6b92f32bce7f67d506873dece9fcc02be9b99f64.tar.bz2
mate-themes-6b92f32bce7f67d506873dece9fcc02be9b99f64.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 b344f34e..10af40dd 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2455,7 +2455,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 4998a79c..eedc6e13 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -438,7 +438,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 aa757ca6..5e6bc368 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2459,7 +2459,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 f5986959..5a61e233 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -440,7 +440,7 @@ MatePanelAppletFrameDBus {
/* main menu */
/* set normal menubar button */
PanelMenuBar.menubar > .menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
text-shadow: none;
}