diff --git a/web/css/styles.min.css b/web/css/styles.min.css
index d6cf8a52..28d8e59a 100644
--- a/web/css/styles.min.css
+++ b/web/css/styles.min.css
@@ -1346,9 +1346,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
}
-.l-unit--outdated {
- background-color: #9B3D35;
- color: #fff;
+.units .l-unit.l-unit--outdated {
+ background-color: #ffcaca;
+ color: #555;
+ border-left: 5px solid #ff6f6f;
+ border-bottom: 1px solid #fff;
}
.l-unit--suspended .l-unit__name,
@@ -1358,6 +1360,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
color: #c0c0c0;
}
+.l-unit--outdated .l-unit__name {
+ color: #333;
+}
+.l-unit--outdated b {
+ color: #555;
+}
+
.l-unit--suspended .l-percent {
border-color: #fff;
}
@@ -1381,7 +1390,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
.l-unit--outdated.selected {
background: #765D5D !important;
- color: #FEF482 !important;
+ color: #333 !important;
}
@@ -1394,7 +1403,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
.l-unit--suspended.selected .l-percent__fill,
.l-unit--suspended.selected .l-unit__name,
.l-unit--suspended.selected .l-unit__name span {
- color: #b2ac87 !important;
+ color: #333 !important;
}
.l-unit.selected .l-percent {
@@ -1484,7 +1493,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
}
.l-unit.l-unit--outdated .l-unit__date {
- color: #fff7ae;
+ color: #d24c4c;
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
diff --git a/web/templates/admin/list_cron.html b/web/templates/admin/list_cron.html
index 1acd3fb4..4bea20c0 100644
--- a/web/templates/admin/list_cron.html
+++ b/web/templates/admin/list_cron.html
@@ -19,7 +19,7 @@
}
?>
-
+ |
|
-
- =__('sort by');?>: =__('Date')?>
- |
-
+ |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_db.html b/web/templates/admin/list_db.html
index bf350009..cdcac786 100644
--- a/web/templates/admin/list_db.html
+++ b/web/templates/admin/list_db.html
@@ -52,9 +52,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html
index 74e6b791..5ce29219 100644
--- a/web/templates/admin/list_dns.html
+++ b/web/templates/admin/list_dns.html
@@ -23,9 +23,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_firewall.html b/web/templates/admin/list_firewall.html
index 06bbe68c..889de6a2 100644
--- a/web/templates/admin/list_firewall.html
+++ b/web/templates/admin/list_firewall.html
@@ -28,9 +28,6 @@
-
- =__('sort by');?>: =__('Action')?>
- |
|
+
+ =__('sort by');?>: =__('Action')?>
+ |
diff --git a/web/templates/admin/list_ip.html b/web/templates/admin/list_ip.html
index 18675c3d..7da9fa2c 100644
--- a/web/templates/admin/list_ip.html
+++ b/web/templates/admin/list_ip.html
@@ -24,9 +24,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html
index 47aea6fe..02536441 100644
--- a/web/templates/admin/list_mail.html
+++ b/web/templates/admin/list_mail.html
@@ -30,9 +30,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_mail_acc.html b/web/templates/admin/list_mail_acc.html
index 0d33639f..5433d732 100644
--- a/web/templates/admin/list_mail_acc.html
+++ b/web/templates/admin/list_mail_acc.html
@@ -29,9 +29,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_packages.html b/web/templates/admin/list_packages.html
index 27442da7..65a09e4b 100644
--- a/web/templates/admin/list_packages.html
+++ b/web/templates/admin/list_packages.html
@@ -20,9 +20,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html
index d665108d..b3b627e7 100644
--- a/web/templates/admin/list_user.html
+++ b/web/templates/admin/list_user.html
@@ -28,9 +28,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html
index 3c9fe378..f802dce2 100644
--- a/web/templates/admin/list_web.html
+++ b/web/templates/admin/list_web.html
@@ -23,9 +23,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_cron.html b/web/templates/user/list_cron.html
index 3736fad2..796eda31 100644
--- a/web/templates/user/list_cron.html
+++ b/web/templates/user/list_cron.html
@@ -30,10 +30,7 @@
-
- =__('sort by');?>: =__('Date')?>
- |
-
+ |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_db.html b/web/templates/user/list_db.html
index c6b00a31..63972dba 100644
--- a/web/templates/user/list_db.html
+++ b/web/templates/user/list_db.html
@@ -53,9 +53,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_dns.html b/web/templates/user/list_dns.html
index fd3d479b..f8b52125 100644
--- a/web/templates/user/list_dns.html
+++ b/web/templates/user/list_dns.html
@@ -23,9 +23,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_mail.html b/web/templates/user/list_mail.html
index 232c1925..9c5ce842 100644
--- a/web/templates/user/list_mail.html
+++ b/web/templates/user/list_mail.html
@@ -30,9 +30,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_mail_acc.html b/web/templates/user/list_mail_acc.html
index 37b82bc1..fd5fd925 100644
--- a/web/templates/user/list_mail_acc.html
+++ b/web/templates/user/list_mail_acc.html
@@ -29,9 +29,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_user.html b/web/templates/user/list_user.html
index e30b419c..d10666dc 100644
--- a/web/templates/user/list_user.html
+++ b/web/templates/user/list_user.html
@@ -28,9 +28,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |
diff --git a/web/templates/user/list_web.html b/web/templates/user/list_web.html
index af79aede..ce4e7de6 100644
--- a/web/templates/user/list_web.html
+++ b/web/templates/user/list_web.html
@@ -23,9 +23,6 @@
-
- =__('sort by');?>: =__('Date')?>
- |
|
+
+ =__('sort by');?>: =__('Date')?>
+ |