diff --git a/PlayWall/src/main/resources/style/components/radiobutton.css b/PlayWall/src/main/resources/style/components/radiobutton.css index 84b24636ffcbe22fe12ff016786f4d360704692b..57bbbfe5e36143ab8f902faf707ecc78f16e07f9 100644 --- a/PlayWall/src/main/resources/style/components/radiobutton.css +++ b/PlayWall/src/main/resources/style/components/radiobutton.css @@ -8,17 +8,17 @@ .radio-button .dot { -fx-background-color: transparent; - -fx-background-insets: 1 0 -1 0, 0; + -fx-background-insets: 0 0 0 0 0, 0; -fx-padding: 0.333333em; - -fx-shape: "M 0,0 Z"; + -fx-shape: "M-1,0a1,1 0 1,0 2,0a1,1 0 1,0 -2,0"; -fx-scale-x: 1.5; -fx-scale-y: 1.5; } .radio-button:selected .dot { - -fx-background-color: #3E4251; + -fx-background-color: #CCCCCC; } .radio-button:selected .radio { - -fx-background-color: #CCCCCC; + -fx-background-color: #3E4251; }