From a916516723c4c926665654a45adc0606454de6f8 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Thu, 29 Jan 2026 04:12:48 +0200 Subject: [PATCH] updates --- src/core/css/root.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/css/root.css b/src/core/css/root.css index facce1b..1a9aa5a 100644 --- a/src/core/css/root.css +++ b/src/core/css/root.css @@ -503,6 +503,7 @@ input::-webkit-calendar-picker-indicator { } .form-field.field-text .input-wrapper, +.form-field.field-number .input-wrapper, .form-field.field-password .input-wrapper, .form-field.field-select .input-wrapper { border: 1px solid #e4e9f0; @@ -512,12 +513,14 @@ input::-webkit-calendar-picker-indicator { } .form-field.field-text .input-wrapper:not(.form-field-error):focus-within, +.form-field.field-number .input-wrapper:not(.form-field-error):focus-within, .form-field.field-password .input-wrapper:not(.form-field-error):focus-within, .form-field.field-select .input-wrapper:not(.form-field-error):focus-within { border-color: rgba(16, 82, 137, 0.4); } .form-field.field-text i, +.form-field.field-number i, .form-field.field-password i, .form-field.field-select i { flex-shrink: 0;