Fix: Job DataTable Hide Closed

This commit is contained in:
Gary Sharp
2013-03-12 15:11:10 +11:00
parent 7020a4b02f
commit 5b7fc95786
9 changed files with 71 additions and 63 deletions
+2 -5
View File
@@ -539,9 +539,7 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 320px;
font-size: .9em;
-moz-opacity: 0.3;
opacity: 0.3;
font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate {
text-align: right;
@@ -625,8 +623,7 @@ table.genericData td.id a {
}
.dataTables_wrapper:hover .dataTables_filter,
.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_paginate a,
.dataTables_wrapper:hover .dataTables_showStatusClosed {
.dataTables_wrapper:hover .dataTables_paginate a {
-moz-opacity: 1;
opacity: 1;
}