From 9dcc2727aa320507e72334d774a0a07b403dfc49 Mon Sep 17 00:00:00 2001 From: Glavo Date: Wed, 10 Sep 2025 23:39:12 +0800 Subject: [PATCH] =?UTF-8?q?[release/3.6]=20=E6=96=B0=E5=A2=9E=E5=86=85?= =?UTF-8?q?=E5=AD=98=E6=98=BE=E7=A4=BA=E6=9D=A1=E7=A6=81=E7=94=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20(#4442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/HMCL-dev/HMCL/pull/4185 Co-authored-by: 神奇的赵二 (OrzMiku) --- HMCL/src/main/resources/assets/css/root.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index e836437e5..0da945969 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -106,14 +106,26 @@ -fx-background-color: -fx-base-darker-color; } +.memory-used:disabled { + -fx-opacity: 0.4; +} + .memory-allocate { -fx-background-color: derive(-fx-base-color, 100%); } +.memory-allocate:disabled { + -fx-opacity: 0.4; +} + .memory-total { -fx-background-color: -fx-base-rippler-color; } +.memory-total:disabled { + -fx-opacity: 0.4; +} + .update-label { -fx-text-fill: red; }