skar wrote:
> It works :) However, the text doesn't have the indented look, with a 
> top, left and right border to make a box.
I was doing this:

> "tabview-page/button" : {
>       style : function(states) {
>         return {
>             font : "boldnormal"
>         };
>       }
>     }
Now I styled just the label for the button alone and it works fine like 
this:
> "tabview-page/button/label" : {
>       style : function(states) {
>         return {
>             font : "boldnormal"
>         };
>       }
>     }

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to