diff --git a/css/openaire.css b/css/openaire.css index 709be9c..1b1d20a 100644 --- a/css/openaire.css +++ b/css/openaire.css @@ -1,8 +1,12 @@ /* Overrides common to all dashboards*/ -.graph { - --text-primary-color: var(--graph-color); +.text-graph { + color: var(--graph-color) !important; } -.graph a, a.graph { - color: var(--graph-color); +.text-orcid { + color: var(--orcid-color) !important; } + +.text-argos { + color: var(--argos-color) !important; +} \ No newline at end of file diff --git a/css/structure/dropdown.css b/css/structure/dropdown.css index e69de29..331d8e1 100644 --- a/css/structure/dropdown.css +++ b/css/structure/dropdown.css @@ -0,0 +1,3 @@ +.uk-dropdown { + z-index: 1; +} \ No newline at end of file diff --git a/css/structure/text.css b/css/structure/text.css index a6d350e..1e3f0eb 100644 --- a/css/structure/text.css +++ b/css/structure/text.css @@ -25,11 +25,3 @@ .uk-text-xsmall { font-size: 12px; } - -.text-orcid { - color: var(--orcid-color); -} - -.text-argos { - color: var(--argos-color); -}