1
0
Fork 0
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:
Jocelyn Delalande 2017-02-09 16:49:01 +01:00
parent 7d3ebe5378
commit 57596b5f46

View file

@ -126,6 +126,11 @@ footer{
margin-bottom: 16px;
}
/* Avoid text color flickering when it loose focus as the modal appears */
.btn-primary[data-toggle="modal"] {
color: #fff;
}
.password-reminder{
float: right;
margin-right: 20px;