Hi all. Hopefully this is a quick known point (it's not to me however).
I want to change the basic color in my 4.2.2 Mobile Theme from the generic blue to a green. Anyone know the hex color code? I was hoping to do a find & replace but I'm failing as I had to descramble that CSS file to begin with.
Thanks!
--------------- Added [DATE]1383792984[/DATE] at [TIME]1383792984[/TIME] ---------------
Found em - for the main blocks it's the "b blocks" of css
Code:
.ui-bar-b{border:1px solid #456f9a;background:#5e87b0;color:#fff;font-weight:bold;text-shadow:0 -1px 1px #254f7a;background-image:-webkit-gradient(linear,left top,left bottom,from(#6f732d),to(#6f732d));background-image:-webkit-linear-gradient(#6f732d,#6f732d);background-image:-moz-linear-gradient(#6f732d,#6f732d);background-image:-ms-linear-gradient(#6f732d,#6f732d);background-image:-o-linear-gradient(#6f732d,#6f732d);background-image:linear-gradient(#6f732d,#6f732d)}
Hex Colors are #81a8ce,#5e87b0