mirror of
https://github.com/nasa/openmct.git
synced 2025-05-25 03:34:20 +00:00
parent
9e85341aaa
commit
2df1e2b508
@ -162,6 +162,19 @@ a.disabled {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slidable {
|
||||||
|
cursor: move; // Fallback
|
||||||
|
cursor: grab;
|
||||||
|
cursor: -moz-grab;
|
||||||
|
cursor: -webkit-grab;
|
||||||
|
&.horz {
|
||||||
|
cursor: col-resize;
|
||||||
|
}
|
||||||
|
&.vert {
|
||||||
|
cursor: row-resize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.no-margin {
|
.no-margin {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -652,3 +652,4 @@ body.desktop {
|
|||||||
background: $scrollbarTrackColorBg;
|
background: $scrollbarTrackColorBg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user