1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Set cursor pointer on hover table

This commit is contained in:
Daniel Molina 2016-04-14 16:32:07 +02:00
parent 4120f45f86
commit 5c1708825f

View File

@ -40,6 +40,12 @@ table {
font-weight: normal;
//background-color: #cdebf5;
}
&.hover {
tr:hover {
cursor: pointer;
}
}
}
.dataTables_info {