diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-02-17 04:18:46 -0800 |
---|---|---|
committer | NOYB <Al_Stu@Frontier.com> | 2016-02-17 04:18:46 -0800 |
commit | 7bd42c09664495bfd0738764b05b60d95cdd70f2 (patch) | |
tree | 8f6a5a32eabf38f73f44ea697815aef36c302115 /src | |
parent | 35d8d6138ee92fbf1287e68a3ef1bb11539e22bb (diff) | |
download | pfsense-7bd42c09664495bfd0738764b05b60d95cdd70f2.zip pfsense-7bd42c09664495bfd0738764b05b60d95cdd70f2.tar.gz |
May as well fix this while here.
Replace style cursor:pointer with bootstrap class icon-pointer.
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/head.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index bb89d76..d9d9a96 100644 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -472,7 +472,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($dashboard_available_widgets_hidden): ?> <li> <a onclick="$('#widget-available').toggle(360);" title="<?=gettext("Available Widgets")?>"> - <i style="cursor:pointer" class="fa fa-plus"></i> + <i class="fa fa-plus icon-pointer"></i> </a> </li> <?php endif?> @@ -480,7 +480,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if (isset($widgets)): ?> <li> <a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore"> - <i style="cursor:pointer" class="fa fa-save"></i> + <i class="fa fa-save icon-pointer"></i> </a> </li> <?php endif?> @@ -488,7 +488,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($system_logs_filter_form_hidden): ?> <li> <a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Log Filter")?>"> - <i style="cursor:pointer" class="fa fa-filter"></i> + <i class="fa fa-filter icon-pointer"></i> </a> </li> <?php endif ?> @@ -496,7 +496,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($system_logs_manage_log_form_hidden): ?> <li> <a onclick="$('#manage-log-form').toggle(360)" title="<?=gettext("Manage Log")?>"> - <i style="cursor:pointer" class="fa fa-wrench"></i> + <i class="fa fa-wrench icon-pointer"></i> </a> </li> <?php endif ?> |