From 86bf3d473a2b51ee775adc52812895262e3af56d Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Fri, 16 Aug 2019 14:46:20 +0800 Subject: [PATCH] Fixed #601 --- HMCL/src/main/resources/assets/css/root.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index 9dbd11e18..c697264e0 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -526,6 +526,12 @@ -fx-background-color: -fx-base-color; } +.jfx-button-raised .jfx-rippler { + -jfx-rippler-fill: white; + -jfx-mask-type: CIRCLE; + -fx-padding: 0.0; +} + .jfx-button-raised, .jfx-button-raised * { -fx-text-fill: -fx-base-text-fill; -fx-font-size: 14px;