Use normal font size in search bar

Also update placeholder copy to be consistent with Android.

// FREEBIE
This commit is contained in:
lilia 2016-04-01 10:37:45 -07:00
parent ddcdc9e2ff
commit c3a7766dd4
3 changed files with 4 additions and 2 deletions

View file

@ -60,7 +60,7 @@
"description": "Menu item and header text for debug log modal, title case." "description": "Menu item and header text for debug log modal, title case."
}, },
"searchForPeopleOrGroups": { "searchForPeopleOrGroups": {
"message": "Search for people or groups", "message": "Search...",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"welcomeToSignal": { "welcomeToSignal": {

View file

@ -89,6 +89,7 @@ input.search {
padding: 10px; padding: 10px;
border: solid 1px $grey_l; border: solid 1px $grey_l;
outline-offset: -2px; outline-offset: -2px;
font-size: inherit;
&.active { &.active {
outline: solid 1px $blue; outline: solid 1px $blue;

View file

@ -500,7 +500,8 @@ input.search {
width: 100%; width: 100%;
padding: 10px; padding: 10px;
border: solid 1px #f3f3f3; border: solid 1px #f3f3f3;
outline-offset: -2px; } outline-offset: -2px;
font-size: inherit; }
input.search.active { input.search.active {
outline: solid 1px #2090ea; } outline: solid 1px #2090ea; }
input.search::-webkit-search-cancel-button { input.search::-webkit-search-cancel-button {