Browse Source

REPORT-107973 主页及组件视觉样式翻新

【问题原因】rt
【改动思路】文本框、文本域的背景、字体颜色
newui
Leo.Qin 12 months ago
parent
commit
6f52987916
  1. 7
      designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

7
designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

@ -922,6 +922,10 @@ TextArea.border=com.fine.theme.light.ui.FineRoundBorder
TextArea.margin = @componentMargin
TextArea.background=$background.normal
TextArea.height=$Component.defaultHeight
TextArea.selectionBackground=$color.brand4
TextArea.selectionForeground=$text.white
TextArea.inactiveForeground=fade(@foreground, 29%)
TextArea.disabledBackground=$fill.disabled
#---- TextComponent ----
@ -937,6 +941,9 @@ TextField.border=com.fine.theme.light.ui.FineRoundBorder
TextField.margin = @componentMargin
TextField.background=$background.normal
TextField.selectionBackground=$color.brand4
TextField.selectionForeground=$text.white
TextField.inactiveForeground=fade(@foreground, 29%)
TextField.disabledBackground=$fill.disabled
TextField.placeholderForeground = @disabledForeground
TextField.iconTextGap = 4
TextField.height=$Component.defaultHeight

Loading…
Cancel
Save