reftests: Fix border-style-none reftest

Unset all CSS; Adwaita was messing up things.
This commit is contained in:
Benjamin Otte 2015-01-20 01:15:04 +01:00
parent 8c534fefca
commit f313a8235b

View File

@ -1,7 +1,6 @@
* {
all: unset;
border-color: red;
border-image: none;
background-image: none;
}
GtkButton {