@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("dribbble.com")
{
    
    div.page a,
    span.badge,
    a.following,
    a.contact,
    ol.popular-tags li a,
    #post-comment-btn,
    .form-sub,
    .badge-title,
    .form-btn,
    .comment button,
    .action,
    .pro-motion,
    .pro-title
    {
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
        background-image:    -moz-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
        background-image:     -ms-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
        background-image:      -o-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
        background-image:         linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
    }

}