[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:
parent
97de654f22
commit
47c0c30442
|
@ -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/",
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue