From f9f3c61924cd93ca91b5e9751fc2942b5c67de06 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 25 May 2020 11:19:00 +0000 Subject: [PATCH] [Trunk | Library]: library.css: 1. .main-tabs > li.uk-active --> .main-tabs > li.uk-active:not(.fake_tab) 2. .main-tabs-content uk-overflow-auto --> .main-tabs-content .content-overflow.uk-overflow-auto git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58757 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/library.css b/library.css index a8dd8a6..e91271f 100644 --- a/library.css +++ b/library.css @@ -1927,6 +1927,27 @@ html { /*CONNECT REDESIGN*/ +/*.main-small-tabs > li {*/ +/* padding: 10px 0 !important;*/ +/* margin: 0 !important;*/ +/*}*/ + +/*.main-small-tabs > li.uk-active {*/ +/* background-color: white;*/ +/*}*/ + +/*.main-small-tabs > li > a {*/ +/* color: #7A7A7A;*/ +/*}*/ + +/*.main-small-tabs > .uk-active > a, .main-small-tabs > li:hover > a {*/ +/* color: var(--portal-main-color) !important;*/ +/*}*/ + +/*.main-small-tabs > li > a {*/ +/* display: block;*/ +/*}*/ + .main-tabs .tab-header { font-size: 12px; text-transform: uppercase; @@ -1942,7 +1963,7 @@ html { max-width: 150px; } -.main-tabs > li.uk-active { +.main-tabs > li.uk-active:not(.fake_tab) { background-color: white !important; border-bottom: 1px solid white; border-top: 3px solid var(--portal-main-color); @@ -1999,7 +2020,7 @@ html { background-color: white; } -.main-tabs-content .uk-overflow-auto { +.main-tabs-content .content-overflow.uk-overflow-auto { max-height: 700px; }