diff options
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 1 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/menu.css | 6 |
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; } |