improve search input style for #47

This commit is contained in:
afc163 2015-07-15 21:05:00 +08:00
parent cbf2681c9f
commit 0d0d268f7f

View File

@ -163,6 +163,10 @@ a.logo {
position: relative;
}
#autoComplete {
margin-top: -2px;
}
#autoComplete .ant-select-selection--single {
border: transparent;
outline: none;