Add theme support for noContentFieldDescription

- Issue MatterHackers/MCCentral#4613
Unfilled text should be a desaturated color
This commit is contained in:
John Lewin 2018-11-23 18:45:29 -08:00
parent 29bc739166
commit a6caed8f5e
8 changed files with 28 additions and 14 deletions

View file

@ -25,7 +25,8 @@
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
},
"Hovered": {
"BackgroundColor": "#EEEEEE",
@ -37,7 +38,8 @@
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#222222"
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
}
},
"LightTextColor": "#00000000",

View file

@ -25,7 +25,8 @@
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
},
"Hovered": {
"BackgroundColor": "#EEEEEE",
@ -37,7 +38,8 @@
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#222222"
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
}
},
"LightTextColor": "#00000000",