Merge pull request #104 from krzysiekpiasecki/krzysiekpiasecki-patch-1

Remove unexpected css token
This commit is contained in:
Christian Esperar 2016-04-25 15:03:54 +08:00
commit 37208b31fd
2 changed files with 2 additions and 4 deletions

View File

@ -1139,7 +1139,6 @@ table.dataTable td.focus {
height: 19px; height: 19px;
float: left; float: left;
cursor: pointer; cursor: pointer;
*cursor: hand;
color: #111 !important; color: #111 !important;
} }
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover { .paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {

View File

@ -1159,7 +1159,6 @@ table.dataTable td.focus {
height: 19px; height: 19px;
float: left; float: left;
cursor: pointer; cursor: pointer;
*cursor: hand;
color: #111 !important; color: #111 !important;
} }
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover { .paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {