CSS adjustment

I have a form application that has some disabled fields for both insert/update.
The theme I am using SC8_Picton_Blue gives these fields a gray background and blue border.
I want to change that. What I tried : Under layout menu, CSS applications, I saved the SC8_Picton_Blue
as TC_Picton_Blue. I advanced edit TC_Picton_Blue and under Form, for both Simple Record and Multiple Records,
Object Disabled, I changed the background color to white. I saved and generated the source, but I still get a gray
background. Is there somewhere else in the CSS Application where I can change the color? I know I can do it with
javascript but don’t want to reinvent the wheel if I don’t have to.
Thanks

Can’t tell directly but what you could try is to hit F12, i.e. in FF and look at the class that’s being used. Then find it in the css that is used.

Just had to clear my browser cache. Now it’s working. Thank you.