mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 01:15:26 -04:00
fix light border on chat messages
This commit is contained in:
parent
b7136b6950
commit
3aaca02d34
1 changed files with 11 additions and 6 deletions
|
@ -454,11 +454,6 @@ tree-table-view:focused {
|
||||||
-fx-font-size: 1em;
|
-fx-font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-with-border {
|
|
||||||
-fx-border-width: 1;
|
|
||||||
-fx-border-color: -bs-color-border-form-field;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offer-input {
|
.offer-input {
|
||||||
-fx-background-color: -bs-color-background-form-field;
|
-fx-background-color: -bs-color-background-form-field;
|
||||||
-fx-border-color: -bs-background-gray;
|
-fx-border-color: -bs-background-gray;
|
||||||
|
@ -2546,3 +2541,13 @@ textfield */
|
||||||
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-transparent-dark) !important;
|
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-transparent-dark) !important;
|
||||||
-fx-fill: -bs-background-color !important;
|
-fx-fill: -bs-background-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/********************************************************************************************************************
|
||||||
|
* *
|
||||||
|
* Other *
|
||||||
|
* *
|
||||||
|
********************************************************************************************************************/
|
||||||
|
.input-with-border {
|
||||||
|
-fx-border-width: 1;
|
||||||
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue