-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMMM_ncdeck.css
77 lines (61 loc) · 1.12 KB
/
MMM_ncdeck.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.ncdeck-table {
margin: 0;
padding: 0;
}
.ncdeck-container-header-row {
background-color: #515151;
text-align: center
}
.ncdeck-container-cell {
border: 0px;
border-right: solid 1px;
border-left: solid 1px;
padding: 0px 0px;
border-style: solid;
overflow: hidden;
word-break: normal;
}
.ncdeck-container-content-cell {
vertical-align: top;
}
.ncdeck-card th {
background-color: #313131;
}
.ncdeck-card td {
line-height: 13px;
}
.ncdeck-card {
border: 0px;
padding: 0px 0px;
}
.ncdeck-card {
border-bottom: 1px dashed;
}
.ncdeck-card td {
border: 0px;
padding: 0px 0px;
}
.ncdeck-label .text {}
.ncdeck-label {
background-color: gray;
border-radius: 4px;
display: inline-block;
cursor: pointer;
color: #ffffff;
padding: 0px 4px;
margin: 1px;
text-decoration: none;
line-height: 14px;
}
@media screen and (max-width: 767px) {
.tg {
width: auto !important;
}
.tg col {
width: auto !important;
}
.tg-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}