
resources.theme.TestNamespaces.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.rap.rwt.testfixture
Show all versions of org.eclipse.rap.rwt.testfixture
The RAP Widget Toolkit Testfixture
The newest version!
/* CSS file for namespace tests */
@namespace "org.eclipse.swt.widgets";
@namespace my "my";
Label {
color: blue;
}
my|Label {
color: green;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy