diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 17:00:31 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 17:00:31 -0400 |
| commit | 50f4eaf02d32560ad324acd72b9021b480c11a9c (patch) | |
| tree | 754b41b59440aac565d53599d5b4973f864d7a1d /src/client/views/collections | |
| parent | 98d01d622bb4f7093967d7040021f316d2faeaf8 (diff) | |
refreshed linking status bar css, linkmenu css
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.scss | 12 | ||||
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss index ec8805907..632f8dbab 100644 --- a/src/client/views/collections/CollectionLinearView.scss +++ b/src/client/views/collections/CollectionLinearView.scss @@ -20,6 +20,7 @@ } .bottomPopup-background { + background: rgb(173, 216, 230); padding-right: 14px; height: 35; transform: translate3d(6px, 5px, 0px); @@ -29,10 +30,11 @@ } .bottomPopup-text { + color: black; display: inline; white-space: nowrap; padding-left: 8px; - padding-right: 4px; + padding-right: 20px; vertical-align: middle; font-size: 12.5px; } @@ -43,8 +45,8 @@ padding-left: 8px; padding-right: 8px; vertical-align: middle; - background-color: lightgrey; - border-radius: 5.5px; + background-color: #efefef; + border-radius: 3px; color: black; margin-right: 5px; } @@ -55,8 +57,8 @@ padding-left: 8px; padding-right: 8px; vertical-align: middle; - background-color: lightgrey; - border-radius: 5.5px; + background-color: #f3b6b6; + border-radius: 3px; color: black; } diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index e0b90304b..8d81471d0 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -167,7 +167,6 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { })} </div> {DocumentLinksButton.StartLink ? <span className="bottomPopup-background" style={{ - background: backgroundColor === color ? "black" : backgroundColor, pointerEvents: "all" }} onPointerDown={e => e.stopPropagation()} > @@ -184,7 +183,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { <Tooltip title={<><div className="dash-tooltip">Exit link clicking mode </div></>} placement="top"> <span className="bottomPopup-exit" onClick={this.exitLongLinks}> - Clear + Stop </span> </Tooltip> |
