mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 11:06:45 -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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue