mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
12 lines
214 B
CSS
12 lines
214 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
* {
|
||
|
-gtk-icon-source: url("green-20x20.png");
|
||
|
-gtk-icon-transform: scale(0.5);
|
||
|
icon-shadow: red 1px 1px;
|
||
|
}
|
||
|
|
||
|
#transformed {
|
||
|
-gtk-icon-transform: scale(0.5) rotate(90deg);
|
||
|
}
|