diff --git a/web/templates/admin/list_backup.html b/web/templates/admin/list_backup.html
index fde2f7b22..511d2de5e 100644
--- a/web/templates/admin/list_backup.html
+++ b/web/templates/admin/list_backup.html
@@ -76,7 +76,7 @@
diff --git a/web/templates/admin/list_backup_detail.html b/web/templates/admin/list_backup_detail.html
index 1b776bc1f..8c720667a 100644
--- a/web/templates/admin/list_backup_detail.html
+++ b/web/templates/admin/list_backup_detail.html
@@ -75,7 +75,7 @@
|
|
@@ -112,7 +112,7 @@
|
|
@@ -149,7 +149,7 @@
|
|
@@ -186,7 +186,7 @@
|
|
@@ -223,7 +223,7 @@
|
|
@@ -260,7 +260,7 @@
|
|
diff --git a/web/templates/admin/list_cron.html b/web/templates/admin/list_cron.html
index d3a72f934..31b646dbe 100644
--- a/web/templates/admin/list_cron.html
+++ b/web/templates/admin/list_cron.html
@@ -48,7 +48,7 @@
|
diff --git a/web/templates/admin/list_db.html b/web/templates/admin/list_db.html
index 7b5092cbf..f6f45012c 100644
--- a/web/templates/admin/list_db.html
+++ b/web/templates/admin/list_db.html
@@ -52,7 +52,7 @@
|
diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html
index 7bf6742fe..56cb6417d 100644
--- a/web/templates/admin/list_dns.html
+++ b/web/templates/admin/list_dns.html
@@ -46,7 +46,7 @@
|
diff --git a/web/templates/admin/list_dns_rec.html b/web/templates/admin/list_dns_rec.html
index c416c92ac..40f8c6947 100644
--- a/web/templates/admin/list_dns_rec.html
+++ b/web/templates/admin/list_dns_rec.html
@@ -54,7 +54,7 @@
|
|
diff --git a/web/templates/admin/list_ip.html b/web/templates/admin/list_ip.html
index 9f5bd1aa4..6f3ae392e 100644
--- a/web/templates/admin/list_ip.html
+++ b/web/templates/admin/list_ip.html
@@ -63,7 +63,7 @@
diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html
index 5ba93be0c..f91c63dbf 100644
--- a/web/templates/admin/list_mail.html
+++ b/web/templates/admin/list_mail.html
@@ -49,7 +49,7 @@
|
diff --git a/web/templates/admin/list_mail_acc.html b/web/templates/admin/list_mail_acc.html
index 4dae92d72..7c211c2ff 100644
--- a/web/templates/admin/list_mail_acc.html
+++ b/web/templates/admin/list_mail_acc.html
@@ -56,7 +56,7 @@
|
diff --git a/web/templates/admin/list_packages.html b/web/templates/admin/list_packages.html
index 89d0cfbd8..a4640b94c 100644
--- a/web/templates/admin/list_packages.html
+++ b/web/templates/admin/list_packages.html
@@ -37,7 +37,7 @@
|
|
diff --git a/web/templates/admin/list_services.html b/web/templates/admin/list_services.html
index 99d5dac12..b95b7ba28 100644
--- a/web/templates/admin/list_services.html
+++ b/web/templates/admin/list_services.html
@@ -72,7 +72,7 @@
|
diff --git a/web/templates/admin/list_updates.html b/web/templates/admin/list_updates.html
index 88c51a813..226669e89 100644
--- a/web/templates/admin/list_updates.html
+++ b/web/templates/admin/list_updates.html
@@ -66,7 +66,7 @@
|
diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html
index 1d1bf1dcf..8ba6f6f16 100644
--- a/web/templates/admin/list_user.html
+++ b/web/templates/admin/list_user.html
@@ -60,7 +60,7 @@
diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html
index d3085bc7b..54d9f5a99 100644
--- a/web/templates/admin/list_web.html
+++ b/web/templates/admin/list_web.html
@@ -77,7 +77,7 @@
|
diff --git a/web/templates/header.html b/web/templates/header.html
index 40ba2b149..0029c9fb2 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -10,7 +10,7 @@
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
- background-color: #e9e9e9;
+ background-color: #e5e5e5;
}
form {
@@ -24,7 +24,7 @@
.main {
background-color: #ffffff;
padding: 0 0 18px 0;
- box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
+ box-shadow: 0 2px 4px rgba(100, 100, 100, 0.3);
}
.top {
@@ -497,11 +497,11 @@
.data-controls:hover {
color: #fff;
- background-color: #999;
+ background-color: #f79b44;
}
.data-controls:active {
- background-color: #f79b44;
+ background-color: #999
}
.data-controls img {
@@ -938,5 +938,24 @@
}
}
+
+
diff --git a/web/templates/user/list_cron.html b/web/templates/user/list_cron.html
index 27c88a412..764b5e220 100644
--- a/web/templates/user/list_cron.html
+++ b/web/templates/user/list_cron.html
@@ -44,7 +44,7 @@
|
diff --git a/web/templates/user/list_db.html b/web/templates/user/list_db.html
index 7b4596275..873812e0d 100644
--- a/web/templates/user/list_db.html
+++ b/web/templates/user/list_db.html
@@ -48,7 +48,7 @@
|
diff --git a/web/templates/user/list_dns.html b/web/templates/user/list_dns.html
index 8b6bfa0c4..a0077092d 100644
--- a/web/templates/user/list_dns.html
+++ b/web/templates/user/list_dns.html
@@ -42,7 +42,7 @@
|
diff --git a/web/templates/user/list_dns_rec.html b/web/templates/user/list_dns_rec.html
index 784d58261..d224f4322 100644
--- a/web/templates/user/list_dns_rec.html
+++ b/web/templates/user/list_dns_rec.html
@@ -50,7 +50,7 @@
|
|
diff --git a/web/templates/user/list_mail.html b/web/templates/user/list_mail.html
index 3a743d327..3ed176af5 100644
--- a/web/templates/user/list_mail.html
+++ b/web/templates/user/list_mail.html
@@ -46,7 +46,7 @@
diff --git a/web/templates/user/list_mail_acc.html b/web/templates/user/list_mail_acc.html
index f97a501ef..8548cc0d9 100644
--- a/web/templates/user/list_mail_acc.html
+++ b/web/templates/user/list_mail_acc.html
@@ -53,7 +53,7 @@
|
diff --git a/web/templates/user/list_user.html b/web/templates/user/list_user.html
index dfffeca72..9f7ab5edf 100644
--- a/web/templates/user/list_user.html
+++ b/web/templates/user/list_user.html
@@ -43,7 +43,7 @@
|
diff --git a/web/templates/user/list_web.html b/web/templates/user/list_web.html
index 7c88a67b1..7a8a07365 100644
--- a/web/templates/user/list_web.html
+++ b/web/templates/user/list_web.html
@@ -75,7 +75,7 @@
|
|