forked from AuroraMiddleware/gtk
reftests: Fix background-origin reftest for all themes
We want to @import reset-to-defaults.css here.
This commit is contained in:
parent
33961154b6
commit
40a89fccb5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user