gtk/testsuite/reftests/border-style-none.css
Benjamin Otte f313a8235b reftests: Fix border-style-none reftest
Unset all CSS; Adwaita was messing up things.
2015-01-20 01:15:04 +01:00

19 lines
232 B
CSS

* {
all: unset;
border-color: red;
}
GtkButton {
background-color: purple;
border-style: none;
border-width: 5px;
border-radius: 15px;
}
#reference {
border-style: solid;
border-width: 0;
border-radius: 15px;
}