|
= $camp->from && date('U') <= $camp->to): ?>
diff --git a/Layout/default/Product/Index.php b/Layout/default/Product/Index.php
index 86be922cf..7243c0017 100644
--- a/Layout/default/Product/Index.php
+++ b/Layout/default/Product/Index.php
@@ -62,6 +62,25 @@
+
+
+
+
+
+
+
+
+
+
@@ -84,14 +103,6 @@
-
-
-
-
@@ -164,6 +175,13 @@
diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css
index bf6dba98a..eda01a462 100644
--- a/public/assets/css/thetool.css
+++ b/public/assets/css/thetool.css
@@ -24,6 +24,19 @@
text-align:left;
}
+.table-striped tbody tr.active:nth-of-type(odd) {
+ background-color: #e0f5e0;
+}
+
+.table-striped tbody tr.active:nth-of-type(even) {
+ background-color: #f0fff0;
+}
+
+.table-hover tbody tr.active:hover {
+ color: #212529;
+ background-color: #dbf0db;
+}
+
.btn-primary {
color: #fff;
background-color: #0d6efd;
|