diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-14 00:09:37 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-14 00:09:37 -0500 |
| commit | c5ea9a228d97974250194cbe41e0f356c3c3906f (patch) | |
| tree | 5d504857d533092e27ec196c795bb3506a524d38 /src/client/views/nodes/WebBox.scss | |
| parent | 7a25dcc004de773fbdee229f79338b81001d3077 (diff) | |
added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when sidebar annotation is selected.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index ca6611a6b..198e7ef10 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -6,6 +6,29 @@ position: relative; display: flex; + + + .webBox-tagList { + display: flex; + flex-direction: row; + overflow: auto; + flex-flow: row; + flex-wrap: wrap; + .webBox-filterTag, .webBox-filterTag-active { + font-weight: bold; + padding-left: 6; + padding-right: 6; + box-shadow: black 1px 1px 4px; + border-radius: 5; + margin: 2; + height: 20; + background-color: lightgrey; + } + .webBox-filterTag-active { + background-color: white; + } + } + .pdfViewerDash-dragAnnotationBox { position: absolute; background-color: transparent; |
