reftests: Fix up for easy CSS changes
This is mostly search and replace ala GtkButton => button GtkWindow => window .button => button or removing style properties that aren't used anymore like -GtkButton-default-border: 0
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
@import "reset-to-defaults.css";
|
||||
|
||||
.button {
|
||||
button {
|
||||
background-image: url("green-20x20.png");
|
||||
background-repeat: no-repeat;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.button#ref {
|
||||
button#ref {
|
||||
background-image: none;
|
||||
background-color: lime;
|
||||
}
|
||||
|
||||
GtkWindow#ref {
|
||||
window#ref {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user