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/linking/LinkMenu.scss | |
| parent | 98d01d622bb4f7093967d7040021f316d2faeaf8 (diff) | |
refreshed linking status bar css, linkmenu css
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss index a2ea42999..bcd93aed1 100644 --- a/src/client/views/linking/LinkMenu.scss +++ b/src/client/views/linking/LinkMenu.scss @@ -7,20 +7,20 @@ z-index: 2001; .linkMenu-list, - .linkMenu-listEditor - { + .linkMenu-listEditor { display: inline-block; position: relative; - border: 1px solid black; - box-shadow: 3px 3px 1.5px grey; + border: 1px solid #e4e4e4; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); background: white; min-width: 170px; max-height: 170px; overflow-y: scroll; z-index: 10; - } - .linkMenu-list { + } + + .linkMenu-list { white-space: nowrap; overflow-x: hidden; width: 240px; @@ -46,12 +46,12 @@ } .linkMenu-group-name { + padding: 10px; &:hover { p { background-color: lightgray; - } p.expand-one { @@ -65,10 +65,9 @@ p { width: 100%; - //padding: 4px 6px; line-height: 12px; border-radius: 5px; - font-weight: bold; + text-transform: capitalize; } .linkEditor-tableButton { |
