QT 4.7.4, can't see CSS3 shadow on elements
-
I'm using Qt 4.8 and it properly support box-shadows... maybe something's not completely correct with your CSS? Using the (unfortunately bugged) Web Inspector you should be able to see if some CSS rule is not correct by noticing a small warning icon aside of the offending rule.
As an example
@-webkit-box-shadow: 0px 0px 10px black;@Works like a charm.