~umang/indicator-stickynotes/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
GtkTextView
{
	/*background-image-source: -gtk-gradient(linear,
		left top, right bottom,
		from(#ff0), to(#0ff));*/
	background-color:transparent;
}
GtkTextView:selected
{
	background-color:#FFA500;
	color:#000;
}
GtkWindow
{
	background-image: -gtk-gradient(linear,
		left top, left bottom,
		from(#ff7), to(#fe0));
}
GtkButton
{
	background:transparent;
}