Files
gtk3/tests/reftests/border-image-excess-size.css
2011-06-09 05:51:55 +02:00

17 lines
278 B
CSS

* {
engine: none;
border-image: url("green-20x20.png") 5000;
background-image: none;
background-color: #000;
border-style: solid;
border-width: 1;
padding: 0;
border-radius: 0;
}
GtkGrid * {
background-color: green;
border-style: none;
border-width: 0;
}