File: gtk.css

package info (click to toggle)
lxlauncher 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,100 kB
  • ctags: 173
  • sloc: ansic: 2,033; sh: 1,278; makefile: 54; python: 18
file content (26 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
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
GtkViewport {
	background: none;
}

.notebook {
	background: #3675AD;
	font: Sans Bold 11;
}

.notebook > .frame,
.notebook > .vertical {
	background: #B7D6EA;
}

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

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

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