mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
13793e221e
Add stroke property to Fixed Position toolbar for borders, line color. WTD-881.
4 lines
182 B
HTML
4 lines
182 B
HTML
<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke() }"
|
|
style="width: 100%; height: 100%; overflow: hidden;">
|
|
{{ngModel.element.text}}
|
|
</div> |