openmct/platform/features/layout/res/templates/elements/text.html
Victor Woeltjen 894a5b8f89 [Fixed Position] Add text color property
Add a property to the Fixed Position toolbar to set text
color, WTD-881.
2015-02-23 18:17:24 -08:00

4 lines
206 B
HTML

<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke(), color: ngModel.color() }"
style="width: 100%; height: 100%; overflow: hidden;">
{{ngModel.element.text}}
</div>