summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-25 15:10:39 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-25 15:10:46 -0600
commitb5ef3ee9902b3168937320e7bb161243b4fad939 (patch)
tree1a99be8668a5349c187986f65f32f8b00fd0167d /src/usr/local/www/bootstrap
parentc64e401c85f3ef081a8c6b9e4a8d0a4b4a9835f7 (diff)
downloadpfsense-b5ef3ee9902b3168937320e7bb161243b4fad939.zip
pfsense-b5ef3ee9902b3168937320e7bb161243b4fad939.tar.gz
clean up firewall rules tables
Diffstat (limited to 'src/usr/local/www/bootstrap')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index 4ba43a0..5e47f51 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -33,8 +33,8 @@ body {
border-color: #303030;
}
-.table-hover>tbody>tr:hover {
- background-color: #303030;
+.table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd):hover {
+ background-color: #757575;
}
table.sortable-theme-bootstrap {
@@ -193,6 +193,16 @@ caption {
background-color: #424242;
}
+.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;
+}
+
+.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;
+}
+
/** Page footer */
.footer {
background-color: #000;
OpenPOWER on IntegriCloud