Skip to content

Commit

Permalink
Do not use dropshadow effect on controls panel - it causes rendering …
Browse files Browse the repository at this point in the history
…issues.
  • Loading branch information
wrandelshofer committed Aug 17, 2024
1 parent 9f4d37b commit 1d3ee3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.time-label,
.duration-label {
-fx-text-fill: white;
-fx-effect: dropshadow(one-pass-box , black , 3 , 3 , 0 , 0 );
/* -fx-effect: dropshadow(one-pass-box , black , 3 , 3 , 0 , 0 );*/
-fx-font-family: Monospaced;
-fx-font-weight: bold;
}

0 comments on commit 1d3ee3e

Please sign in to comment.