File: gtk.css

package info (click to toggle)
lxlauncher 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: ansic: 2,039; makefile: 50; sh: 24; python: 18
file content (33 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
viewport,
GtkViewport {
	background: none;
}

notebook .top,
.notebook {
	background: #4a82b5;
}

notebook header,
notebook stack,
.notebook > .frame,
.notebook > .vertical {
	background: #B7D6EA;
	font: bold 11pt "Sans Bold";
}

notebook tab label,
.notebook > .horizontal .label {
	color: #B7D6EA;
}

notebook tab:checked label,
.notebook > .horizontal.active-page .label {
	color: #FFFFFF;
}

notebook stack label,
.notebook > .vertical .label,
.button .label {
	color: #3675AD;
}