Minor tweak to improve look of AddGroup textinputs

This commit is contained in:
David Ernst
2020-08-15 11:12:19 -07:00
parent d56840750f
commit 71cb52a77c
2 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ TODO:
- [x] Bulletin board of all valid received votes
- [x] Admin sends voter confirmation that vote was received
- [x] Voter Auth Tokens can only be used once
- [ ] Admin can see which voters submitted
- [ ] Admin can manually close voting early
- [ ] Admin does first shuffle
- [ ] Admin posts final results

View File

@@ -65,9 +65,9 @@ export const AddGroup = ({
.textarea-wrapper {
display: inline-block;
background-image: linear-gradient(#f4f4f4 50%, #f9f9f9 50%);
background-image: linear-gradient(#fafafa 50%, #fff 50%);
background-size: 100% 32px;
background-position: left 21px;
background-position: left 3px;
width: 100%;
}