MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3,848: | Line 3,848: | ||
.search-types .current a { | .search-types .current a { | ||
color: inherit; | color: inherit; | ||
} | |||
@media screen { | |||
.vector-search-box-input { | |||
background-color: var(--search-box); | |||
border: none; | |||
border-radius: 0; | |||
height: 2.5rem; | |||
padding: 7px 2.15384615em 7px 8px; | |||
box-shadow: inset 0 -7px 7px -7px rgba(0,0,0,0.15); | |||
} | |||
.vector-search-box-input::placeholder { | |||
color: var(--text-color); | |||
} | |||
.searchButton path { | |||
fill: white; | |||
} | |||
} | } | ||