1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

css transitions and opacity adjustments

This commit is contained in:
Cameron
2012-11-26 21:32:07 -08:00
parent 9da4c69d13
commit 5b139b8008

View File

@@ -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;
}
/*******************************************************************************************************************/