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; }