diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html
index 2b544a9..f3dc301 100644
--- a/templates/auto_pt/downloading.html
+++ b/templates/auto_pt/downloading.html
@@ -14,6 +14,15 @@
background-color: #e76b11 !important;
color: #fff;
}
+ .vxe-table--body tr.row--checked > td {
+ background-color: rgb(86, 105, 219) !important;
+ color: #fff;
+ }
+
+ .col--current {
+ background-color: #e76b11 !important;
+ color: #fff;
+ }
.vxe-table--body tr > td {
cursor: pointer;
@@ -34,6 +43,41 @@
background-color: #df9942 !important;
}
+ .table-footer .col-blue {
+ background-color: rgba(32, 63, 218, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-red {
+ background-color: rgba(255, 22, 1, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-orange {
+ background-color: rgba(241, 114, 46, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-green {
+ background-color: rgba(29, 119, 8, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-yellow {
+ background-color: rgba(231, 211, 108, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-blueviolet {
+ background-color: rgba(155, 62, 229, 0.8);
+ color: #fff;
+ }
+
+ .table-footer .col-greenyellow {
+ background-color: rgba(12, 238, 62, 0.8);
+ color: #fff;
+ }
+
.my-menus {
background-color: #F8F8F9;
}
@@ -194,6 +238,7 @@