From c67608a7eeeb6bdee27a8e7b4a8f6f8561db6004 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Mon, 21 Jan 2019 22:25:52 -0500 Subject: Small fixes and start of drag drop --- src/DocumentDecorations.scss | 51 +++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 27 deletions(-) (limited to 'src/DocumentDecorations.scss') diff --git a/src/DocumentDecorations.scss b/src/DocumentDecorations.scss index fff4d201a..2840d782b 100644 --- a/src/DocumentDecorations.scss +++ b/src/DocumentDecorations.scss @@ -1,34 +1,31 @@ #documentDecorations-container { position: absolute; - z-index: 1000; display: grid; grid-template-rows: 20px 1fr 20px; grid-template-columns: 20px 1fr 20px; pointer-events: none; -} - -#documentDecorations-centerCont { - background: none; -} - -.documentDecorations-resizer { - 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; + #documentDecorations-centerCont { + background: none; + } + .documentDecorations-resizer { + 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 -- cgit v1.2.3-70-g09d2