gtk2/tests/reftests/unresolvable.css

17 lines
404 B
CSS
Raw Normal View History

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: transparent;
box-shadow: none;
border-image: none;
}