diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-01 17:05:42 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-01 17:05:42 -0400 |
| commit | 8448679e0a260ec881c54a10578bc464cd38f04e (patch) | |
| tree | 8e45123d69ac834c4a9d0333c118586282540a08 /src/client/views/DocumentDecorations.scss | |
| parent | a687a9962c8952074177e52366b69dcce231a18e (diff) | |
added dragging multiple items.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 11595aa01..7a43f3087 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -32,6 +32,12 @@ } } +.documentDecorations-background { + background:lightblue; + position: absolute; + opacity: 0.1; +} + // position: absolute; // display: grid; // z-index: 1000; |
