Firebug kills -webkit Settings in CSS File - Why?

Posted by Johnny on Stack Overflow See other posts from Stack Overflow or by Johnny
Published on 2010-05-11T04:49:18Z Indexed on 2010/05/11 4:54 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

style.css - Original File

.box { -webkit-border-radius:8px; -moz-border-radius:8px; padding:10px; }

style.css - In Firebug CSS Console

.box { -moz-border-radius:8px 8px 8px 8px; padding:10px; }

How can I force Firebug to show my -webkit css styles as well? Thanks for your help!

© Stack Overflow or respective owner

Related posts about firebug

Related posts about firefox