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.
li#t-fontsizer input {
	border: 1px solid;
	border-color: #AAA #666 #666 #AAA;
	margin: 0;
	padding: 0px 3px;
	background-color: white;
	/* @embed */
	background-image: url(/w/skins/Vector/images/preferences/break.png);
	background-repeat: repeat-x;
	background-position: 0% -25%;
	text-shadow: none;
	font-size: 100%;
	font-weight: normal;
	color: #222;
}
li#t-fontsizer input:hover {
	background-position: 0% 25%;
}
li#t-fontsizer input:active {
	border-color: #666 #AAA #AAA #666;
}

li#t-fontsizer input#t-fontsizer-minus {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
li#t-fontsizer input#t-fontsizer-reset {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 -1px;
}
li#t-fontsizer input#t-fontsizer-plus {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}