diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index 230db4d24..68c0864de 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -671,11 +671,6 @@ -fx-padding: 10.0; } -.jfx-tool-bar-button .jfx-rippler { - -jfx-rippler-fill: -monet-on-surface; - -jfx-mask-type: CIRCLE; -} - .jfx-decorator-button { -fx-max-width: 40px; -fx-background-radius: 5px; @@ -760,7 +755,7 @@ } .jfx-button .jfx-rippler { - -jfx-rippler-fill: -monet-on-primary; + -jfx-rippler-fill: -monet-on-surface; -jfx-mask-type: CIRCLE; -fx-padding: 0.0; } @@ -770,6 +765,7 @@ } .jfx-button-raised .jfx-rippler { + -jfx-rippler-fill: -monet-on-primary; -jfx-mask-type: CIRCLE; -fx-padding: 0.0; }