This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/themes
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/themes by this push:
     new 7b1ff9f  fix vivid css to point to button instead of textbutton
7b1ff9f is described below

commit 7b1ff9f9f85d1eb32a59d32ef090c9e6a2f2f2f6
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 8 19:02:02 2018 +0100

    fix vivid css to point to button instead of textbutton
---
 frameworks/projects/Vivid/src/main/resources/defaults.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/projects/Vivid/src/main/resources/defaults.css 
b/frameworks/projects/Vivid/src/main/resources/defaults.css
index 8abcb8c..6a4624a 100644
--- a/frameworks/projects/Vivid/src/main/resources/defaults.css
+++ b/frameworks/projects/Vivid/src/main/resources/defaults.css
@@ -24,7 +24,7 @@
 * Vivid TextButton
 */
 
-TextButton {
+Button {
        /* Background: */
        background: #D8D8D8;
        border: 1px solid #979797;
@@ -36,14 +36,14 @@ TextButton {
        color: #646D7A;
 }
 
-TextButton:hover {
+Button:hover {
     background-color: #CFCFCF;
     vertical-align: middle;
     border: none;
     border-radius: 6px;
 }
 
-TextButton:active {
+Button:active {
     background-color: #77CEFF;
     color: #FFFFFF;
 }
@@ -52,7 +52,7 @@ TextButton:active {
 * Vivid TextInput
 */
 
-TextInput {
+/*TextInput {
     padding: 5px;
     border: solid 1px #666666;
     border-radius: 6px;
@@ -62,4 +62,4 @@ TextInput {
 TextInput:hover {
     padding: 5px;
     background-color: #DFDFDF;
-}
+}*/

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to