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;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
@ -4681,4 +4680,4 @@ ul.notifications {
color: #333;
background: #ccc;
}
/** /FullCalendar **/
/** /FullCalendar **/

View File

@ -1159,7 +1159,6 @@ table.dataTable td.focus {
height: 19px;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
@ -4680,4 +4679,4 @@ ul.notifications {
color: #333;
background: #ccc;
}
/** /FullCalendar **/
/** /FullCalendar **/