[Trunk | Library]: Library.css: Class "selectedFilterLabel" added.

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

View File

@ -1412,4 +1412,16 @@ input[name="code"] {
background: #f9f9f9;
border: 1px solid #ededed;
border-radius: 1px
}
.selectedFilterLabel {
background-color: #E5E5E5;
border-color: #E5E5E5;
color: inherit;
line-height: 15px;
padding: 3px 10px;
}
.searchFilterItem {
margin-bottom: 5px;
}