From 452309559b65211365d982c1f8c13790afc36922 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 24 Sep 2018 09:12:51 +0000 Subject: [PATCH] Show CSV button always in search and advanced search pages. In case of >csvLimit results it is disabled (cursor: not-allowed) with appropriate tooltip. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53225 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library.css b/library.css index 3957f19..13deb18 100644 --- a/library.css +++ b/library.css @@ -584,6 +584,11 @@ dd:last-child { padding-top: 15px !important; } + +.cursor-not-allowed { + cursor: not-allowed; +} + .uk-badge, .badge, a.badge { border-radius: 2px; }