diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/footer.php | 2 | ||||
| -rw-r--r-- | tools/navbar.php | 2 | ||||
| -rw-r--r-- | tools/style.css | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/tools/footer.php b/tools/footer.php index fedea9f..ce072aa 100644 --- a/tools/footer.php +++ b/tools/footer.php @@ -23,5 +23,5 @@ return n; } - addClass("<?php echo trim(str_replace("/index.php", "", $_SERVER["PHP_SELF"] ), "/");?>", "active"); + addClass("<?php echo trim(str_replace("/index.php", "", $_SERVER["PHP_SELF"] ), "/");?>", "actives"); </script> diff --git a/tools/navbar.php b/tools/navbar.php index d63bcb4..5546fc3 100644 --- a/tools/navbar.php +++ b/tools/navbar.php @@ -16,7 +16,7 @@ <a href="/header/" title="Check HTTP header online!"><span class="glyphicon glyphicon-globe"></span> Header</a> </li> <li id="ifconfig"> - <a href="/ifconfig/" title="Simple IP API"><span class="glyphicon glyphicon-info-sign"></span> ifconfig</a> + <a href="/ifconfig/" title="Simple IP API"><span class="glyphicon glyphicon-transfer"></span> ifconfig</a> </li> </ul> </div> diff --git a/tools/style.css b/tools/style.css index 02249d3..b5aa321 100644 --- a/tools/style.css +++ b/tools/style.css @@ -60,3 +60,9 @@ a { .underline { text-decoration: underline; } + +.actives { + color: white !important; + text-decoration: underline; + font-weight: bold; +} |
