show new publish icon on hover

This commit is contained in:
Zachary Chai
2016-11-24 15:51:53 -05:00
parent 0e0d744fe3
commit f5fc08d58c
3 changed files with 19 additions and 5 deletions

View File

@ -16,6 +16,17 @@
.dataTables_empty {
text-align: center;
}
.recording-update:hover > {
.default {
display: none;
}
.hover {
display: inline-block;
}
}
.fa.hover {
display: none;
}
}
}