[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
This commit is contained in:
konstantina.galouni 2019-05-29 12:00:26 +00:00
parent 97de654f22
commit 47c0c30442
2 changed files with 9 additions and 1 deletions

View File

@ -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/",

View File

@ -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;
}