This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new ac1aec3 Warning: This kind of global styles affect the rest of UI
sets so this should not done this way to avoid conflicts. Separate color, sizes
and other visual things in themes
ac1aec3 is described below
commit ac1aec3b3e1b4739088d183b7cc1a8ddc776157a
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Mar 12 15:08:59 2019 +0100
Warning: This kind of global styles affect the rest of UI sets so this
should not done this way to avoid conflicts. Separate color, sizes and other
visual things in themes
---
frameworks/projects/MXRoyale/src/main/resources/defaults.css | 4 ----
1 file changed, 4 deletions(-)
diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index fa07350..0951b82 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -29,11 +29,7 @@
box-sizing: border-box;
}
-* {
- font-family: Verdana;
- font-size: 12px;
-}
global {
IStatesImpl:
ClassReference("org.apache.royale.core.StatesWithTransitionsImpl");