diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-09 14:46:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-09 14:46:06 -0400 |
| commit | afbbb76afc5a9b1370374b337af1a03a2e94b5d7 (patch) | |
| tree | 59ab3ffeab45f27dac45cc499d24841a40966322 /src/client/views/pdf/AnchorMenu.scss | |
| parent | 57501970d9b56ed39c6b29680286d66a536df5f1 (diff) | |
fixed anchor menu highlighter button's dropdown location. fixed metadata view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
Diffstat (limited to 'src/client/views/pdf/AnchorMenu.scss')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.scss | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/client/views/pdf/AnchorMenu.scss b/src/client/views/pdf/AnchorMenu.scss index b7afb26a5..6990bdcf1 100644 --- a/src/client/views/pdf/AnchorMenu.scss +++ b/src/client/views/pdf/AnchorMenu.scss @@ -4,6 +4,35 @@ padding: 5px; grid-template-columns: 90px 20px 90px; } +.anchorMenu-highlighter { + padding-right: 5px; + .antimodeMenu-button { + padding: 0; + padding: 0; + padding-right: 0px; + padding-left: 0px; + width: 5px; + } +} +.anchor-color-preview-button { + width: 25px !important; + .anchor-color-preview { + display: flex; + flex-direction: column; + padding-right: 3px; + width: unset !important; + .color-preview { + width: 60%; + top: 80%; + height: 4px; + position: relative; + top: unset; + width: 15px; + margin-top: 5px; + display: block; + } + } +} .color-wrapper { display: flex; |
