Fix search text color in Home page

pull/4446/head
afc163 8 years ago
parent d0df37ed42
commit 3ecc5f6c85

@ -35,8 +35,12 @@ function getStyle() {
#header .ant-menu {
background: transparent;
}
#header .ant-select-search__field,
#header .ant-select-selection__placeholder {
color: rgba(255,255,255,0.57);
}
#header.home-nav-white {
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.91);
border-bottom-color: #EBEDEE;
}
.home-nav-white #search-box {

Loading…
Cancel
Save