[Library | Trunk]: Fix input-box css after is moved on library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60268 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
21e50cabed
commit
fb8e46db80
|
@ -9,7 +9,9 @@
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-input.input-box {
|
.uk-input.input-box,
|
||||||
|
.uk-textarea.input-box,
|
||||||
|
.input-box {
|
||||||
background-color: #FAFAFA !important;
|
background-color: #FAFAFA !important;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
@ -18,15 +20,21 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-input.input-box:focus {
|
.uk-input.input-box:focus,
|
||||||
|
.uk-textarea.input-box:focus,
|
||||||
|
.input-box:focus{
|
||||||
color: currentColor !important;
|
color: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-input.input-box:not(.uk-form-danger) {
|
.uk-input.input-box:not(.uk-form-danger),
|
||||||
|
.uk-textarea.input-box:not(.uk-form-danger),
|
||||||
|
.input-box:not(.uk-form-danger){
|
||||||
border: 1px solid #D1D1D1 !important;
|
border: 1px solid #D1D1D1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-input.input-box::placeholder {
|
.uk-input.input-box::placeholder,
|
||||||
|
.uk-textarea.input-box::placeholder,
|
||||||
|
.input-box::placeholder {
|
||||||
color: #7A7A7A !important;
|
color: #7A7A7A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,6 +66,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-input.input-box:disabled,
|
.uk-input.input-box:disabled,
|
||||||
|
.uk-textarea.input-box:disabled,
|
||||||
.input-box .mat-select-disabled .mat-select-value,
|
.input-box .mat-select-disabled .mat-select-value,
|
||||||
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
|
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
|
||||||
color: currentColor !important;
|
color: currentColor !important;
|
||||||
|
|
Loading…
Reference in New Issue