Advanced Search
limit query for organizations & datasources similar to simple search & landing Organization Autocomplete: show legalname (legal short name) Css: change dashboard buttons focus & active git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@54461 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
4448ce948b
commit
620dffed05
|
@ -101,6 +101,5 @@
|
|||
"showLastIndexInformationLink" : false,
|
||||
|
||||
"widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
||||
"claimsInformationLink": "https://www.openaire.eu/linking"
|
||||
|
||||
"claimsInformationLink": "https://beta.openaire.eu/linking"
|
||||
}
|
||||
|
|
21
library.css
21
library.css
|
@ -867,14 +867,14 @@ showTitle h2{
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.explore a, .explore a:active .explore a:focus{
|
||||
.explore a{
|
||||
background-color: var(--explore-portal-color) !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
border-color: var(--explore-portal-color) !important;
|
||||
}
|
||||
|
||||
.explore a:hover {
|
||||
.explore a:hover, .explore a:active, .explore a:focus {
|
||||
background-color: var(--explore-portal-lower-tone) !important;
|
||||
border-color: var(--explore-portal-lower-tone) !important;
|
||||
}
|
||||
|
@ -887,14 +887,14 @@ showTitle h2{
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.provide a, .provide a:active .provide a:focus{
|
||||
.provide a{
|
||||
background-color: var(--provide-portal-color) !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
border-color: var(--provide-portal-color) !important;
|
||||
}
|
||||
|
||||
.provide a:hover {
|
||||
.provide a:hover, .provide a:active, .provide a:focus {
|
||||
background-color: var(--provide-portal-lower-tone) !important;
|
||||
border-color: var(--provide-portal-lower-tone) !important;
|
||||
}
|
||||
|
@ -908,14 +908,14 @@ showTitle h2{
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.monitor a, .monitor a:active .monitor a:focus{
|
||||
.monitor a{
|
||||
background-color: var(--monitor-portal-color) !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
border-color: var(--monitor-portal-color) !important;
|
||||
}
|
||||
|
||||
.monitor a:hover {
|
||||
.monitor a:hover, .monitor a:active, .monitor a:focus {
|
||||
background-color: var(--monitor-portal-lower-tone) !important;
|
||||
border-color: var(--monitor-portal-lower-tone) !important;
|
||||
}
|
||||
|
@ -929,14 +929,15 @@ showTitle h2{
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.conenct a, .conenct a:active .conenct a:focus{
|
||||
.connect a {
|
||||
background-color: var(--connect-portal-color) !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
border-color: var(--connect-portal-color) !important;
|
||||
}
|
||||
|
||||
.connect a:hover {
|
||||
|
||||
.connect a:hover, .connect a:active, .connect a:focus {
|
||||
background-color: var(--connect-portal-lower-tone) !important;
|
||||
border-color: var(--connect-portal-lower-tone) !important;
|
||||
|
||||
|
@ -951,14 +952,14 @@ showTitle h2{
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.develop a, .develop a:active .develop a:focus {
|
||||
.develop a {
|
||||
background-color: var(--develop-portal-color) !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
border-color: var(--develop-portal-color) !important;
|
||||
}
|
||||
|
||||
.develop a:hover {
|
||||
.develop a:hover, .develop a:active, .develop a:focus {
|
||||
background-color: var(--develop-portal-lower-tone) !important;
|
||||
border-color: var(--develop-portal-lower-tone) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue