mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
do not highlight navs on hover
This commit is contained in:
parent
2480a8927c
commit
6acf558a30
2 changed files with 4 additions and 2 deletions
|
@ -727,9 +727,11 @@ tree-table-view:focused {
|
||||||
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2);
|
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
.nav-button:hover .text {
|
.nav-button:hover .text {
|
||||||
-fx-fill: -bs-rd-nav-hover-text;
|
-fx-fill: -bs-rd-nav-hover-text;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.nav-button:selected .text {
|
.nav-button:selected .text {
|
||||||
-fx-fill: -bs-rd-nav-selected;
|
-fx-fill: -bs-rd-nav-selected;
|
||||||
|
|
|
@ -73,8 +73,8 @@
|
||||||
-bs-rd-nav-background: black;
|
-bs-rd-nav-background: black;
|
||||||
-bs-rd-nav-primary-background: black;
|
-bs-rd-nav-primary-background: black;
|
||||||
-bs-rd-nav-selected: black;
|
-bs-rd-nav-selected: black;
|
||||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 0.8);
|
-bs-rd-nav-deselected: rgba(255, 255, 255, 0.45);
|
||||||
-bs-rd-nav-button-hover: rgba(255, 255, 255, 0.8);
|
-bs-rd-nav-button-hover: rgba(255, 255, 255, 0.03);
|
||||||
-bs-rd-nav-hover-text: black;
|
-bs-rd-nav-hover-text: black;
|
||||||
|
|
||||||
-bs-content-pane-bg-top: #212121;
|
-bs-content-pane-bg-top: #212121;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue