From b34cf1bae05077cee51191f82f7be70d342744aa Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 4 Jul 2019 13:09:05 +0000 Subject: [PATCH] [Assets]: Add portal icon class on library.css git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56342 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/library.css b/library.css index 885fdce..5119855 100644 --- a/library.css +++ b/library.css @@ -1046,6 +1046,12 @@ showTitle h2{ border-radius: 3px; } +.portal-icon-button, .portal-icon-button:hover { + background: var(--portal-main-color) !important; + color: var(--portal-main-contrast) !important; + border: 1px solid var(--portal-main-color) !important; +} + .inherit-color { color: inherit; } @@ -1071,4 +1077,4 @@ textarea { [class*="uk-animation-"] { animation-fill-mode: none !important; -} \ No newline at end of file +}