From 8229b7411de70fdda9528a67f1f2eda8715cae66 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Sun, 15 Mar 2020 23:02:36 +0000 Subject: [PATCH] [Trunk | Library]: library.css: custom css (not from material) for with 'matSelectionFormField' class and for with 'matSelection' class (for material select). git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58261 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/library.css b/library.css index 04fac71..ff5bfda 100644 --- a/library.css +++ b/library.css @@ -1483,3 +1483,20 @@ ul.portalTabs.uk-tab::before { .entitiesSelectionPanel, .matSelectionPanel{ margin-top: 30px !important; } + +.matSelection .mat-select-value, .matSelection .mat-select-arrow { + color: inherit !important; +} + +.matSelection.mat-select { + padding-bottom: 4px; + border-bottom: 1px solid rgba(0, 0, 0, 0.42); +} + +.matSelection.mat-select:focus { + border-color: #222080; +} + +.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple { + height: 0 !important; +} \ No newline at end of file