This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch feature/jewel-ui-set in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 419c582c78fc3f594c6281fcde249f333603e531 Author: Carlos Rovira <[email protected]> AuthorDate: Thu Mar 15 18:40:53 2018 +0100 update css --- frameworks/themes/JewelTheme/src/main/resources/defaults.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css b/frameworks/themes/JewelTheme/src/main/resources/defaults.css index 423dc09..714ec69 100644 --- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css +++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css @@ -65,7 +65,7 @@ .jewel.button.primary { background-color: #dedede; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.button.primary:hover { background-color: #ededed; @@ -85,7 +85,7 @@ .jewel.button.secondary { background-color: #011833; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.button.secondary:hover { background-color: #022651; @@ -105,7 +105,7 @@ .jewel.button.emphasized { background-color: #1FD348; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.button.emphasized:hover { background-color: #30e158; @@ -160,7 +160,7 @@ .jewel.textbutton.primary { background-color: #dedede; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.textbutton.primary:hover { background-color: #ededed; @@ -180,7 +180,7 @@ .jewel.textbutton.secondary { background-color: #011833; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.textbutton.secondary:hover { background-color: #022651; @@ -200,7 +200,7 @@ .jewel.textbutton.emphasized { background-color: #1FD348; transition-duration: 0.4s; - color: black; + color: #000000; } .jewel.textbutton.emphasized:hover { background-color: #30e158; -- To stop receiving notification emails like this one, please contact [email protected].
