mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix search text color in Home page
This commit is contained in:
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…
Reference in New Issue
Block a user