summaryrefslogtreecommitdiff
path: root/common/home/programs/wofi/style.css
blob: 7e38346a683dc97d94c234f42ef266ea56e73dad (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
* {
	font-family: "SauceCodePro NF";
}

window {
	background: transparent;
	color: #ebdbb2;
}

#outer-box {
	border-radius: 10px;
	background: transparent;
}

entry#input {
	background: #1d2021;
	border: 2px solid #b16286;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
}
#scroll {
	border-radius: 10px;
	border: 2px solid #3c3836;
	background: #1d2021;
}

#entry {
	border: none;
	background: transparent;
}

.entry {
	border-radius: 5px;
	border: none;
	padding: 8px;
	margin: 2px;
}

.entry#selected {
	border: none;
	background: #b16286;
}

.entry#selected label {
	background: #b16286;
}