Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
848 stars 134 forks source link

background-color not computed correctly #122

Open KptainO opened 10 years ago

KptainO commented 10 years ago

Hi,

Found a bug on Pixate backgrounds

Using this css

button:normal {
    background-color: blue;
    border-radius: 0;
}

button:selected {
    background-color: rgb(255, 122, 0);
    border-radius: 20px;
}

then both normal and selected background are showing up when button is selected.

Cheers,