Differences From Artifact [ea1b8bb5b3]:

To Artifact [ac821d1000]:


457
458
459
460
461
462
463
464
465
466
467
468
469
470
471

form .input-list .label button {
    padding: .2rem;
    border: none;
    background: none;
}

input[readonly] {
    color: #666 !important;
    background-color: #eee !important;
}

input.money {
    text-align: right;
}







|







457
458
459
460
461
462
463
464
465
466
467
468
469
470
471

form .input-list .label button {
    padding: .2rem;
    border: none;
    background: none;
}

input[readonly], input.disabled {
    color: #666 !important;
    background-color: #eee !important;
}

input.money {
    text-align: right;
}