inverted colors of hostgrid sample on hover to improve readability

This commit is contained in:
Abdallah Soliman 2016-07-12 20:39:08 -05:00
parent db256962a4
commit 4c882e83fd

View File

@ -164,6 +164,11 @@ main {
}
.host-cell:hover {
cursor: pointer;
color: #000 !important;
}
.host-cell:hover img {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.host-cell img {
width: 80px;;