mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 02:27:06 -04:00
nav links highlighting
This commit is contained in:
parent
33d179aee4
commit
336dc3d8bf
3 changed files with 9 additions and 3 deletions
|
@ -726,6 +726,10 @@ tree-table-view:focused {
|
|||
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2);
|
||||
}
|
||||
|
||||
.nav-button:hover .text {
|
||||
-fx-fill: -bs-rd-nav-hover-text;
|
||||
}
|
||||
|
||||
.nav-button:selected .text {
|
||||
-fx-fill: -bs-rd-nav-selected;
|
||||
}
|
||||
|
|
|
@ -72,9 +72,10 @@
|
|||
-bs-rd-nav-border-color: rgba(255, 255, 255, 0.1);
|
||||
-bs-rd-nav-background: black;
|
||||
-bs-rd-nav-primary-background: black;
|
||||
-bs-rd-nav-selected: #fff;
|
||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 0.45);
|
||||
-bs-rd-nav-button-hover: rgba(255, 255, 255, 0.03);
|
||||
-bs-rd-nav-selected: black;
|
||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 0.8);
|
||||
-bs-rd-nav-button-hover: rgba(255, 255, 255, 0.8);
|
||||
-bs-rd-nav-hover-text: black;
|
||||
|
||||
-bs-content-pane-bg-top: #212121;
|
||||
-bs-rd-tab-border: rgba(255, 255, 255, 0.00);
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
-bs-rd-nav-primary-border: #0B65DA;
|
||||
-bs-rd-nav-border: #535353;
|
||||
-bs-rd-nav-border-color: rgba(255, 255, 255, 0.31);
|
||||
-bs-rd-nav-hover-text: white;
|
||||
-bs-rd-tab-border: #e2e0e0;
|
||||
-bs-tab-content-area: #ffffff;
|
||||
-bs-color-gray-background: #f2f2f2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue