Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-assets into new-theme

This commit is contained in:
Konstantinos Triantafyllou 2022-06-16 19:47:23 +03:00
commit f454570d5c
1 changed files with 5 additions and 3 deletions

View File

@ -374,14 +374,16 @@
color: var(--landing-primary-color);
}
.uk-dropdown {
z-index: 981;
}
#main-tabs-div {
background: rgba(var(--landing-default-color-rgb), 0.95);
top: 0;
position: relative;
/*transition: background-color 0.3s ease-out 0s, top 0.2s ease-out 0s;*/
z-index: 979;
z-index: 978;
}
#main-tabs-div.active {
@ -393,7 +395,7 @@
#graph_and_feedback {
/*background: rgba(var(--landing-light-color-rgb), 0.95);*/
background: rgba(var(--landing-default-color-rgb), 0.95);
z-index: 980;
z-index: 979;
}
#main-tabs-div, #graph_and_feedback {