-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor-task.css
151 lines (121 loc) · 5 KB
/
color-task.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
.autoscroll {
overflow: visible;
}
table.list.time-entries tbody tr td:last-child, table.list.issues tbody tr td:last-child {
position: relative;
}
table.list.time-entries tbody tr td:last-child:before, table.list.issues tbody tr td:last-child:before {
position: absolute;
display: block;
content: '';
right: -10px;
top: 0;
width: 10px;
height: 100%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background: none;
}
table.list.time-entries tbody tr.status-6 td:last-child:before, table.list.issues tbody tr.status-6 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#4d4d4d), to(#343434));
background: linear-gradient(to left, #4d4d4d 0%, #343434 100%);
}
table.list.time-entries tbody tr.status-5 td:last-child:before, table.list.issues tbody tr.status-5 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#4d4d4d), to(#343434));
background: linear-gradient(to left, #4d4d4d 0%, #343434 100%);
}
table.list.time-entries tbody tr.status-4 td:last-child:before, table.list.issues tbody tr.status-4 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#f6b5b5), to(#f08888));
background: linear-gradient(to left, #f6b5b5 0%, #f08888 100%);
}
table.list.time-entries tbody tr.status-3 td:last-child:before, table.list.issues tbody tr.status-3 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#caeda8), to(#b0e47e));
background: linear-gradient(to left, #caeda8 0%, #b0e47e 100%);
}
table.list.time-entries tbody tr.status-2 td:last-child:before, table.list.issues tbody tr.status-2 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#cbd6fd), to(#9aaffb));
background: linear-gradient(to left, #cbd6fd 0%, #9aaffb 100%);
}
table.list.time-entries tbody tr.status-1 td:last-child:before, table.list.issues tbody tr.status-1 td:last-child:before {
background: -webkit-gradient(linear, right top, left top, from(#f6b5b5), to(#f08888));
background: linear-gradient(to left, #f6b5b5 0%, #f08888 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a, table.list.issues tbody tr.time-entry td.subject a {
background: white;
color: #1b1b1b;
border: 1px solid #838383;
border-radius: 5px;
height: 100%;
padding: 0 15px;
display: inline-block;
}
table.list.time-entries tbody tr.time-entry td.subject a.status-1, table.list.issues tbody tr.time-entry td.subject a.status-1 {
background: -webkit-gradient(linear, left bottom, left top, from(#f6b5b5), to(#f08888));
background: linear-gradient(to top, #f6b5b5 0%, #f08888 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a.status-2, table.list.issues tbody tr.time-entry td.subject a.status-2 {
background: -webkit-gradient(linear, left bottom, left top, from(#cbd6fd), to(#9aaffb));
background: linear-gradient(to top, #cbd6fd 0%, #9aaffb 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a.status-3, table.list.issues tbody tr.time-entry td.subject a.status-3 {
background: -webkit-gradient(linear, left bottom, left top, from(#caeda8), to(#b0e47e));
background: linear-gradient(to top, #caeda8 0%, #b0e47e 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a.status-4, table.list.issues tbody tr.time-entry td.subject a.status-4 {
background: -webkit-gradient(linear, left bottom, left top, from(#f6b5b5), to(#f08888));
background: linear-gradient(to top, #f6b5b5 0%, #f08888 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a.status-5, table.list.issues tbody tr.time-entry td.subject a.status-5 {
background: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#343434));
background: linear-gradient(to top, #4d4d4d 0%, #343434 100%);
}
table.list.time-entries tbody tr.time-entry td.subject a.status-6, table.list.issues tbody tr.time-entry td.subject a.status-6 {
background: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#343434));
background: linear-gradient(to top, #4d4d4d 0%, #343434 100%);
}
tr.priority-1 td {
border: 1px solid #e3e3e3 !important;
}
tr.priority-1.odd {
background: rgba(222, 222, 222, 0.6);
}
tr.priority-1.even {
background: rgba(214, 214, 214, 0.6);
}
tr.priority-2 td {
border: 1px solid white !important;
}
tr.priority-2.odd {
background: rgba(255, 255, 255, 0.6);
}
tr.priority-2.even {
background: rgba(250, 250, 250, 0.6);
}
tr.priority-3 td {
border: 1px solid #fffed1 !important;
}
tr.priority-3.odd {
background: rgba(255, 254, 198, 0.6);
}
tr.priority-3.even {
background: rgba(255, 254, 183, 0.6);
}
tr.priority-4 td {
border: 1px solid #ffe0bc !important;
}
tr.priority-4.odd {
background: rgba(255, 219, 177, 0.6);
}
tr.priority-4.even {
background: rgba(255, 212, 162, 0.6);
}
tr.priority-5 td {
border: 1px solid #f9cccc !important;
}
tr.priority-5.odd {
background: rgba(248, 195, 195, 0.6);
}
tr.priority-5.even {
background: rgba(246, 181, 181, 0.6);
}
/*# sourceMappingURL=color-task.css.map */