Browse Source

improve search input style for #47

pull/76/head
afc163 9 years ago
parent
commit
0d0d268f7f
  1. 4
      static/style.css

4
static/style.css

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

Loading…
Cancel
Save