Hello Christian,

overriding entries in your application's theme is the correct way to go. :-)

What have you tried so far? You can remove a decorator by setting the value
to undefined:

qx.Theme.define("helloworld.theme.Appearance",
{
  extend : qx.theme.modern.Appearance,

  appearances :
  {

    "table-scroller/header":
    {
      style : function(states)
      {
        return {
          decorator : undefined
        };
      }
    }
    
  }
});


Kind regards
Jonathan

-----
Jonathan Weiß
Framework Engineer

http://mysterycity.de/blog Blog  -  http://www.linkedin.com/in/jonathanrass
LinkedIn  -  http://www.xing.com/profile/Jonathan_Weiss5 XING 
-- 
View this message in context: 
http://n2.nabble.com/Theming-question-How-to-get-rid-of-gradient-background-image-tp3935297p3939341.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to