Skip to content

Commit

Permalink
remove cursor from vm disks table header
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed Jun 10, 2015
1 parent 30f04c0 commit cb3881a
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -239,3 +239,9 @@ div.gridbox_miq div.ftr td {
font-size: 12px;
text-align: center;
}

/* removes cursor from header column */

#disks_grid div.hdrcell {
cursor: default !important;
}

0 comments on commit cb3881a

Please sign in to comment.