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

19 lines
229 B
CSS
Raw Normal View History

* {
all: unset;
border-color: red;
}
button {
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;
}