Add theme support for noContentFieldDescription
- Issue MatterHackers/MCCentral#4613 Unfilled text should be a desaturated color
This commit is contained in:
parent
29bc739166
commit
a6caed8f5e
8 changed files with 28 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue