gtk/testsuite/reftests/border-style-none.css

20 lines
266 B
CSS
Raw Normal View History

* {
border-color: red;
border-image: none;
background-image: none;
}
GtkButton {
background-color: purple;
border-style: none;
2012-01-17 16:09:30 +00:00
border-width: 5px;
border-radius: 15px;
}
#reference {
border-style: solid;
border-width: 0;
2012-01-17 16:09:30 +00:00
border-radius: 15px;
}