mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
f200e8b132
See code comments for how it uses GL commands that should fail with GLES. Related: !6520
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;
|
|
}
|