From 79a618cd77714f32248f1c186afe751ebd71bae9 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Wed, 8 Apr 2026 16:19:14 +0200 Subject: [PATCH] fix(client_web): adjust fields highlights colors --- client_web/assets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client_web/assets/style.css b/client_web/assets/style.css index 8b48dbc..32677b8 100644 --- a/client_web/assets/style.css +++ b/client_web/assets/style.css @@ -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;