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.
9 lines
413 B
HTML
9 lines
413 B
HTML
<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke() }"
|
|
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> |