[Frontend] Styling for TC's TOI element

Fixes #933
WIP, global changes
This commit is contained in:
Charles Hacskaylo 2016-09-14 18:40:29 -07:00
parent 9e85341aaa
commit 2df1e2b508
2 changed files with 14 additions and 0 deletions

View File

@ -162,6 +162,19 @@ a.disabled {
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 {
margin: 0;
}

View File

@ -652,3 +652,4 @@ body.desktop {
background: $scrollbarTrackColorBg;
}
}