Skip to content

Commit

Permalink
Made disabled nodes semi-transparent through CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed May 26, 2024
1 parent ef86c57 commit 4f9e34a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.disabled fx-text {
color: gray;
/* Making disabled nodes semi-transparent */
.disabled {
opacity: 50%;
}

/* When fill and stroke are not set by application code, we make them transparent by default like in JavaFX (otherwise
Expand Down

0 comments on commit 4f9e34a

Please sign in to comment.