gtk-demo: Fix the CSS examples

The CSS needs small adjustments after all the CSS node changes.
This commit is contained in:
Matthias Clasen
2015-11-17 19:55:58 -05:00
parent 1266c6d81a
commit 527d6a6f34
4 changed files with 13 additions and 15 deletions

View File

@ -50,7 +50,7 @@
100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, auto }
}
GtkWindow {
window {
background-image: url("resource://css_pixbufs/apple-red.png"),
url("resource://css_pixbufs/gnome-applets.png"),
url("resource://css_pixbufs/gnome-calendar.png"),
@ -66,7 +66,7 @@ GtkWindow {
}
/* Make the text editor has a nice style */
.view, .scrollbar, .pane-separator {
.view, scrollbar, separator {
color: black;
background-color: rgba(255,255,255,0.5);
}