From 47c0c30442bc40c1ced142d6aeae5d00d7f0425a Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 29 May 2019 12:00:26 +0000 Subject: [PATCH] [Trunk | Explore]: common-assets: 1. Add property 'orcidURL'. 2. library.css: Add 'default-dropdown' class to make background white, in 'uk-animation-' classes: animation-fill-mode: none !important; git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55897 d315682c-612b-4755-9ff5-7f18f6832af3 --- env-properties.json | 2 +- library.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/env-properties.json b/env-properties.json index 4bfd7fb..51b7d56 100644 --- a/env-properties.json +++ b/env-properties.json @@ -21,7 +21,7 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/", - + "orcidURL" : "https://orcid.org/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", diff --git a/library.css b/library.css index a20d54c..885fdce 100644 --- a/library.css +++ b/library.css @@ -1064,3 +1064,11 @@ a:hover, .uk-link:hover , .uk-link:hover, a:hover { textarea { resize: none; } + +.default-dropdown { + background: white; +} + +[class*="uk-animation-"] { + animation-fill-mode: none !important; +} \ No newline at end of file