diff --git a/library-css/tabs.scss b/library-css/tabs.scss index c5ddf7e..d686427 100644 --- a/library-css/tabs.scss +++ b/library-css/tabs.scss @@ -41,24 +41,25 @@ /*border: none !important;*/ color: var(--portal-main-color) !important; } - +.main-tabs > li.portalTab > a, .main-tabs > .uk-active.portalTab > a, .main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a, .main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars { fill: #FE4A49 !important; color: #FE4A49 !important; } +.main-tabs.uk-tab > li:hover.portalTab:not(.uk-active) > a, .main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a, .main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars { fill: #FF052B !important; color: #FF052B !important; } -.main-tabs.uk-tab > .uk-active.statistics > a { +.main-tabs.uk-tab > .uk-active.statistics > a,.main-tabs.uk-tab > .uk-active.portalTab > a { background-color: #FFE6E6 !important; } -.main-tabs > li.uk-active.statistics { +.main-tabs > li.uk-active.statistics, .main-tabs > li.uk-active.portalTab { border-top: 3px solid #FE4A49 !important; border-bottom: 1px solid #FFE6E6; } diff --git a/library.css b/library.css index 9b7de9a..bd92b4f 100644 --- a/library.css +++ b/library.css @@ -165,61 +165,51 @@ body { .searchForm, .generalSearchForm { - background: url('./search_general.jpg'); box-sizing: border-box; height: 320px; } .publicationsSearchForm { - background: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 320px; } .projectsSearchForm, .projectsTableSearchForm { - background: url('./projects_search.jpg'); box-sizing: border-box; height: 320px; } .organizationsSearchForm { - background: url('./search_organizations.jpg'); box-sizing: border-box; height: 320px; } .datasetsSearchForm { - background: url('./search_data.jpg'); box-sizing: border-box; height: 320px; } .softwareSearchForm { - background: url('./search_software.jpg'); box-sizing: border-box; height: 320px; } .orpsSearchForm { - background: url('./search_other.jpg'); box-sizing: border-box; height: 320px; } .datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm { - background: url('./providers_search.jpg'); box-sizing: border-box; height: 320px; } .journalsSearchForm, .journalsTableSearchForm { - background: url('./search_journals.jpg'); box-sizing: border-box; height: 320px; } .entityRegistriesSearchForm, .entityRegistriesTableSearchForm { - background: url('./search_registries.jpg'); box-sizing: border-box; height: 320px; } diff --git a/search_data.jpg b/search_data.jpg deleted file mode 100644 index f9b25ea..0000000 Binary files a/search_data.jpg and /dev/null differ diff --git a/search_general.jpg b/search_general.jpg deleted file mode 100644 index 3b71e4a..0000000 Binary files a/search_general.jpg and /dev/null differ diff --git a/search_journals.jpg b/search_journals.jpg deleted file mode 100644 index cfe9631..0000000 Binary files a/search_journals.jpg and /dev/null differ diff --git a/search_organizations.jpg b/search_organizations.jpg deleted file mode 100644 index 566fea4..0000000 Binary files a/search_organizations.jpg and /dev/null differ diff --git a/search_other.jpg b/search_other.jpg deleted file mode 100644 index a8fee3e..0000000 Binary files a/search_other.jpg and /dev/null differ diff --git a/search_pubs_1.jpg b/search_pubs_1.jpg deleted file mode 100644 index 8045cb8..0000000 Binary files a/search_pubs_1.jpg and /dev/null differ diff --git a/search_registries.jpg b/search_registries.jpg deleted file mode 100644 index 2cc68f0..0000000 Binary files a/search_registries.jpg and /dev/null differ diff --git a/search_software.jpg b/search_software.jpg deleted file mode 100644 index 3b71e4a..0000000 Binary files a/search_software.jpg and /dev/null differ