fix consistency of heights in light and dark mode

This commit is contained in:
woodser 2025-05-25 13:24:57 -04:00
parent aa2f1a1c1d
commit cc9944b857
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 1 additions and 1 deletions

View file

@ -230,6 +230,7 @@
-fx-padding: 7 14 7 14;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-border-color: transparent;
}
.jfx-combo-box {

View file

@ -263,7 +263,6 @@
-fx-background-color: -bs-color-background-form-field-readonly;
-fx-prompt-text-fill: -bs-color-gray-2;
-fx-text-fill: -bs-color-gray-3;
-fx-border-color: transparent;
}
.jfx-combo-box > .text,
.jfx-text-field-top-label, .jfx-text-area-top-label {