mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
13793e221e
Add stroke property to Fixed Position toolbar for borders, line color. WTD-881.
4 lines
249 B
HTML
4 lines
249 B
HTML
<div ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')', border: '1px solid ' + ngModel.stroke() }"
|
|
style="width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center;">
|
|
</div>
|