From 9b7020ecf7a11ef1b6a7b0af0f79fc579eb8fe6b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 11 May 2020 09:38:00 +0000 Subject: [PATCH] [Connect | Trunk]: Change uk-input to have borders git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58663 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/library.css b/library.css index 8a6964f..917b8db 100644 --- a/library.css +++ b/library.css @@ -942,6 +942,8 @@ dd:last-child { .portal-box { background-color: var(--portal-main-color) !important; color: var(--portal-main-contrast) !important; + border: 1px solid var(--portal-main-color); + height: 18px; } .uk-pagination .uk-icon { @@ -1730,7 +1732,7 @@ ul.portalTabs.uk-tab::before { .quickSelectionsBox { border: 1px solid #E6E6E6; - border-top: 0px; + border-top: 0; background-color: white; } @@ -1762,18 +1764,18 @@ ul.portalTabs.uk-tab::before { } /* theme */ -.uk-input, .uk-select { - border-bottom: 1px solid rgba(0, 0, 0, 0.42) ; -} - -/* theme */ -.uk-textarea { - border: 1px solid rgba(0, 0, 0, 0.42) !important; +.uk-input, .uk-select, .uk-textarea { + border: 1px solid rgba(0, 0, 0, 0.40) !important; } /* theme */ .uk-text-muted { - color: #aaa !important; + color: #666 !important; +} + +/* theme */ +.uk-card-default { + color: #333 !important; } /* theme */