[gtk+/wip/baedert/progressbar: 12/18] testboxcss: Fix custom CSS



commit 27fd28f9dfdcdace7303fa9446cb5a20a969bc78
Author: Timm Bäder <mail baedert org>
Date:   Sat Apr 22 12:16:03 2017 +0200

    testboxcss: Fix custom CSS
    
    remove engine: parameter and add units to values

 tests/testboxcss.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/tests/testboxcss.c b/tests/testboxcss.c
index 0a16a96..3926d5b 100644
--- a/tests/testboxcss.c
+++ b/tests/testboxcss.c
@@ -23,11 +23,10 @@
 
 #define DEFAULT_CSS \
   ".play {\n" \
-  "  engine: none;\n" \
   "  background-image: none;\n" \
   "  background-color: red;\n" \
   "  border-color: black;\n" \
-  "  border-radius: 0;\n" \
+  "  border-radius: 0px;\n" \
   "}\n" \
   "\n" \
   ".play:nth-child(even) {\n" \
@@ -36,11 +35,11 @@
   "}\n" \
   "\n" \
   ".play:nth-child(first) {\n" \
-  "  border-radius: 5 0 0 5;\n" \
+  "  border-radius: 5px 0px 0px 5px;\n" \
   "}\n" \
   "\n" \
   ".play:nth-child(last) {\n" \
-  "  border-radius: 0 5 5 0;\n" \
+  "  border-radius: 0px 5px 5px 0px;\n" \
   "}\n" \
   "\n"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]