Add cancel

This commit is contained in:
2017-01-26 08:36:54 -05:00
parent 295b40bed8
commit 4338b4fee5
30 changed files with 333 additions and 62 deletions
+17
View File
@@ -112,6 +112,7 @@ a.banner-link:hover {
content:"\e023";
}
}
&.status-complete {
color: #337ab7;
&:after {
@@ -137,6 +138,22 @@ a.banner-link:hover {
&.status-finishing:after {
content:"\e027";
}
&.status-cancelpending,&.status-cancelling {
color: #f0ad4e;
}
&.status-cancelled {
color: #ec971f;
}
&.status-cancelpending:after {
content:"\e090";
}
&.status-cancelling:after {
content:"\e090";
}
&.status-cancelled:after {
content:"\e090";
}
}
#chart {