From 4c882e83fdf1441e428fe6bccf90aa6d02721589 Mon Sep 17 00:00:00 2001 From: Abdallah Soliman Date: Tue, 12 Jul 2016 20:39:08 -0500 Subject: [PATCH] inverted colors of hostgrid sample on hover to improve readability --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 6eeb4b7..0d48836 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;;