diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-01-19 21:55:30 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-01-19 21:55:30 -0500 |
| commit | 08e2d1fd54824a1e8638a66ff031253ae72ab77b (patch) | |
| tree | 83c690909b0835241f4b9d08082371e4e988f9a8 /src/DocumentDecorations.scss | |
| parent | a0fadfc2017632dc17455ecf5fe7dd669834e887 (diff) | |
resizing!
Diffstat (limited to 'src/DocumentDecorations.scss')
| -rw-r--r-- | src/DocumentDecorations.scss | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/DocumentDecorations.scss b/src/DocumentDecorations.scss index 8d2824b7e..fff4d201a 100644 --- a/src/DocumentDecorations.scss +++ b/src/DocumentDecorations.scss @@ -1,4 +1,4 @@ -.documentDecorations-container { +#documentDecorations-container { position: absolute; z-index: 1000; display: grid; @@ -15,4 +15,20 @@ pointer-events: auto; background: lightblue; opacity: 0.8; +} + +#documentDecorations-topLeftResizer, #documentDecorations-bottomRightResizer { + cursor: nwse-resize; +} + +#documentDecorations-topRightResizer, #documentDecorations-bottomLeftResizer { + cursor: nesw-resize; +} + +#documentDecorations-topResizer, #documentDecorations-bottomResizer { + cursor: ns-resize; +} + +#documentDecorations-leftResizer, #documentDecorations-rightResizer { + cursor: ew-resize; }
\ No newline at end of file |
