Added unlock link and greyed out customer if deactivated

This commit is contained in:
BNoiZe
2013-10-05 20:06:23 +02:00
parent 08e9f3ebd0
commit 521acfbe5c
7 changed files with 45 additions and 7 deletions

View File

@@ -522,6 +522,10 @@ table thead:first-child th {
border-top: 0;
}
.disabled td, .disabled td a {
color: #cfcfcf;
}
/* dataTables */
table thead th.sorting_asc {
background-image: url('../img/icons/sort_down.png');