diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php index db6519ae..c8b4ea14 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -423,19 +423,19 @@ if($auth) { class="active"> - Dashboard + Dashboard class="active"> - Query Log + Query Log
  • active"> - Long-term data + Long-term data @@ -443,17 +443,17 @@ if($auth) { @@ -461,19 +461,19 @@ if($auth) { class="active"> - Whitelist + Whitelist
  • class="active"> - Blacklist + Blacklist
  • active"> - Group Management + Group Management @@ -481,22 +481,22 @@ if($auth) { @@ -507,40 +507,40 @@ if($auth) { - Disable    + Disable    - +
  • hidden> - + Enable    @@ -549,7 +549,7 @@ if($auth) {
  • active"> - Tools + Tools @@ -558,49 +558,49 @@ if($auth) { class="active"> - Pi-hole diagnosis + Pi-hole diagnosis
  • class="active"> - Update Gravity + Update Gravity class="active"> - Query Lists + Query Lists class="active"> - Audit log + Audit log class="active"> - Tail pihole.log + Tail pihole.log class="active"> - Tail pihole-FTL.log + Tail pihole-FTL.log class="active"> - Generate debug log + Generate debug log class="active"> - Network + Network @@ -608,13 +608,13 @@ if($auth) { class="active"> - Settings + Settings
  • active"> - Local DNS + Local DNS @@ -622,12 +622,12 @@ if($auth) { @@ -638,7 +638,7 @@ if($auth) { if(strlen($pwhash) > 0) { ?>
  • - Logout + Logout
  • @@ -649,20 +649,20 @@ if($auth) { if(strlen($pwhash) > 0 && !$auth) { ?> class="active"> - Login + Login
  • - Donate + Donate
  • - Documentation + Documentation
  • diff --git a/style/pi-hole.css b/style/pi-hole.css index 838e9f62..97ddd594 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -473,3 +473,7 @@ td.details-control { box-shadow: 0 0 2px -1px #bbb; border-radius: 6px; } + +.menu-icon { + margin-right: 0.5em; +}