Skip to content

Commit

Permalink
CSS: Show pointer when hovering action-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 5b1e4f0 commit cf2fe84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/icinga/main.less
@@ -1,5 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.action-table {
tr:hover {
cursor: pointer;
}
}

.pull-left {
float: left;
}
Expand Down

0 comments on commit cf2fe84

Please sign in to comment.