gtk/tests/reftests/border-image-url.css
2012-02-02 03:14:02 +01:00

17 lines
283 B
CSS

.button-image {
engine: none;
border-image: url("green-20x20.png") 1 stretch;
border-width: 1px 2px 2px 1px;
border-radius: 0;
}
.button-not-image {
border-color: green;
border-style: solid;
border-width: 1px 2px 2px 1px;
border-radius: 0;
border-image: none;
}