adjust readonly background and border

This commit is contained in:
woodser 2025-05-16 09:52:53 -04:00
parent 8aeed94aeb
commit b41bf3968c
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 5 additions and 6 deletions

View file

@ -407,10 +407,6 @@ tree-table-view:focused {
-fx-background-color: transparent;
}
.jfx-combo-box:readonly, .jfx-text-field:readonly, .jfx-text-area:readonly {
-fx-border-color: transparent;
}
.jfx-text-field:disabled > .input-line {
-fx-background-color: transparent;
-fx-border-width: 0;

View file

@ -46,6 +46,7 @@
-bs-color-gray-background: black;
-bs-color-background-popup: rgb(31, 31, 31);
-bs-color-background-form-field: rgb(18, 18, 18);
-bs-color-background-form-field-readonly: rgb(18, 18, 18);
-bs-color-border-form-field: rgb(65, 65, 65);
-bs-color-background-pane: rgb(15, 15, 15);
-bs-color-background-row-even: rgb(19, 19, 19);
@ -241,12 +242,14 @@
-fx-text-fill: -bs-color-gray-12;
}
.jfx-text-area:readonly, .jfx-text-field:readonly,
.jfx-text-area:readonly,
.jfx-text-field:readonly,
.hyperlink-with-icon {
-fx-background: -bs-background-color;
-fx-background-color: -bs-background-color;
-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 {