[Library|Trunk]
Search: Search all: update tabs css Advanced Search Form: change select to mat-select changes for publication date field Entities Selection: on simple search navigate when entity changes git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58181 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
4f05a2a7be
commit
2ef6618779
15
library.css
15
library.css
|
@ -1434,6 +1434,19 @@ input[name="code"] {
|
|||
border-radius: 1px
|
||||
}
|
||||
|
||||
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
|
||||
color: var(--portal-main-color) !important;
|
||||
border-color: var(--portal-main-color) !important;
|
||||
/*font-family: Roboto, sans-serif !important;*/
|
||||
}
|
||||
ul.portalTabs.uk-tab > .uk-active > a{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul.portalTabs.uk-tab::before {
|
||||
border-bottom: 1px solid var(--portal-main-color);
|
||||
}
|
||||
|
||||
.quickSelectionsBox{
|
||||
border: 1px solid #E6E6E6;
|
||||
border-top:0px;
|
||||
|
@ -1467,6 +1480,6 @@ input[name="code"] {
|
|||
padding:10px;
|
||||
display: inline-block
|
||||
}
|
||||
.entitiesSelectionPanel{
|
||||
.entitiesSelectionPanel, .matSelectionPanel{
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue