précision champs importants et manquants dans edit form

This commit is contained in:
Tykayn 2025-07-13 18:01:50 +02:00 committed by tykayn
parent bf2c5bdf7d
commit 21d3a5dfc7
8 changed files with 304 additions and 48 deletions

View file

@ -18,13 +18,22 @@ body {
#qrcode {
margin-bottom: 8rem;
}
.filled {
background-color: rgba(0, 255, 0, 0.2) !important;
input[data-important]{
border-color: #7a8fbb ;
border-left-width: 5px ;
}
.filled:hover {
background-color: #8abb7a !important;
input[data-important]:before{
content : ">" !important ;
}
.filled, .good_filled {
border-color: rgba(0, 255, 0, 0.8) !important;
color: #082b0a !important;
}
.filled:hover , .good_filled:hover {
background-color: #d9ffd1 !important;
}
.no-name {