aboutsummaryrefslogtreecommitdiff
path: root/src/DocumentDecorations.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/DocumentDecorations.scss')
-rw-r--r--src/DocumentDecorations.scss50
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