diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js
index a01c4228..49083dd1 100644
--- a/scripts/pi-hole/js/footer.js
+++ b/scripts/pi-hole/js/footer.js
@@ -49,15 +49,15 @@ function countDown() {
//Stop and remove timer when user enabled early
if ($("#pihole-enable").is(":hidden")) {
- ena.text("Enable");
+ ena.text("Enable Blocking");
return;
}
if (seconds > 0) {
setTimeout(countDown, 1000);
- ena.text("Enable (" + secondsTimeSpanToHMS(seconds) + ")");
+ ena.text("Enable Blocking (" + secondsTimeSpanToHMS(seconds) + ")");
} else {
- ena.text("Enable");
+ ena.text("Enable Blocking");
piholeChanged("enabled");
if (localStorage) {
localStorage.removeItem("countDownTarget");
diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php
index 8c11d82c..55ef4d3b 100644
--- a/scripts/pi-hole/php/header.php
+++ b/scripts/pi-hole/php/header.php
@@ -404,23 +404,46 @@ if($auth) {
}
?>
+
- active">
-
- Group Management
-
-
-
-
-
+ class="active">
+
+ Groups
+
-
+ class="active">
+
+ Clients
+
+
+ class="active">
+
+ Domains
+
+
+ class="active">
+
+ Adlists
+
+
+
+
hidden>
- Disable
+ Disable Blocking
@@ -514,11 +529,33 @@ if($auth) {
hidden>
- Enable
+ Enable Blocking
+
+ active">
+
+ Local DNS
+
+
+
+
+
+
+
active">
@@ -606,60 +643,26 @@ if($auth) {
Settings
-
- active">
-
- Local DNS
-
-
-
-
-
-
-
- 0) { ?>
-
-
- Logout
-
-
-
-
- 0 && !$auth) { ?>
- class="active">
-
- Login
-
-
-
-
-
-
- Donate
-
-
+
Documentation
+
+
+
+ Pi-hole Forum
+
+
+
+
+
+ Donate
+
+
diff --git a/style/themes/default-dark.css b/style/themes/default-dark.css
index 252cfc8b..dbc311f1 100644
--- a/style/themes/default-dark.css
+++ b/style/themes/default-dark.css
@@ -92,7 +92,7 @@ h4 {
color: #fff;
}
.sidebar-menu > li.header {
- color: #556068;
+ color: rgb(173, 166, 156);
background-color: #1e2225;
}
.sidebar-menu > li > a {
diff --git a/style/themes/default-light.css b/style/themes/default-light.css
index 5ba436c4..fce21d40 100644
--- a/style/themes/default-light.css
+++ b/style/themes/default-light.css
@@ -64,7 +64,7 @@
color: #fff;
}
.sidebar-menu > li.header {
- color: #4b646f;
+ color: rgb(173, 166, 156);
background-color: #1a2226;
}
.sidebar-menu > li > a {