summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-10-24 15:26:31 -0700
committerMatthias Clasen <mclasen@redhat.com>2014-10-27 06:56:19 -0400
commit96a3b2373669d07fd03f1cce0dbcf38dad1a3a02 (patch)
tree9c169f0e7d2eeb1108058e9ddffe321a6a124d88 /tests
parent631e2f4c9bc127bc631b75864b6f62516a88b23b (diff)
downloadgtk+-96a3b2373669d07fd03f1cce0dbcf38dad1a3a02.tar.gz
testlevelbar: fix CSS to be aligned with documentation
https://bugzilla.gnome.org/show_bug.cgi?id=707695
Diffstat (limited to 'tests')
-rw-r--r--tests/testlevelbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlevelbar.c b/tests/testlevelbar.c
index 41dce8bedf..30d104238c 100644
--- a/tests/testlevelbar.c
+++ b/tests/testlevelbar.c
@@ -21,7 +21,7 @@ add_custom_css (void)
{
GtkCssProvider *provider;
const gchar data[] =
- ".level-bar.fill-block.empty-fill-block.level-my-offset {"
+ ".level-bar.fill-block.empty-fill-block {"
" background-color: transparent;"
" background-image: none;"
" border-color: alpha(@theme_fg_color, 0.1);"