mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
0eb62c1629
The reftest broke when font size lead to labels > 16px.
17 lines
346 B
CSS
17 lines
346 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;
|
|
}
|
|
|
|
GtkImage {
|
|
background: lime;
|
|
}
|