Debug.explainStyleBindings didn't work at all for me. Was it added after
the 4.0.x build of OpenLaszlo that Webtop uses?
This:
>> >> Skin[name="mySkin"] {
... was my example. In Webtop's CSS file, it does say:
Skin {
...
}
also there is a Skin[name='silver'] too that just inherits from Skin.
-Antun
P T Withington wrote:
On 2009-03-20, at 17:38EDT, Antun Karlovac wrote:
>> Skin[name="mySkin"] {
This rule will only match a node whose tag is Skin (or a subclass of
Skin) and whose name attribute is 'mySkin', is that maybe throwing you off?
or maybe Debug.explainStyleBindings isn't working either?