Fix: Job DataTable Hide Closed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user