mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
8219a6b226
GtkArrow is deprecated, and the recommended replacement is GtkImage.
14 lines
188 B
CSS
14 lines
188 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
color: lime;
|
|
-gtk-icon-source: url("green-20x20.png");
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
image {
|
|
background: lime;
|
|
}
|