CSS: Show pointer when hovering action-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 14:00:56 +02:00
parent 5b1e4f0a1c
commit cf2fe8433a

View File

@ -1,5 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.action-table {
tr:hover {
cursor: pointer;
}
}
.pull-left {
float: left;
}