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