第26行: | 第26行: | ||
{ | { | ||
color: #00d6d6 !important; | color: #00d6d6 !important; | ||
+ | } | ||
+ | |||
+ | input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */ | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */ | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */ | ||
+ | color: #CCCCCC; | ||
} | } | ||
2020年12月21日 (一) 19:15的版本
/* 导航栏 */ #cosmos-banner { background-color: #002A32; } .cosmos-bannerOption-icon { fill: none; stroke: #00d6d6; } .cosmos-bannerOption-dropdownIcon { stroke: #FF776D; fill: #FF776D; } .cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon { fill: #FF776D; stroke: #FF776D; } .cosmos-bannerOption:hover .cosmos-bannerOption-icon { stroke: white !important; } #searchInput { color: #00d6d6 !important; } input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */ color: #CCCCCC; } input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #CCCCCC; } input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #CCCCCC; } input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #CCCCCC; } #cosmos-search-buttonIcon:hover { stroke: #fff !important; }