mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 12:46:04 +05:30
Убрал визуальную блокировку кнопки назад во время обработки формы и
доделал стили состояния загрузки
This commit is contained in:
parent
f66759eaa9
commit
59757cdc0e
@ -243,8 +243,10 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
[type="submit"] {
|
||||||
background-image: url('images/loader_button.gif');
|
background: url('images/loader_button.gif') #d8d5d0 center center;
|
||||||
background-position: center center;
|
|
||||||
|
color: #9F9E99;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user