1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

tweaking the transition

This commit is contained in:
Cameron 2012-11-26 21:37:21 -08:00
parent 5b139b8008
commit e7c8de5f9a

View File

@ -124,10 +124,10 @@ a.dropdown-toggle:hover i {
}
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;
-webkit-transition:color .20s ease-in-out;
-moz-transition:color .20s ease-in-out;
-o-transition:color .20s ease-in-out;
transition:color .20s ease-in-out;
}