From 069442e7c92a4b31bfdac54335e86dd410dd0a49 Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 20 Jan 2016 08:02:39 -0800 Subject: Apply recommended changes. --- src/usr/local/www/bootstrap/css/pfSense-dark.css | 5 ----- src/usr/local/www/bootstrap/css/pfSense.css | 5 ----- src/usr/local/www/head.inc | 6 +++--- src/usr/local/www/system.php | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css index ce942ca..57ce484 100644 --- a/src/usr/local/www/bootstrap/css/pfSense-dark.css +++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css @@ -157,11 +157,6 @@ ul.context-links li a { border-color: #212121; } -.btn-breadcrumbbar { - color: #808080; - background-color: #404040; -} - .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default { color: #ffffff; background-color: #424242; diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css index 55de8d7..fde1e66 100644 --- a/src/usr/local/www/bootstrap/css/pfSense.css +++ b/src/usr/local/www/bootstrap/css/pfSense.css @@ -509,11 +509,6 @@ footer a { background-color: #1976D2; } -.btn-breadcrumbbar { - color: #808080; - background-color: #D0D0D0; -} - .text-warning { color: #F57F17; } diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 13091fc..ab83741 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -465,7 +465,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
  • "> - Widgets +
  • @@ -473,7 +473,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
  • "> - Filter +
  • @@ -481,7 +481,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
  • "> - Manage Log +
  • diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index b6f4dd9..b7033d0 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -541,7 +541,7 @@ $group->add(new Form_Checkbox( $pconfig['systemlogsmanagelogpanel'] ))->setHelp('Show the Manage Log panel in System Logs.'); -$group->setHelp('These options set which special panels to show or hide. When a panel is hidden a button to show/hide the panel is displayed in the title bar. +$group->setHelp('These options allow certain panels to be automatically hidden on page load. A control is provided in the title bar to un-hide the panel.
    BETA'); $section->add($group); -- cgit v1.1