From ad95857b9a3fd39402e872b07fdb82de0c1faf5e Mon Sep 17 00:00:00 2001 From: renekton Date: Thu, 15 Aug 2024 10:37:11 +0800 Subject: [PATCH] =?UTF-8?q?finelat=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fine/theme/light/ui/laf/FineLightLaf.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties index c4d0559d4e..555f3f8200 100644 --- a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties +++ b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties @@ -1338,6 +1338,10 @@ chart.selectedBorderColor = #2576EF [style]Label.warningTipLabel = \ foreground: $Label.warningColor +[style]Label.uiListLabel = \ + foreground: $List.wrapper.text.fontColor; \ + background: $background.normal + [style]Button.plainButton = \ border: null; \ background: null; \ @@ -1379,4 +1383,8 @@ chart.selectedBorderColor = #2576EF [style]Button.originalButton = \ border: 4,4,4,4; \ - background: null; \ No newline at end of file + background: null; + +[style]Label.detailLabel = \ + foreground: fade(@foreground, 90%); \ + background: $fill.normal; \ No newline at end of file