Re: Modifying a css property from js

2012-05-02 Thread Thiago Bellini Ribeiro
On Wed, May 2, 2012 at 11:54 AM, Jasper St. Pierre wrote: > On Wed, May 2, 2012 at 10:40 AM, Thiago Bellini Ribeiro > wrote: >> Hi all, >> >> I'm trying to add a color setting for my extension: >> https://extensions.gnome.org/extension/258 >> >> The actual approach I'm using is: I define a css wi

Re: Modifying a css property from js

2012-05-02 Thread Jasper St. Pierre
On Wed, May 2, 2012 at 10:40 AM, Thiago Bellini Ribeiro wrote: > Hi all, > > I'm trying to add a color setting for my extension: > https://extensions.gnome.org/extension/258 > > The actual approach I'm using is: I define a css with a > '.has-notification { color: red; }' and I call > 'add_style_cl