[Trunk | Library]: library.css:

a. Add css for disabled uk-button-deafult inside 'offcanvas-white' (gray button).
b. Connect redesign: Add max-width for each tab of 'main-tabs' | Add css for  svg #statistics-bars in 'main-tabs' | Add class 'white-box-with-border'.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58569 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-04-28 10:12:33 +00:00
parent de94f26770
commit 9c0fbc0588
1 changed files with 19 additions and 4 deletions

View File

@ -1897,24 +1897,30 @@ html {
border: 1px solid #d4d4d4 !important;;
}
.offcanvas-white .uk-button-default {
.offcanvas-white .uk-button-default:not(:disabled) {
background-color: #fff !important;
color: #222080 !important;
border: 1px solid #222080 !important;
}
.offcanvas-white .uk-button-default:hover {
.offcanvas-white .uk-button-default:hover:not(:disabled) {
background-color: #222080 !important;
color: #fff !important;
border-color: #222080 !important;
}
.offcanvas-white .uk-button-default:disabled {
color: #bfbfbf !important;
border: 1px solid #ededed !important;
}
/*CONNECT REDESIGN*/
.main-tabs > li {
background-color: #F2F2F2;
border: 1px solid #DEDEDE;
z-index: 2;
max-width: 150px;
}
.main-tabs > li.uk-active {
@ -1944,11 +1950,15 @@ html {
color: var(--portal-main-color) !important;
}
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > 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.statistics: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;
}
@ -1982,6 +1992,11 @@ html {
color: #707070;
}
.white-box-with-border {
border: 1px solid #DEDEDE;
background-color: white;
}
/*END OF CONNECT REDESIGN*/
search-bar .entitiesSelection{