Hi,
I have placed some buttons which has seCheckable() state and SetAutodefault() state as true.

I want to change the back ground color when it is active and when the button is pressed and down.

I can change the color when it is active, but when it is clicked i want to change the background color of the button. i.e user should feel that button is pressed(down). when i use pressed or checked in my style sheet, the color changed only when mouse button is down.
so how can i change the background color when button is down state.untill user press other button or the current button comes up, button color shouldnt change

Thank You