-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMMM-Dreambox.css
More file actions
54 lines (49 loc) · 754 Bytes
/
MMM-Dreambox.css
File metadata and controls
54 lines (49 loc) · 754 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
.float {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
float: left;
}
.MMM-Dreambox {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
.db {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
div.selected {
background: grey;
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
.inactive {
color: grey;
font-style: italic;
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
clear: both;
}
.play:before {
content: "\f04b";
margin-left: 5px;
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900; /*900 is needed since fontawesome 5*/
}