summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-25 18:42:38 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-25 18:42:50 -0600
commit0e96382bddf1a30ebc37bc849b536cd7afe58593 (patch)
tree5e1715ec283fec5c6b76e3d7cf446d9fc6494807 /src/usr/local
parent2fdc35d5f100fea6b2ff796c656ca7cfb812ea2c (diff)
downloadpfsense-0e96382bddf1a30ebc37bc849b536cd7afe58593.zip
pfsense-0e96382bddf1a30ebc37bc849b536cd7afe58593.tar.gz
clean up inline styles
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css5
-rw-r--r--src/usr/local/www/widgets/widgets/ipsec.widget.php6
2 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index 766a52c..56b3747 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -240,6 +240,11 @@ caption {
border-top: 1px solid #ddd;
}
+/* ipsec widget placeholder */
+#ipsec-Overview, #ipsec-tunnel, #ipsec-mobile {
+ background-color:#EEEEEE;
+}
+
a.list-group-item, .list-group-item {
background-color: #424242;
color: #e0e0e0;
diff --git a/src/usr/local/www/widgets/widgets/ipsec.widget.php b/src/usr/local/www/widgets/widgets/ipsec.widget.php
index 60d25b9..135c1c4 100644
--- a/src/usr/local/www/widgets/widgets/ipsec.widget.php
+++ b/src/usr/local/www/widgets/widgets/ipsec.widget.php
@@ -209,7 +209,7 @@ if (isset($config['ipsec']['phase1'])) {
}
if (isset($config['ipsec']['phase2'])): ?>
-<div id="ipsec-Overview" style="display:block;background-color:#EEEEEE;" class="table-responsive">
+<div id="ipsec-Overview" style="display:block;" class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
@@ -223,7 +223,7 @@ if (isset($config['ipsec']['phase2'])): ?>
</tbody>
</table>
</div>
-<div class="table-responsive" id="ipsec-tunnel" style="display:none;background-color:#EEEEEE;">
+<div class="table-responsive" id="ipsec-tunnel" style="display:none;">
<table class="table table-striped table-hover">
<thead>
<th>Source</th>
@@ -238,7 +238,7 @@ if (isset($config['ipsec']['phase2'])): ?>
</div>
<?php if (is_array($mobile['pool'])): ?>
-<div id="ipsec-mobile" style="display:none;background-color:#EEEEEE;" class="table-responsive">
+<div id="ipsec-mobile" style="display:none;" class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<th>User</th>
OpenPOWER on IntegriCloud