gtk/tests/reftests/border-image-excess-size.css
Benjamin Otte 15570dd63d reftests: Turns out, green changed color
What used to be "green" is now "lime"
2012-11-14 01:55:28 +01:00

17 lines
279 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: lime;
border-style: none;
border-width: 0;
}