Skip to content

Commit

Permalink
Hotfix toggle button hover highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Kourupes authored and dekm committed Jan 4, 2022
1 parent 4eb63f0 commit 19e352b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/org/unigrid/janus/view/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
-fx-border-color: transparent;
}

.toggle-button:hover {
-fx-background-color: #ccc5;
}

.toggle-button:selected {
-fx-background-color: #ccc3;
-fx-text-fill: #cccf;
Expand Down

0 comments on commit 19e352b

Please sign in to comment.