mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 09:48:46 -04:00
oval min width
This commit is contained in:
parent
6998fc6aea
commit
7173e7e820
1 changed files with 3 additions and 8 deletions
|
@ -707,7 +707,9 @@ tree-table-view:focused {
|
|||
.nav-button {
|
||||
-fx-cursor: hand;
|
||||
-fx-background-color: transparent;
|
||||
-fx-padding: 11;
|
||||
-fx-padding: 11 20;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
}
|
||||
|
||||
.nav-button .text {
|
||||
|
@ -722,16 +724,9 @@ tree-table-view:focused {
|
|||
|
||||
.nav-button:selected {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-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