aboutsummaryrefslogtreecommitdiff
path: root/src/DocumentDecorations.scss
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-01-19 21:55:30 -0500
committeryipstanley <stanley_yip@brown.edu>2019-01-19 21:55:30 -0500
commit08e2d1fd54824a1e8638a66ff031253ae72ab77b (patch)
tree83c690909b0835241f4b9d08082371e4e988f9a8 /src/DocumentDecorations.scss
parenta0fadfc2017632dc17455ecf5fe7dd669834e887 (diff)
resizing!
Diffstat (limited to 'src/DocumentDecorations.scss')
-rw-r--r--src/DocumentDecorations.scss18
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