/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
textarea::placeholder, select::placeholder, input::placeholder {
	color: #bbb;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bbb;
}

textarea::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder
	{ /* Firefox 19+ */
	color: #fff;
}

input:-ms-input-placeholder { /* IE 10+ */
	color: #bbb;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #bbb;
}
