[Library|Trunk]
New search update keywords query: identify PID, specific query for each pid Entities selection: change select to angular material select String utils - Identifiers: add regex for more PIDs, create class Identifier git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58164 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3f36e75a40
commit
4f05a2a7be
13
library.css
13
library.css
|
@ -1457,3 +1457,16 @@ input[name="code"] {
|
|||
padding: 5px 10px !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.portal-box .mat-select-value, .portal-box .mat-select-arrow{
|
||||
color: var(--portal-main-contrast) !important;
|
||||
|
||||
}
|
||||
.entitiesSelection{
|
||||
width: 150px;
|
||||
padding:10px;
|
||||
display: inline-block
|
||||
}
|
||||
.entitiesSelectionPanel{
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue