Fix #1429, smushed search bar text in Opera

(imported from commit 82a27dcc035958cda6959b1c69152e940d3993dd)
This commit is contained in:
Scott Feeney 2013-06-28 13:20:36 -04:00
parent bea702dd17
commit f06bc771a9
1 changed files with 6 additions and 0 deletions

View File

@ -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;