mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Prevent "Add new bill" button flickering
This commit is contained in:
parent
7d3ebe5378
commit
57596b5f46
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ footer{
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Avoid text color flickering when it loose focus as the modal appears */
|
||||||
|
.btn-primary[data-toggle="modal"] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.password-reminder{
|
.password-reminder{
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
|
Loading…
Reference in a new issue