From 6e412f118d12efdb73b7da2489738370ac843740 Mon Sep 17 00:00:00 2001
From: anonymous <anonymous>
Date: Fri, 18 Jan 2019 13:00:19 +0100
Subject: [PATCH] ODPSH-189: mouser over

---
 ckanext/odsh/public/odsh.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css
index f20e5388..0e7d95f1 100644
--- a/ckanext/odsh/public/odsh.css
+++ b/ckanext/odsh/public/odsh.css
@@ -372,6 +372,9 @@ label.rangesearch.disabled {
     padding: 20px 0px 20px 0px;
     border-bottom: 2px solid #DBDBDB;
 }
+.container-fluid.odsh-dataset-item:hover {
+    background-color: rgb(246,247,249);
+}
 
 .organization-item{
     padding: 5px 0px 5px 0px;
-- 
GitLab