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 another toolbar. Fill your buttons or parts into this second one. Set decorator of that snd toolbar to null. So you will get one toolbar for semi transparency and second one for toolbar features but not visible. Maybe little changes must be added to some childController but it should work. Regards Sak Von meinem iPhone gesendet Am 02.12.2011 um 13:12 schrieb alexandr <[email protected]>: > 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/Opacity-of-toolbar-buttons-tp7054469p7054469.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
