Sakin, I was missing a } in a custom css above the mod I was entering so it was negating my addition.
this works now
/* change header search box bg */
#branding #s {
background-color: #FFFFAA;
}
/* change search box bg when selected */
#branding #s:focus {
background-color: #F4FFFB;
}