All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.theme.TestNamespaces.css Maven / Gradle / Ivy

/* 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