From 683e42225e996170bdf98d06ed53764a07fc6843 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Wed, 4 Dec 2019 17:50:14 +0300 Subject: [PATCH] Fix styles --- filemin/unauthenticated/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filemin/unauthenticated/css/style.css b/filemin/unauthenticated/css/style.css index bbb2048be..3b3097dde 100644 --- a/filemin/unauthenticated/css/style.css +++ b/filemin/unauthenticated/css/style.css @@ -134,8 +134,8 @@ a:hover { cursor:pointer; } /* by https://github.com/rostovtsev */ -#list_form tbody tr.checked:hover, -#list_form tbody tr:hover { +#list_form tbody tr.checked:not(.m-active-o):not(.m-not-active):hover, +#list_form tbody tr:hover:not(.m-active-o):not(.m-not-active) { background: #d3e4f4 !important; }