diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-11 16:56:36 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-11 16:56:36 -0400 |
| commit | 618e66a5a070f1aac9224bd3f44b76a5ac314bfa (patch) | |
| tree | a58c09879cd75c4b0b544f5c8d59de52a32043c7 /src/client/views/DocumentDecorations.scss | |
| parent | faf0cc17a47aacaef48b4fe18c2f52af0a360805 (diff) | |
fixed dragging of link button. made web views clips. added delete on marquee.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index f88bf9c14..fb9091dfc 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -29,13 +29,23 @@ #documentDecorations-rightResizer { cursor: ew-resize; } - #linkButton { - height: 20px; - width: 20px; - margin-top: 10px; - border-radius: 50%; - opacity: 0.6; - pointer-events: auto; - background-color: #2B6091; - } + +} +.linkButton-empty { + height: 20px; + width: 20px; + margin-top: 10px; + border-radius: 50%; + opacity: 0.6; + pointer-events: auto; + background-color: #2B6091; +} +.linkButton-nonempty { + height: 20px; + width: 20px; + margin-top: 10px; + border-radius: 50%; + opacity: 0.6; + pointer-events: auto; + background-color: rgb(35, 165, 42); }
\ No newline at end of file |
