diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-03 11:54:37 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-03 11:54:37 -0400 |
| commit | 6d327d692a316b7dacbb542950d913a9ca361dbb (patch) | |
| tree | 11d32c084c2cf83794fc689564caeadae9c996c9 /src/client/views/DocumentDecorations.scss | |
| parent | bb7d5a26ec68f283c5adb42d4d6554253de7176f (diff) | |
| parent | bc572b4459455e6b046972b0f984868acc6701b5 (diff) | |
Merge branch 'minimize' into decor
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 272ea9e5d..c72623546 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -1,4 +1,5 @@ @import "global_variables"; + #documentDecorations-container { position: absolute; display: grid; @@ -6,26 +7,32 @@ grid-template-rows: 20px 8px 1fr 8px; grid-template-columns: 8px 1fr 8px; pointer-events: none; + #documentDecorations-centerCont { background: none; } + .documentDecorations-resizer { pointer-events: auto; background: $alt-accent; 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; @@ -39,7 +46,7 @@ } .documentDecorations-background { - background:lightblue; + background: lightblue; position: absolute; opacity: 0.1; } |
