[Library | Trunk]: Underline link of realted oragnizations on hover
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58793 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
14411dbad2
commit
313ddf9364
|
@ -1496,12 +1496,16 @@ ul.recentyears {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.landing ul.organizations > li .title {
|
||||
.landing ul.organizations > li > a {
|
||||
color: #000000;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Landing Download from section*/
|
||||
.landing ul.organizations > li > a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Landing Download from section*/
|
||||
.landing .download-from > div {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
||||
|
|
Loading…
Reference in New Issue