[gtk+/wip/baedert/progressbar: 3/6] testboxcss: Fix custom CSS
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/progressbar: 3/6] testboxcss: Fix custom CSS
- Date: Sun, 23 Apr 2017 06:39:00 +0000 (UTC)
commit c49ebf6b3934798a9e492085d68bd3250fe8c723
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 e984f3a..e04da49 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]