mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
Merge pull request #104 from krzysiekpiasecki/krzysiekpiasecki-patch-1
Remove unexpected css token
This commit is contained in:
commit
37208b31fd
@ -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 {
|
||||||
@ -4681,4 +4680,4 @@ ul.notifications {
|
|||||||
color: #333;
|
color: #333;
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
/** /FullCalendar **/
|
/** /FullCalendar **/
|
||||||
|
@ -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 {
|
||||||
@ -4680,4 +4679,4 @@ ul.notifications {
|
|||||||
color: #333;
|
color: #333;
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
/** /FullCalendar **/
|
/** /FullCalendar **/
|
||||||
|
Loading…
Reference in New Issue
Block a user