mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
committed by
Victor Woeltjen
parent
2262fef29b
commit
6c5d5f3d00
@ -38,6 +38,10 @@
|
|||||||
.l-timeline-pane {
|
.l-timeline-pane {
|
||||||
@include absPosDefault();
|
@include absPosDefault();
|
||||||
|
|
||||||
|
&.drop-over {
|
||||||
|
background-color: lighten($colorEditAreaBg, 5%);
|
||||||
|
}
|
||||||
|
|
||||||
.l-width-control {
|
.l-width-control {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
<mct-splitter></mct-splitter>
|
<mct-splitter></mct-splitter>
|
||||||
|
|
||||||
<!-- BOTTOM PANE RESOURCE LEGEND -->
|
<!-- BOTTOM PANE RESOURCE LEGEND -->
|
||||||
<div class="split-pane-component abs l-timeline-pane t-pane-h l-pane-btm s-timeline-resource-legend l-timeline-resource-legend">
|
<div mct-resource-graph-drop class="split-pane-component abs l-timeline-pane t-pane-h l-pane-btm s-timeline-resource-legend l-timeline-resource-legend" ng-class="{'drop-over': resourceGraphLegendropOver }">
|
||||||
<div class="l-title s-title">{{ngModel.title}}Resource Graph Legend</div>
|
<div class="l-title s-title">{{ngModel.title}}Resource Graph Legend</div>
|
||||||
<div class="l-legend-items legend">
|
<div class="l-legend-items legend">
|
||||||
<mct-include key="'timeline-legend-item'"
|
<mct-include key="'timeline-legend-item'"
|
||||||
|
Reference in New Issue
Block a user