summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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