summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/css_pixbufs.css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-10-01 16:06:33 +0200
committerBenjamin Otte <otte@redhat.com>2012-10-01 16:06:33 +0200
commit9a88a47d33b6e9c14b58bab4599b0aaab20a0a63 (patch)
tree262d0f80919f19395c950f46150debe7641b5941 /demos/gtk-demo/css_pixbufs.css
parentf1bae7f1ff639057dc9d37faae08f8803cc584b6 (diff)
downloadgtk+-9a88a47d33b6e9c14b58bab4599b0aaab20a0a63.tar.gz
gtk-demo: Beautify a demo
Use auto for the background size instead of 100% to avoid uglyfying the background byt blurring it when the window gets larger.
Diffstat (limited to 'demos/gtk-demo/css_pixbufs.css')
-rw-r--r--demos/gtk-demo/css_pixbufs.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/gtk-demo/css_pixbufs.css b/demos/gtk-demo/css_pixbufs.css
index 793e2b6831..8eb21d664f 100644
--- a/demos/gtk-demo/css_pixbufs.css
+++ b/demos/gtk-demo/css_pixbufs.css
@@ -46,8 +46,8 @@
}
@keyframes size-the-image {
- 0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, 100% }
- 100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, 100% }
+ 0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, auto }
+ 100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, auto }
}
GtkWindow {