Blackberry CSS properties

A list of CSS3 properties that I've found are (often surprisingly) supported by BlackBerry.

by daneden

CSS

#element {
    background: -webkit-gradient();
    text-shadow: ;
    -webkit-box-shadow: ;
    -webkit-animation: ;
    -webkit-appearance: ;
    -webkit-transition: ;
    color: rgba();
}

:nth-child() { }

:last-child { }

#element:after, #element:before { }