diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-08 13:22:49 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-08 13:22:49 -0500 |
| commit | 2b1af3fab4cc51f8cbb577ed51842cec1774a355 (patch) | |
| tree | ba309a00472a9249c9d155470c9e8e6ee18a7e88 /src/client/views/linking/LinkEditor.scss | |
| parent | 067fe1227d1acedb78dc3a1615c15ae936f3f677 (diff) | |
restructured textbox comment, cleaned menu UI
Diffstat (limited to 'src/client/views/linking/LinkEditor.scss')
| -rw-r--r-- | src/client/views/linking/LinkEditor.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/client/views/linking/LinkEditor.scss b/src/client/views/linking/LinkEditor.scss index 937427e46..87afc99eb 100644 --- a/src/client/views/linking/LinkEditor.scss +++ b/src/client/views/linking/LinkEditor.scss @@ -40,6 +40,10 @@ font-size: 9px; //font-style: italic; text-decoration-color: grey; + + .button { + color: black; + } } .linkEditor-description { @@ -61,7 +65,7 @@ //border-radius: 4px; padding-left: 2px; padding-right: 2px; - margin-right: 4px; + //margin-right: 4px; color: black; text-decoration-color: grey; } @@ -69,14 +73,14 @@ .linkEditor-description-add-button { display: inline; /* float: right; */ - border-radius: 9px; + border-radius: 7px; font-size: 9px; background-color: black; /* padding: 3px; */ padding-top: 4px; - padding-left: 3px; + padding-left: 7px; padding-bottom: 4px; - padding-right: 5px; + padding-right: 8px; height: 80%; color: white; } @@ -102,10 +106,11 @@ padding-left: 2px; padding-right: 2px; text-decoration-color: black; - color: black; + color: rgb(94, 94, 94); .linkEditor-followingDropdown-icon { float: right; + color: black; } } |
