[Lift] Re: Widget CSS

2009-04-02 Thread marius d.
Can you scope your stylesheet props? ... such as adding prefixes to classes etc. ... or use styles per ID-s. Looks to me that even if we change the order the application specific styles could potentially conflict with TableSorter's. The TableSorter's CSS are coming from JQuery plugin and not

[Lift] Re: Widget CSS

2009-04-02 Thread Charles F. Munat
Well, maybe I'm missing something, but when I turn on the TableSorter, the header cells of my table change color to the colors specified in the TableSorter CSS. That's because the colors I set in my default CSS file came earlier in the cascade. It's not a big deal for me, but I thought I'd