[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
This commit is contained in:
parent
7c1c8c1664
commit
f9f3c61924
25
library.css
25
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue