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:
parent
4120f45f86
commit
5c1708825f
@ -40,6 +40,12 @@ table {
|
||||
font-weight: normal;
|
||||
//background-color: #cdebf5;
|
||||
}
|
||||
|
||||
&.hover {
|
||||
tr:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user