From 5b139b80084121647eada9da9f3880da959ef156 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 26 Nov 2012 21:32:07 -0800 Subject: [PATCH] css transitions and opacity adjustments --- e107_themes/bootstrap/admin_style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index c973e3103..846f71f5c 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -123,7 +123,12 @@ a.dropdown-toggle:hover i { opacity: 1.0 } - +a.dropdown-toggle { + -webkit-transition:color .20s ease-in; + -moz-transition:color .20s ease-in; + -o-transition:color .20s ease-in; + transition:color .20s ease-in; +} /*******************************************************************************************************************/