[Trunk | Library]: library.css: "paging-hr" class added, "range-button > button" styling added (search redesign).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58127 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-02-24 13:14:14 +00:00
parent 64d88f405a
commit 64ad7a2c15
1 changed files with 17 additions and 6 deletions

View File

@ -933,13 +933,18 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
color: var(--portal-main-color) !important;
}
.search-results > li:nth-child(2) {
border-top: 1px solid var(--portal-main-color) !important;
}
/*.search-results > li:nth-child(2) {*/
/* border-top: 1px solid var(--portal-main-color) !important;*/
/*}*/
.search-results > li:last-child {
border-bottom: 1px solid var(--portal-main-color) !important;
padding-bottom: 10px !important;
/*.search-results > li:last-child {*/
/* border-bottom: 1px solid var(--portal-main-color) !important;*/
/* padding-bottom: 10px !important;*/
/*}*/
.paging-hr {
border-bottom: 1px solid #E5E5E5 !important;
/*padding-bottom: 5px !important;*/
}
.widget-box {
@ -1417,6 +1422,7 @@ input[name="code"] {
.selectedFilterLabel {
background-color: #E5E5E5;
border-color: #E5E5E5;
border-radius: 2px;
color: inherit;
line-height: 15px;
padding: 3px 10px;
@ -1424,4 +1430,9 @@ input[name="code"] {
.searchFilterItem {
margin-bottom: 5px;
}
.range-button > button{
padding: 5px 10px;
text-transform: none;
}