-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstylesheet.css
More file actions
57 lines (45 loc) · 734 Bytes
/
stylesheet.css
File metadata and controls
57 lines (45 loc) · 734 Bytes
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
48
49
50
51
52
53
54
55
56
57
.icon-disabled {
color: rgba(255, 255, 255, 0.3);
}
.reset-button {
min-width: 50px;
}
.stat-name {
min-width: 160px;
}
.stat-value {
text-align: right;
min-width: 100px;
}
.ver-value {
color: #b4b4b4;
}
.menu-item {
margin: 7px 10px;
}
.menu-item.pihole-line {
height: 1px;
background-color: #525252;
}
.phi-button {
background-color: #3584e4;
border-radius: 10px;
font-weight: bold;
padding: 7px;
}
.phi-button:hover {
background-color: #458ce2;
}
.phi-button.disabled {
background-color: #e6e6e6;
color: black;
}
.phi-button.disabled:hover {
background-color: #eeeeee;
}
.phi-button.settings {
background-color: #474747;
}
.phi-button.settings:hover {
background-color: #575757;
}