mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
7 lines
144 B
CSS
7 lines
144 B
CSS
|
.orange {
|
||
|
/* The color of the mipmap'ed image */
|
||
|
background-color: #ff7000;
|
||
|
/* So the error label doesn't show */
|
||
|
color: transparent;
|
||
|
}
|