mirror of https://github.com/zulip/zulip.git
components: Add new css to text input fields.
This commit is contained in:
parent
d4e1f0a9a8
commit
6be6aec825
|
@ -320,6 +320,11 @@
|
|||
letter-spacing: -.3em;
|
||||
}
|
||||
|
||||
.input-append input[type=text] {
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.clear_search_button:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue