gtk2/tests/reftests/unresolvable.css
2011-06-11 10:41:17 +02:00

17 lines
397 B
CSS

GtkWindow {
engine: none;
background-image: none;
background-color: @doesntexist;
box-shadow: @nonexistant 5 5;
border-image: -gtk-gradient(linear,
left top, left bottom,
from(@notaavailable),
to(@whatever)) 2;
}
#reference {
background-color: pink;
box-shadow: none;
border-image: none;
}