How to change CSS of CActiveDataProvider or CGridView

Hey guys,

can anybody tell me how to change the CSS of widgets such as CActiveDataProvider or CGridView. I want to change the look of the next and previous button.

THX

Andreas

Anybody any idea?

I found the CSS in the Assests folder…

Is this the right way to edit the CSS of CActiveDataProvider or CGridView?

CGridView has a property named cssFile. Alternatively you can set pagerCssClass and format it from your own css.

YEah, thats what I have been looking for…