Fix search text color in Home page

This commit is contained in:
afc163 2017-01-03 00:17:23 +08:00
parent d0df37ed42
commit 3ecc5f6c85

View File

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