aboutsummaryrefslogtreecommitdiff
path: root/wofi.css
blob: fe79f20c8342a85c89d5f135c4d89e12881ec105 (plain) (blame)
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
#window {
	background-color: #111;
}

#input {
	color: #d8d8d8;
	background-color: #333;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#entry, #text {
	color: #3dd;
}

#entry:nth-child(2n), #text:nth-child(2n) {
	background-color: #333;
}

#entry:selected, #text:selected {
	color: inherit;
	background-color: #3dd;
	border: 1px solid transparent;
	outline: none;
}