From a0ac5c104b086ad0ee2e429aca2cac4258b3e8aa Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 27 Apr 2020 08:17:39 +0000 Subject: [PATCH] [Library|Trunk] Library.css: open access label changed to green not portal color off canvas white: allow input with class text-input-box git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58553 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/library.css b/library.css index 873e31e..ffcc58e 100644 --- a/library.css +++ b/library.css @@ -309,8 +309,9 @@ h2 .custom-external { } .label-green, .label-open { - background: #d1f6e8; - color: #01a566 + background: #8AD15E; + border-color: #8AD15E; + color: white; } .label-yellow, .label-underCuration { @@ -387,11 +388,11 @@ h2 .custom-external { border: 1px solid #666666 !important; } -.label-open { +/*.label-open { background: var(--portal-main-color) !important; color: #ffffff !important; border: 1px solid var(--portal-main-color) !important; -} +}*/ .label-closed { background: #EBEBEB !important; @@ -1853,11 +1854,16 @@ html { color: #bfbfbf !important; } -.offcanvas-white .uk-input { +.offcanvas-white .uk-input:not(.text-input-box) { border-bottom: 1px solid #ededed !important; background: #fff !important; color: #666 !important; } +.offcanvas-white .text-input-box{ + border: 1px solid #ededed !important; + background: #fff !important; + color: #666 !important; +} .offcanvas-white .uk-input::placeholder { color: #bfbfbf !important;