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 ad61184 restore DataBinding grayscale settings in css
ad61184 is described below
commit ad61184de72012df2a39963eab412a38f845e687
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Apr 8 12:07:53 2018 +0200
restore DataBinding grayscale settings in css
---
frameworks/projects/Flat/src/main/resources/defaults.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Flat/src/main/resources/defaults.css
b/frameworks/projects/Flat/src/main/resources/defaults.css
index c780960..4fcb226 100644
--- a/frameworks/projects/Flat/src/main/resources/defaults.css
+++ b/frameworks/projects/Flat/src/main/resources/defaults.css
@@ -119,7 +119,7 @@ ButtonBarButtonItemRenderer
speak: none;
-webkit-font-smoothing: antialiased;
- /* -moz-osx-font-smoothing: grayscale; */
+ -moz-osx-font-smoothing: grayscale;
font-size: 20px;
line-height: 20px;
@@ -398,7 +398,7 @@ PanelWithControlBar
speak: none;
-webkit-font-smoothing: antialiased;
- /* -moz-osx-font-smoothing: grayscale; */
+ -moz-osx-font-smoothing: grayscale;
font-size: 20px;
line-height: 20px;
--
To stop receiving notification emails like this one, please contact
[email protected].