Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* #searchform input[type=submit] {
 width: 1.5em !important;
 height: 1.5em !important;
 border: none !important;
 background-color: transparent !important;
 background-repeat: no-repeat !important;
 background-position: center center !important;
 color: transparent !important;
 overflow: hidden !important;
 } 
 
#searchGoButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=Address-book-new.svg&width=20px) !important;
 }
 
#mw-searchButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=View-zoom-in.svg&width=20px) !important;
 }
 
#searchInput {
 border: none !important;
 -moz-border-radius: 2em !important;
 padding: 0.2em 1em !important;
 background-image: url(/skins-1.5/vector/images/tab-break.png) !important;
 border: 1px solid #a7d7fa !important;
 }
 
#searchInput:hover {
 opacity: 0.5 !important;
 }
 
#searchInput:focus, #searchInput:hover:focus {
 background-color: white !important;
 background-image: none !important;
 }

*/

.mw-sidebar-action-link[href*='mw-prefsection-rendering-skin-skin-prefs'] {
	display: none;
}