From 6513ed44d519f22fcfcce4a7254f110185307573 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 19 Oct 2019 17:23:58 -0600 Subject: [PATCH] Update css.php --- themes/default/css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index 68d588654b..a017dd8a17 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2127,9 +2127,9 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; box-shadow: ; padding: 10px; margin: -10px -10px 10px -10px; - -webkit-transition: all .3s ease; - -moz-transition: all .3s ease; - transition: all .3s ease; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + transition: all .2s ease; } div.action_bar.scroll {