diff options
| author | bobzel <zzzman@gmail.com> | 2022-05-02 11:04:45 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-05-02 11:04:45 -0400 |
| commit | 6d2d18385e09da7645ff9c077240820f2d2043c9 (patch) | |
| tree | 32194e52d0bbb515c885db029fb311d6c389c670 /src/client/views/nodes/WebBox.scss | |
| parent | 38e14d3eec79e40317bfd64388dd9bad97a24aff (diff) | |
fixed up html clippings to have a better background color heuristic and to allow dragging clippings from webBox's.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index ff38e37dd..b037e7220 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -5,17 +5,18 @@ height: 100%; position: relative; display: flex; - .webBox-sideResizer { + + .webBox-sideResizer { position: absolute; width: 100%; height: 100%; cursor: ew-resize; background: darkgray; } - .webBox-background { + + .webBox-background { width: 100%; height: 100%; - background: lightGray; } .webBox-ui { @@ -120,7 +121,7 @@ box-shadow: $standard-box-shadow; transition: 0.2s; - &:hover{ + &:hover { filter: brightness(0.85); } } @@ -160,6 +161,7 @@ .webBox-cont { pointer-events: none; } + .webBox-cont, .webBox-cont-interactive { padding: 0vw; @@ -193,6 +195,7 @@ top: 0; left: 0; overflow: auto; + .webBox-innerContent { position: relative; } |
