mirror of https://github.com/zulip/zulip.git
Fix #1429, smushed search bar text in Opera
(imported from commit 82a27dcc035958cda6959b1c69152e940d3993dd)
This commit is contained in:
parent
bea702dd17
commit
f06bc771a9
|
@ -1256,6 +1256,12 @@ input.recipient_box {
|
||||||
letter-spacing: -.3em;
|
letter-spacing: -.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search_arrows input {
|
||||||
|
/* Chrome and Firefox do this already via default browser stylesheet;
|
||||||
|
but Opera needs this to avoid smushed letters in the search box. */
|
||||||
|
letter-spacing: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#floating_recipient_bar {
|
#floating_recipient_bar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue