fix(client_web): adjust fields highlights colors
This commit is contained in:
parent
a0e3cf5f19
commit
79a618cd77
1 changed files with 4 additions and 4 deletions
|
|
@ -423,10 +423,10 @@ input[type="text"] {
|
|||
|
||||
.top-row .field { justify-content: flex-start; }
|
||||
|
||||
.field.clickable { cursor: pointer; }
|
||||
.field.clickable:hover { background: #e8c060 !important; }
|
||||
.field.selected { background: #88bb44 !important; outline: 2px solid #446622; }
|
||||
.field.dest { background: #aad060 !important; }
|
||||
.field.clickable { cursor: pointer; background: #aad060 !important; }
|
||||
.field.clickable:hover { background: #88bb44 !important; }
|
||||
.field.selected { background: #709a20 !important; outline: 2px solid #446622; }
|
||||
/* .field.dest { background: #aad060 !important; } */
|
||||
|
||||
.field-num {
|
||||
font-size: 0.65rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue