You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/03/15 17:40:56 UTC

[royale-asjs] branch feature/jewel-ui-set updated: update css

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


The following commit(s) were added to refs/heads/feature/jewel-ui-set by this push:
     new 6b0b2d4  update css
6b0b2d4 is described below

commit 6b0b2d484d00b1e64e13539faa4494abca0edb81
Author: Carlos Rovira <ca...@apache.org>
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
carlosrovira@apache.org.