Вот мой упрощенный код:
Код: Выделить всё
Код: Выделить всё
#signupform
form
.submitbutton {
margin: 0 auto;
border-radius: 5px;
border: solid 2px #66cc66;
background-color: #66cc66;
color: white;
-webkit-transition: background-color 1s;
-webkit-transition: color 0.5s; }
#signupform
form
.submitbutton:hover {
background-color: white;
color: #66cc66;
-webkit-transition: background-color 1s;
-webkit-transition: color 0.5s; }
Подробнее здесь: https://stackoverflow.com/questions/315 ... s-intended
Мобильная версия