From 210e127ac70d9d0bcf907641c72f14dc7315dd3e Mon Sep 17 00:00:00 2001 From: Glavo Date: Sun, 7 Dec 2025 21:46:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#4950:=20=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8C=89=E9=92=AE=E6=B3=A2=E7=BA=B9=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20(#4952)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/resources/assets/css/root.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; }