mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
17 lines
397 B
CSS
17 lines
397 B
CSS
GtkWindow {
|
|
engine: none;
|
|
background-image: none;
|
|
background-color: @doesntexist;
|
|
box-shadow: @nonexistant 5 5;
|
|
border-image: -gtk-gradient(linear,
|
|
left top, left bottom,
|
|
from(@notaavailable),
|
|
to(@whatever)) 2;
|
|
}
|
|
|
|
#reference {
|
|
background-color: pink;
|
|
box-shadow: none;
|
|
border-image: none;
|
|
}
|