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