forked from indymedia/epicyon
Faster transition
parent
f25f33e8ff
commit
941053507f
|
@ -433,7 +433,7 @@ a:focus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: 2.0s;
|
transition: 1.0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
@ -451,7 +451,7 @@ a:focus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: 2.0s;
|
transition: 1.0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonselected:hover {
|
.buttonselected:hover {
|
||||||
|
|
Loading…
Reference in New Issue