[Trunk | Library]: library.css: [Bug fix]: In class 'researchResultTypeNotSelected' there was a typo affecting connect portal (!important was considered a separate attribute).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57977 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-01-14 08:41:25 +00:00
parent 0f0e559726
commit 62cce5f1c3
1 changed files with 2 additions and 2 deletions

View File

@ -1163,8 +1163,8 @@ a:hover, .uk-link:hover , .uk-link:hover, a:hover {
border: 1px solid #222080 !important;
}
.researchResultTypeNotSelected{
color: #222080; !important;
background-color: #fff; !important;
color: #222080 !important;
background-color: #fff !important;
border: 1px solid #222080 !important;
}