I seems like I'm not able to style UIWindow, I'm trying to change a background color:
window {
color: #ff0000;
}
According to the docs I should use the 'color' property, but I tried with 'background-color' and it still didn't work. Also, I tried defining a class and setting 'styleClass' value on the main window, but still no luck:
I seems like I'm not able to style UIWindow, I'm trying to change a background color:
According to the docs I should use the 'color' property, but I tried with 'background-color' and it still didn't work. Also, I tried defining a class and setting 'styleClass' value on the main window, but still no luck:
The framework works fine with other kind views, hence at this point I'm suspecting that this could be a bug.
PS. I'm using version 2.1.3.