-
Notifications
You must be signed in to change notification settings - Fork 58
/
MMM-Todoist.css
96 lines (83 loc) · 1.4 KB
/
MMM-Todoist.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.priority {
width: 3px;
border-right: 3px;
}
.priority1 {
background-color: #D1453B;
}
.priority2 {
background-color: #EB8909;
}
.priority3 {
background-color: #246FE0;
}
.alignLeft {
text-align: left;
}
.spacerCell {
width: 3px;
}
.overdue {
text-decoration: underline #ac0000;
}
.today {
text-decoration: underline #03a05c;
}
.tomorrow {
text-decoration: underline #166cec;
}
.projectcolor {
padding: 0 !important;
margin-right: 4px !important;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 12px;
vertical-align: top;
margin-top: 3px;
}
/* .dueDate {
min-width: 100px;
} */
.todoAvatarImg {
border-radius: 50%;
/* filter: grayscale(100%); */
height: 27px;
display: block;
margin-left: 10px;
margin-right: auto;
}
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
/* border: 1px solid #999999; */
display: table-cell;
/* padding: 3px 10px; */
vertical-align: middle;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
.todoTextCell {
width: 400px;
overflow: hidden;
}