mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
précision champs importants et manquants dans edit form
This commit is contained in:
parent
bf2c5bdf7d
commit
21d3a5dfc7
8 changed files with 304 additions and 48 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue