custom style not working

Hi, I have a problem with my style in a custom theme.
The import is set @import url(../reindeer/styles.css); but no matter what style I set, nothing happens. The theme is set also setTheme("mytheme");

e.g.

.v-table-header-cell {
    text-align: center;
}

and it’s not working… any ides? Thanks.

Hi,

The first thing that springs to mind:
Are you sure your css is getting loaded? You can check this for instance by opening the Net/CSS section in Firebug and looking for your css - if the row is red, that’s your problem.

Best Regards,
Marc