summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorxbipin <bipin@xbipin.com>2015-01-13 18:37:52 +0400
committerxbipin <bipin@xbipin.com>2015-01-13 18:37:52 +0400
commitf65102071dbe27b22b7f332123d071e872b1c2d3 (patch)
tree6e8866faa35a93125895042bbc7d15b0c96508d4 /usr/local/www/system_usermanager_settings.php
parent51ef74991ce9ce4204f5d43cf922306e4731cccf (diff)
downloadpfsense-f65102071dbe27b22b7f332123d071e872b1c2d3.zip
pfsense-f65102071dbe27b22b7f332123d071e872b1c2d3.tar.gz
Improving aesthetics.
Make title color more consistent with other pages. Improving aesthetics.
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rw-r--r--usr/local/www/system_usermanager_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index 6bf84ab..8965c69 100644
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -91,7 +91,7 @@ if ($_POST) {
include("head.inc");
?>
-<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc");?>
<?php if ($input_errors) print_input_errors($input_errors);?>
<?php if ($savemsg) print_info_box($savemsg);?>
OpenPOWER on IntegriCloud