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

commit f8cd63f32a8701604d7e7624265749e3bbf90bb6
Author: Carlos Rovira <carlosrov...@apache.org>
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
carlosrov...@apache.org.

Reply via email to