Edit default CSS for Yii widgets

I want to change the default css for cgridview, clistview, but i don’t know where yii keeps

the default css for this widgets.

What is the best method to edit the default css ?

The CSS is stored in Yii’s core (yii/framework/zii/widgets/assets)

You shouldn’t change these files, but should copy them to your css directory and use yii’s skin feature.