How to style the black bars on Easy Accordion

Permalink Browser Info Environment
Been messin with the css for Easy Accordion and although I can make some style changes, I cant seem to find a way to style the black gradient bars. Would like to have control over that. Anybody got any ideas?

Type: Discussion
Status: New
tomrfellner
View Replies:
tomrfellner replied on at Permalink Reply
tomrfellner
Ok looks like my WYSIWYG CSS editor isn't showing the webkit stuff, my bad.
globalnerds replied on at Permalink Reply
globalnerds
To change the color of the title bars, change the following in the css:
.ccm-easyAccordion-title {
        padding:5px 0 5px 0;
        text-indent:20px;
        color:#000000;        font-size:16px;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff); /* FF3.6 */
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e1e1e1),color-stop(1, #ffffff)); /* Saf
4+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')"; /* IE8 */
        cursor:pointer;
}


notice in mine I have changed the moz-linear-gradient to another color and the -webkit-gradient color. To take a look at this go to:

http://patriotflightinc.com/gn/honor-a-vet/faq/...
tomrfellner replied on at Permalink Reply
tomrfellner
Thanks for the reply. Actually the main problem was I'm using CSSedit as my CSS editor and it doest support the CSS3 rules in its interface so I didn't see the rules initially. So totally my bad on that!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.