diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-07 00:29:57 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-07 00:29:57 -0500 |
| commit | 8f9a90eca5edf8bb3acbf6437534c26385316f3d (patch) | |
| tree | 99be548e6ef4f2feddede66fbf11d9b2a1ea7875 /src/client/views/linking/LinkEditor.scss | |
| parent | c875e52afc8b461a04c61d69e37826526380ab19 (diff) | |
fixing bugs and adding consistency
Diffstat (limited to 'src/client/views/linking/LinkEditor.scss')
| -rw-r--r-- | src/client/views/linking/LinkEditor.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client/views/linking/LinkEditor.scss b/src/client/views/linking/LinkEditor.scss index 5f0e5e18a..406a38c26 100644 --- a/src/client/views/linking/LinkEditor.scss +++ b/src/client/views/linking/LinkEditor.scss @@ -41,9 +41,9 @@ } .linkEditor-description-input { - border: 1px solid rgb(114, 162, 179); + border: 1px solid grey; border-radius: 4px; - background-color: lightblue; + background-color: rgb(236, 236, 236); padding-left: 2px; padding-right: 2px; color: grey; @@ -60,9 +60,9 @@ .linkEditor-followingDropdown-header { - border: 1px solid rgb(114, 162, 179); + border: 1px solid grey; border-radius: 4px; - background-color: lightblue; + background-color: rgb(236, 236, 236); padding-left: 2px; padding-right: 2px; color: grey; @@ -78,8 +78,8 @@ padding-right: 3px; .linkEditor-followingDropdown-option { - border: 0.25px dotted rgb(114, 162, 179); - background-color: lightblue; + border: 0.25px dotted grey; + background-color: rgb(236, 236, 236); padding-left: 2px; padding-right: 2px; color: grey; @@ -87,7 +87,7 @@ font-size: 9px; &:hover { - background-color: rgb(141, 197, 216); + background-color: rgb(211, 210, 210); } } |
