mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
894a5b8f89
Add a property to the Fixed Position toolbar to set text color, WTD-881.
9 lines
437 B
HTML
9 lines
437 B
HTML
<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke(), color: ngModel.color() }"
|
|
style="width: 100%; height: 100%;">
|
|
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.name}}
|
|
</div>
|
|
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.value}}
|
|
</div>
|
|
</div> |