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.
3 lines
140 B
HTML
3 lines
140 B
HTML
<div ng-style="{ background: ngModel.fill(), border: '1px ' + ngModel.stroke() + ' solid' }"
|
|
style="width: 100%; height: 100%;">
|
|
</div> |