MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 221: | Line 221: | ||
font-size:.8em | font-size:.8em | ||
} | } | ||
.redirectText{ | .redirectText{ | ||
font-size:140% | font-size:140% | ||
Line 343: | Line 344: | ||
font-size:13px; | font-size:13px; | ||
direction:ltr; | direction:ltr; | ||
-webkit-appearance:textfield | -webkit-appearance:textfield; | ||
} | } | ||
div#simpleSearch #searchInput:focus{ | div#simpleSearch #searchInput:focus{ | ||
Line 378: | Line 379: | ||
url('skins/Vector/images/search-ltr.svg'); | url('skins/Vector/images/search-ltr.svg'); | ||
background-position:center center; | background-position:center center; | ||
background-repeat:no-repeat | background-repeat:no-repeat; | ||
} | } | ||
div#simpleSearch #mw-searchButton{ | div#simpleSearch #mw-searchButton{ | ||
Line 907: | Line 908: | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: | width: 14px !important; | ||
-webkit-overflow-scrolling: auto !important; | -webkit-overflow-scrolling: auto !important; | ||
} | } |