components: Add new css to text input fields.

This commit is contained in:
Raghav Jajodia 2017-04-11 04:43:49 +05:30 committed by Tim Abbott
parent d4e1f0a9a8
commit 6be6aec825
1 changed files with 5 additions and 0 deletions

View File

@ -320,6 +320,11 @@
letter-spacing: -.3em;
}
.input-append input[type=text] {
border-radius: 5px;
box-shadow: none;
}
.clear_search_button:hover {
color: #000;
}