fix light border on chat messages

This commit is contained in:
woodser 2025-05-15 17:39:41 -04:00
parent b7136b6950
commit 3aaca02d34
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -454,11 +454,6 @@ tree-table-view:focused {
-fx-font-size: 1em;
}
.input-with-border {
-fx-border-width: 1;
-fx-border-color: -bs-color-border-form-field;
}
.offer-input {
-fx-background-color: -bs-color-background-form-field;
-fx-border-color: -bs-background-gray;
@ -2531,7 +2526,7 @@ textfield */
/********************************************************************************************************************
* *
* Popover *
* Popover *
* *
********************************************************************************************************************/
.popover > .content {
@ -2546,3 +2541,13 @@ textfield */
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-transparent-dark) !important;
-fx-fill: -bs-background-color !important;
}
/********************************************************************************************************************
* *
* Other *
* *
********************************************************************************************************************/
.input-with-border {
-fx-border-width: 1;
-fx-border-color: -bs-color-border-form-field;
}