[Library | Trunk]: Input box arrow color change

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60677 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-03-19 16:49:45 +00:00
parent a9ea9a2c25
commit 976bc41b99
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@
font-size: 16px;
}
.input-box .mat-select.mat-select-invalid .mat-select-arrow {
color: #1A1A1A !important;
}
.input-box .mat-select-value {
color: currentColor;
}