Skip to content

Commit

Permalink
[Frontend] Styling for TC's TOI element
Browse files Browse the repository at this point in the history
Fixes #933
WIP, global changes
  • Loading branch information
charlesh88 committed Sep 15, 2016
1 parent 9e85341 commit 2df1e2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions platform/commonUI/general/res/sass/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions platform/commonUI/general/res/sass/controls/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -652,3 +652,4 @@ body.desktop {
background: $scrollbarTrackColorBg;
}
}

0 comments on commit 2df1e2b

Please sign in to comment.