From ee83a2503083644335964f0252835dfb5c4146e0 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 12 Apr 2019 11:07:43 +0000 Subject: [PATCH] [Trunk|Library] Portal color button: invert colors on hover git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55303 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/library.css b/library.css index fe810f5..669dcae 100644 --- a/library.css +++ b/library.css @@ -765,7 +765,14 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); background-color: var(--portal-main-color) !important; color:var(--portal-main-contrast) !important; - border: 2px solid var(--portal-main-color) !important; + border: 1px solid var(--portal-main-color) !important; + background-image: none !important; + +} +.portal-button:hover, .portal-button:active, .portal-button:focus { + background-color: transparent !important; + color:var(--portal-main-color) !important; + border: 1px solid var(--portal-main-color) !important; background-image: none !important; } @@ -1053,6 +1060,3 @@ showTitle h2{ a:hover, .uk-link:hover , .uk-link:hover, a:hover { color: var(--portal-main-color); } - - -