mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 16:36:36 -05:00
decrease top nav bar rounding to 15 (#2041)
This commit is contained in:
parent
1e04dea08c
commit
085eb8df46
1 changed files with 2 additions and 2 deletions
|
|
@ -773,8 +773,8 @@ tree-table-view:focused {
|
|||
-fx-background-color: -bs-rd-nav-background;
|
||||
-fx-border-width: 0 0 0 0;
|
||||
-fx-border-color: -bs-rd-nav-primary-border;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
}
|
||||
|
||||
.top-navigation .separator:vertical .line {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue