reftests: Fix background-origin reftest for all themes

We want to @import reset-to-defaults.css here.
This commit is contained in:
Benjamin Otte 2012-02-06 20:42:04 +01:00
parent 33961154b6
commit 40a89fccb5

View File

@ -1,12 +1,4 @@
* {
engine: none;
border-style: none;
border-image: none;
background-image: none;
background-clip: border-box;
background-repeat: no-repeat;
border-radius: 0;
}
@import "reset-to-defaults.css";
GtkWindow {
background-color: rgb(255,255,255);
@ -20,6 +12,7 @@ GtkButton {
background-color: rgb(0,0,255);
background-image: url("green-20x20.png");
background-repeat: no-repeat;
}
#button1 {