gtk/tests/reftests/border-style.css
2012-01-09 18:37:59 +01:00

28 lines
415 B
CSS

@import url("reset-to-defaults.css");
GtkButton {
background-color: red;
border-color: green;
border-width: 1;
}
.button-top-left {
border-style: solid none none solid;
}
.button-top-right {
border-style: solid solid none none;
}
.button-bottom-left {
border-style: none none solid solid;
}
.button-bottom-right {
border-style: none solid solid none;
}
.button-border {
border-style: solid;
}