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:
parent
5b139b8008
commit
e7c8de5f9a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user