gtk2/tests/reftests/border-image-excess-size.css
2012-02-02 03:14:02 +01:00

17 lines
280 B
CSS

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