From 313ddf9364932f67613c3fe70ac6aac75caa0462 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 27 May 2020 14:34:11 +0000 Subject: [PATCH] [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 --- library.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/library.css b/library.css index b4b1a24..f02a817 100644 --- a/library.css +++ b/library.css @@ -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);