mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -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 {
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
-fx-border-width: 0 0 1 0;
|
||||
}
|
||||
|
||||
.table-view .column-header .label {
|
||||
|
@ -1211,9 +1210,7 @@ textfield */
|
|||
|
||||
.table-view .column-header {
|
||||
-fx-border-color: transparent;
|
||||
-fx-padding: 0;
|
||||
-fx-background-color: -bs-color-background-pane;
|
||||
-fx-border-width: 0;
|
||||
}
|
||||
|
||||
.table-view .text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue