MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 400: | Line 400: | ||
#p-search form { | #p-search form { | ||
position: relative; | position: relative; | ||
padding: 0 4px 0 5px; | padding: 0 4px 0 5px; | ||
height: | height: 30px; | ||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
border: 0; | border: 0; | ||
background-color: #D0CFCF; | background-color: #D0CFCF; | ||
background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB); | background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB); | ||
| Line 416: | Line 412: | ||
-moz-transition: none !important; | -moz-transition: none !important; | ||
transition: none !important; | transition: none !important; | ||
} | } | ||
| Line 443: | Line 420: | ||
outline: none; | outline: none; | ||
box-shadow: none; | box-shadow: none; | ||
height: | height: 30px; | ||
} | } | ||
| Line 459: | Line 436: | ||
#p-search #searchform { | #p-search #searchform { | ||
position: relative; | position: relative; | ||
padding: 0 4px 0 5px; | padding: 0 4px 0 5px; | ||
} | } | ||
| Line 473: | Line 449: | ||
outline: none; | outline: none; | ||
box-shadow: none; | box-shadow: none; | ||
height: | height: 30px; | ||
} | } | ||
| Line 487: | Line 463: | ||
#p-search #searchform .cdx-search-input__input-wrapper { | #p-search #searchform .cdx-search-input__input-wrapper { | ||
position: relative; | position: relative; | ||
border: 0; | border: 0; | ||
background-color: #D0CFCF; | background-color: #D0CFCF; | ||
background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB); | background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB); | ||
| Line 499: | Line 472: | ||
} | } | ||
#p-search #searchform .cdx-text-input__input { | #p-search #searchform .cdx-text-input__input { | ||