/* * 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 */ body{ color:#6d375a; background-color: #000; } #header{ background:#e0c3d6; } aside{ background:#6d375a; } .page-footer{ background:#6d375a; } #ribbon{ background:#86c1ab; } .minified.fixed-ribbon #ribbon { left: 0px; } .smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i { border-color: #6d375a; }