diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-02 10:16:11 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-02 10:16:11 -0400 |
| commit | 4e2e798e0d97858dd03748709d3d55f15a9a1360 (patch) | |
| tree | 4940c2dc2239bcd6b73a567358eebced1394df65 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 01cab1fc7259f1a944fad49403328e70e9d61b97 (diff) | |
| parent | 6a2be14c25313058ff466ed7c2a6631126616263 (diff) | |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 3cedab1a4..56f5c5631 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -66,14 +66,25 @@ audiotag:hover { .formattedTextBox-sidebar-handle { position: absolute; - top: 0; + top: 5px; //top: calc(50% - 17.5px); // use this to center vertically -- make sure it looks okay for slide views - width: 10px; + width: 25px; height: 100%; - max-height: 35px; - background: lightgray; - border-radius: 20px; + max-height: 25px; + color: white; + background: $medium-gray; + border-radius: 5px; + display: flex; + justify-content: center; + align-items: center; cursor:grabbing; + box-shadow: $standard-box-shadow; + // transition: 0.2s; + + &:hover{ + filter: brightness(0.85); + } + } .formattedTextBox-sidebar, |
