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:
andyheko 2021-05-25 11:22:02 -07:00
parent 8221bc54ef
commit e1d7da1312
No known key found for this signature in database
GPG key ID: 2AF65FE6179716E4

View file

@ -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;
}