mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Remove borders on separators in main nav #5107
change color of border to transparent on line#651 of bisq.css
This commit is contained in:
parent
8221bc54ef
commit
e1d7da1312
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ tree-table-view:focused {
|
|||
}
|
||||
|
||||
.top-navigation .separator:vertical .line {
|
||||
-fx-border-color: transparent transparent transparent -bs-rd-nav-border-color;
|
||||
-fx-border-color: transparent transparent transparent transparent;
|
||||
-fx-border-width: 1;
|
||||
-fx-border-insets: 0 0 0 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue