[Library | Trunk]: change input border color

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58302 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-03-19 09:09:04 +00:00
parent ea68b9f602
commit f01f6f75b4
1 changed files with 4 additions and 13 deletions

View File

@ -1802,19 +1802,10 @@ ul.portalTabs.uk-tab::before {
margin-top: 30px !important;
}
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
color: inherit !important;
.uk-input, .uk-select {
border-bottom: 1px solid rgba(0, 0, 0, 0.42) !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;
.uk-textarea{
border: 1px solid rgba(0, 0, 0, 0.42) !important;
}