summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-25 12:08:26 +0100
committerraveit65 <[email protected]>2016-02-25 12:08:26 +0100
commit763457b8f589ad8b1565fbb3260455d673d1330a (patch)
tree7db2eac9a42e21ff02c313325d35c8fa51352165 /desktop-themes/Blue-Submarine
parent24e58f2f92a6efb0d5ad937d85a16036e3fede35 (diff)
downloadmate-themes-763457b8f589ad8b1565fbb3260455d673d1330a.tar.bz2
mate-themes-763457b8f589ad8b1565fbb3260455d673d1330a.tar.xz
GTK+-3.20Blue-Submarine: restore transition effects, gtk+ bug is fixed with 3.19.10
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css1
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/menu.css6
3 files changed, 4 insertions, 6 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 719bde9b..a0162f87 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -762,7 +762,7 @@ button label {
}
button {
- transition: all 150ms ease-out;
+ transition: all 400ms ease-out;
-GtkArrow-arrow-scaling: 0.5;
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -789,7 +789,6 @@ button {
}
button.default {
- transition: all 150ms ease-out;
text-shadow: none;
color: @theme_fg_color;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 88928351..3fb67f93 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -453,7 +453,6 @@ MatePanelAppletFrameDBus {
.mate-panel-menu-bar > menubar > menuitem {
padding: 5px 5px;
- transition: all 400ms ease-out;
}
#clock-applet-button.flat.toggle > box.horizontal > label {
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
index b294c6e6..b1c31965 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
@@ -86,7 +86,7 @@ menubar {
***************/
menubar > menuitem {
padding: 5px 5px;
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
border-radius: 0px;
border-width: 0px;
min-height: 16px;
@@ -133,7 +133,7 @@ window.background.popup menu menuitem,
window.background.popup menuitem {
/* transition: all 300ms ease-out; FIXME this caused items jumpings*/
/* -GtkMenuItem-arrow-scaling: 0.7; */
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
border-radius: 0px;
color: @menu_fg_dark_color;
text-shadow: 1px 1px @menu_shadow_dark_color;
@@ -161,7 +161,7 @@ treemenu menuitem {
toolbar combobox menuitem,
combobox menuitem {
- transition: all 200ms ease-out;
+ transition: all 300ms ease-out;
color: @menu_fg_dark_color;
text-shadow: 0px 1px @menu_shadow_dark_color;
}