Browse Source

finelat文件

newui
renekton 3 months ago
parent
commit
ad95857b9a
  1. 10
      designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

10
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;
background: null;
[style]Label.detailLabel = \
foreground: fade(@foreground, 90%); \
background: $fill.normal;
Loading…
Cancel
Save