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 2f69bd6  Revert "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"
2f69bd6 is described below

commit 2f69bd6edfe0a782c30f628795913cba5f515720
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Mar 12 19:12:52 2019 +0100

    Revert "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"
    
    This reverts commit ac1aec3b3e1b4739088d183b7cc1a8ddc776157a.
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 0951b82..fa07350 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -29,7 +29,11 @@
        box-sizing: border-box;
 }
 
+* {
+       font-family:    Verdana;
+       font-size:              12px;
 
+}
 
 global {
     IStatesImpl:            
ClassReference("org.apache.royale.core.StatesWithTransitionsImpl");

Reply via email to