diff options
author | Jared Dillard <jdillard@netgate.com> | 2015-11-25 15:26:21 -0600 |
---|---|---|
committer | Jared Dillard <jdillard@netgate.com> | 2015-11-25 15:26:21 -0600 |
commit | e2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786 (patch) | |
tree | 84efa7d4f38f0fd027c779b4e5f161c0a999d57d /src/usr/local | |
parent | b6902e4c58d777085e1d52f14cf0743b6719294c (diff) | |
download | pfsense-e2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786.zip pfsense-e2060a5a6f8ece3c5f81f6eb5ed3663ca6b7c786.tar.gz |
add rule comments
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/bootstrap/css/pfSense-dark.css | 2 |
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; |