mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 02:27:06 -04:00
make the nav buttons ovals
This commit is contained in:
parent
336dc3d8bf
commit
885d3333df
1 changed files with 7 additions and 1 deletions
|
@ -722,10 +722,16 @@ tree-table-view:focused {
|
|||
|
||||
.nav-button:selected {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-border-radius: 4;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2);
|
||||
}
|
||||
|
||||
.nav-button:hover {
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
}
|
||||
|
||||
.nav-button:hover .text {
|
||||
-fx-fill: -bs-rd-nav-hover-text;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue