gtk-demo: Use explicit resource:// urls in CSS

... because we load the data from a GtkTreeView::changed callback, the
relative directory is cwd. And we want the resources...
This commit is contained in:
Benjamin Otte
2012-10-01 15:51:58 +02:00
parent ec829be39f
commit f1bae7f1ff
5 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
@import url("reset.css");
@import url("resource:///reset.css");
* {
transition-property: color, background-color, border-color, background-image, padding, border-width;
@ -49,4 +49,4 @@ GtkWindow {
.button:hover:active,
.button:active {
background-color: #993401;
}
}