diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-01-18 21:01:16 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-01-18 21:01:16 -0500 |
| commit | a0fadfc2017632dc17455ecf5fe7dd669834e887 (patch) | |
| tree | 23a1be3d6cacc9fe0b1e16a29ece2f6d564d8ca1 /src/DocumentDecorations.scss | |
| parent | 05138b7f0366e1854ebaabbea1dcc41fb7666b3d (diff) | |
document decorations added kinda
Diffstat (limited to 'src/DocumentDecorations.scss')
| -rw-r--r-- | src/DocumentDecorations.scss | 17 |
1 files changed, 16 insertions, 1 deletions
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 |
