From 64d88f405abaffe8ffb4ef5deb4ae176c9d3e25f Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 17 Feb 2020 14:03:48 +0000 Subject: [PATCH] [Trunk | Library]: Library.css: Class "selectedFilterLabel" added. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58104 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/library.css b/library.css index f2e47e9..86b557b 100644 --- a/library.css +++ b/library.css @@ -1412,4 +1412,16 @@ input[name="code"] { background: #f9f9f9; border: 1px solid #ededed; border-radius: 1px +} + +.selectedFilterLabel { + background-color: #E5E5E5; + border-color: #E5E5E5; + color: inherit; + line-height: 15px; + padding: 3px 10px; +} + +.searchFilterItem { + margin-bottom: 5px; } \ No newline at end of file