blob: 7cf57eb8fc8c2a8940c3161b0392eb4a6a1ab57b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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: transparent;
box-shadow: none;
border-image: none;
}
|