summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css/pfSense-dark.css
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2017-01-24 10:04:18 -0600
committerJared Dillard <jdillard@netgate.com>2017-01-24 10:05:21 -0600
commit821a9e4904d5dfa891d4fbad188d16ff6703623a (patch)
tree5284de30958424548dc10609c5a24b7fd96031b6 /src/usr/local/www/css/pfSense-dark.css
parent59455106725e16ced4d5eb2f6f42a68a7b19bf0d (diff)
downloadpfsense-821a9e4904d5dfa891d4fbad188d16ff6703623a.zip
pfsense-821a9e4904d5dfa891d4fbad188d16ff6703623a.tar.gz
change opacity on disabled rows to fix #6448
Diffstat (limited to 'src/usr/local/www/css/pfSense-dark.css')
-rw-r--r--src/usr/local/www/css/pfSense-dark.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/usr/local/www/css/pfSense-dark.css b/src/usr/local/www/css/pfSense-dark.css
index 663557c..6b04df2 100644
--- a/src/usr/local/www/css/pfSense-dark.css
+++ b/src/usr/local/www/css/pfSense-dark.css
@@ -313,6 +313,24 @@ caption {
background-color: #303030;
}
+.table-striped>tbody>tr.disabled:nth-of-type(odd) {
+ background-color: rgba(48, 48, 48, .5);
+ color: rgba(255,255,255,.5);
+}
+
+.table-striped>tbody>tr.disabled:nth-of-type(even) {
+ background-color: rgba(66, 66, 66, .5);
+ color: rgba(255,255,255,.5);
+}
+
+.table-hover>tbody>tr.disabled:hover, .table-striped>tbody>tr.disabled:nth-of-type(odd):hover, .table-striped>tbody>tr.disabled:nth-of-type(even):hover {
+ background-color: rgba(117, 117, 117, .5);
+}
+
+tr.disabled a {
+ color: rgba(0, 150, 136,.5);
+}
+
.table-bordered {
border: 1px solid #303030;
}
OpenPOWER on IntegriCloud