changed cursor on hover to pointer for hostgrid and back button

This commit is contained in:
Abdallah Soliman 2016-07-12 20:15:13 -05:00
parent e269b73bd3
commit 02036a6d14
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -19,6 +19,9 @@
margin-left: -20px; margin-left: -20px;
padding-right: 20px; padding-right: 20px;
} }
#backIcon:hover {
cursor: pointer;
}
.mdl-dialog { .mdl-dialog {
border: none; border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
@ -147,6 +150,9 @@ main {
height: 150px !important; height: 150px !important;
background-color: #000; background-color: #000;
} }
.host-cell:hover {
cursor: pointer;
}
.host-cell img { .host-cell img {
width: 80px;; width: 80px;;
margin-bottom: 10px; margin-bottom: 10px;