mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
894a5b8f89
Add a property to the Fixed Position toolbar to set text color, WTD-881.
4 lines
206 B
HTML
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> |