gtk/tests/reftests/border-image-url.css

16 lines
262 B
CSS
Raw Normal View History

@import "reset-to-defaults.css";
.button-image {
border-image: url("green-20x20.png") 1 stretch;
border-style: groove;
2012-01-17 16:09:30 +00:00
border-width: 1px 2px 2px 1px;
}
.button-not-image {
border-color: lime;
border-style: solid;
2012-01-17 16:09:30 +00:00
border-width: 1px 2px 2px 1px;
}