[common-assets & openaire-theme & Library | new-theme]: Updated class for graph color and moved to openaire.css | z-index fixes in dropdown and in landing pages.

1. dropdown.css: [Bug fix] Added z-index: 1 in uk-dropdown to prevent dropdown from being on top of menu.
2. text.css: Removed classes "text-orcid" and "text-argos" (moved to openaire-theme/css/openaire.css.
3. openaire.css: Removed class "graph" and added "text-graph", "text-orcid", "text-argos".
4. dataProvider.component.html & organization.component.html & project.component.html & resultLanding.component.html & newSearchPage.component.html: Use class "text-graph" instead of "graph" for graph color.
5. landing-utils.css: [Bug fix] Updated z-index of #graph_and_feedback to 980 (previous 979) to be on top of tabs in landing pages | background of #main-tabs-div was set twice.
This commit is contained in:
Konstantina Galouni 2022-06-14 17:00:13 +03:00
parent 828b3c4973
commit 2b7e2d4cc0
1 changed files with 7 additions and 10 deletions

View File

@ -377,8 +377,11 @@
#main-tabs-div {
background-color: var(--landing-default-color);
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;
}
#main-tabs-div.active {
@ -387,22 +390,16 @@
backdrop-filter: saturate(180%) blur(20px);
}
#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;*/
}
#graph_and_feedback {
/*background: rgba(var(--landing-light-color-rgb), 0.95);*/
background: rgba(var(--landing-default-color-rgb), 0.95);
z-index: 980;
}
#main-tabs-div, #graph_and_feedback {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 979;
/*z-index: 979;*/
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {