From de94f267707a885005a0bae464494a17f439ca50 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 27 Apr 2020 12:56:47 +0000 Subject: [PATCH] [Library|Trunk] Library.css: Breadcrumb CSS - add important to avoid lose colors Zenodo button css git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58564 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/library.css b/library.css index ffcc58e..f237300 100644 --- a/library.css +++ b/library.css @@ -2010,11 +2010,11 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba .uk-breadcrumb.uk-light > * > *, .uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before { - color: white; + color: white !important; } .uk-breadcrumb > * > * { - color: rgba(0, 0, 0, 0.60); + color: rgba(0, 0, 0, 0.60) !important; vertical-align: top; line-height: 25px; } @@ -2031,3 +2031,18 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba font-weight: 700; color: rgba(0, 0, 0, 0.60); } + +.zenodoButton, .zenodoButton:hover{ + background-image:linear-gradient(to right, #0F4DA1, #0078E1) ; + color: white !important; + border-color: transparent !important; + border-style: solid !important; + border-width: 1px !important; + box-shadow: 0px 4px 10px #00000029; + border-radius: 2px; + opacity: 1; +} + +.uk-text-normal{ + font-weight: 400; +}