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:
Benjamin Otte
2016-01-18 05:04:12 +01:00
parent b7f32ed451
commit f6757e0c0c
34 changed files with 53 additions and 161 deletions

View File

@ -1,5 +1,5 @@
@import "reset-to-defaults.css";
GtkIconView, image {
iconview, image {
background-color: blue;
}