Re: [qooxdoo-devel] Opacity of toolbar buttons

2011-12-02 Thread Mustafa Sak
Hi Buttons are children of toolbar, so they are in DOM. So any opacity of parent will be done for children too. There are two ways: 1. Just use transparent png for toolbar at theme. 2. Make a custom widget with canvas layout and place two children into it. First is a toolbar and second a ano

[qooxdoo-devel] Opacity of toolbar buttons

2011-12-02 Thread alexandr
Hi, Qooxdoo Team! I want to get semi transperent toolbar and non transperent toolbar buttons. How can I achieve this? Setting of different opacity for the toolbar and toolbar buttons don't work. - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Opac