mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
border between table header and rows
This commit is contained in:
parent
3c7008ee2b
commit
20be076c3a
1 changed files with 2 additions and 5 deletions
|
@ -1197,9 +1197,8 @@ textfield */
|
||||||
|
|
||||||
.table-view .column-header-background {
|
.table-view .column-header-background {
|
||||||
-fx-background-color: transparent;
|
-fx-background-color: transparent;
|
||||||
-fx-border-color: transparent;
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
-fx-background-radius: 15;
|
-fx-border-width: 0 0 1 0;
|
||||||
-fx-border-radius: 15;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view .column-header .label {
|
.table-view .column-header .label {
|
||||||
|
@ -1211,9 +1210,7 @@ textfield */
|
||||||
|
|
||||||
.table-view .column-header {
|
.table-view .column-header {
|
||||||
-fx-border-color: transparent;
|
-fx-border-color: transparent;
|
||||||
-fx-padding: 0;
|
|
||||||
-fx-background-color: -bs-color-background-pane;
|
-fx-background-color: -bs-color-background-pane;
|
||||||
-fx-border-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view .text {
|
.table-view .text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue