mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
css transitions and opacity adjustments
This commit is contained in:
@@ -123,7 +123,12 @@ a.dropdown-toggle:hover i {
|
|||||||
opacity: 1.0
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************************************************/
|
/*******************************************************************************************************************/
|
||||||
|
Reference in New Issue
Block a user