summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-25 15:26:21 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-25 15:26:21 -0600
commite2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786 (patch)
tree84efa7d4f38f0fd027c779b4e5f161c0a999d57d /src/usr/local/www/bootstrap
parentb6902e4c58d777085e1d52f14cf0743b6719294c (diff)
downloadpfsense-e2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786.zip
pfsense-e2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786.tar.gz
add rule comments
Diffstat (limited to 'src/usr/local/www/bootstrap')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index 5e47f51..0ede8d9 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -193,11 +193,13 @@ caption {
background-color: #424242;
}
+/* active table row */
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
background-color: #80CBC4;
color: #212121;
}
+/* active table row on hover */
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
background-color: #80CBC4;
color: #212121;
OpenPOWER on IntegriCloud