Browse Source

Pull request #13296: REPORT-107973 主页及组件视觉样式翻新

Merge in DESIGN/design from ~LEO.QIN/design:newui to newui

* commit '9b4a2a49c8d46ece9bb7de3911d640de457e9d01':
  REPORT-107973 主页及组件视觉样式翻新 【问题原因】rt 【改动思路】icon id写错
  REPORT-107973 主页及组件视觉样式翻新 【问题原因】rt 【改动思路】文本框、文本域的背景、字体颜色
newui
Leo.Qin-覃宇攀 1 year ago
parent
commit
5185eea89e
  1. 2
      designer-base/src/main/java/com/fine/theme/light/ui/FineLightIconSet.java
  2. 7
      designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

2
designer-base/src/main/java/com/fine/theme/light/ui/FineLightIconSet.java

@ -157,7 +157,7 @@ public class FineLightIconSet extends AbstractIconSet {
// 北区菜单栏
new SvgIconSource("notification", "com/fine/theme/icon/notification/notification.svg"),
new SvgIconSource("notification_dot.svg", "com/fine/theme/icon/notification/notification_dot.svg"),
new SvgIconSource("notification_dot", "com/fine/theme/icon/notification/notification_dot.svg"),
// 三角

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