diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-26 17:23:25 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-26 17:23:25 -0500 |
commit | ba3c6773a04ea83facab1f67db0025d6185c2c65 (patch) | |
tree | be39c0c927ae4649c8505ef33c7f1c8272974ca2 /src/DocumentDecorations.scss | |
parent | f98e634ae7070cd841bc523514d147195308696c (diff) | |
parent | 122076af3edfd432e6abe3b2571f21034d5c16e5 (diff) |
Merge branch 'master' into move_doc_get_out_the_way
Diffstat (limited to 'src/DocumentDecorations.scss')
-rw-r--r-- | src/DocumentDecorations.scss | 50 |
1 files changed, 24 insertions, 26 deletions
diff --git a/src/DocumentDecorations.scss b/src/DocumentDecorations.scss index 5a9ff7d01..2840d782b 100644 --- a/src/DocumentDecorations.scss +++ b/src/DocumentDecorations.scss @@ -4,30 +4,28 @@ 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 |