The remaining difference here is GtkArrow, which is deprecated and has not been updated to the latest CSS rendering standards.
13 lines
173 B
CSS
13 lines
173 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
-gtk-icon-source: url("green-20x20.png");
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
image {
|
|
background: lime;
|
|
}
|