From a0fadfc2017632dc17455ecf5fe7dd669834e887 Mon Sep 17 00:00:00 2001 From: yipstanley Date: Fri, 18 Jan 2019 21:01:16 -0500 Subject: document decorations added kinda --- src/DocumentDecorations.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/DocumentDecorations.scss') diff --git a/src/DocumentDecorations.scss b/src/DocumentDecorations.scss index 34c279e60..8d2824b7e 100644 --- a/src/DocumentDecorations.scss +++ b/src/DocumentDecorations.scss @@ -1,3 +1,18 @@ .documentDecorations-container { - background: blue; + 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; } \ No newline at end of file -- cgit v1.2.3-70-g09d2