mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
339cb1fe6b
Multiple reftests were damaged by the element name transition. Repair them. The region reftests are no longer needed, since we no longer do regions.
17 lines
343 B
CSS
17 lines
343 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
-gtk-icon-source: url("green-20x20.png");
|
|
-GtkCheckButton-indicator-size: 16;
|
|
-GtkCheckButton-indicator-spacing: 0;
|
|
-GtkArrow-arrow-scaling: 1.0;
|
|
/*666666666666666666667;*/
|
|
-GtkExpander-expander-spacing: 0;
|
|
-GtkExpander-expander-size: 16;
|
|
font-size: 20px;
|
|
}
|
|
|
|
image {
|
|
background: lime;
|
|
}
|