mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
remove 1px border on bottom of navigation bar (#1862)
This commit is contained in:
parent
3f5dc9c077
commit
b0ecc628e3
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ tree-table-view:focused {
|
||||||
/* Main navigation */
|
/* Main navigation */
|
||||||
.top-navigation {
|
.top-navigation {
|
||||||
-fx-background-color: -bs-rd-nav-background;
|
-fx-background-color: -bs-rd-nav-background;
|
||||||
-fx-border-width: 0 0 1 0;
|
-fx-border-width: 0 0 0 0;
|
||||||
-fx-border-color: -bs-rd-nav-primary-border;
|
-fx-border-color: -bs-rd-nav-primary-border;
|
||||||
-fx-background-radius: 999;
|
-fx-background-radius: 999;
|
||||||
-fx-border-radius: 999;
|
-fx-border-radius: 999;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue