[Monitor Dashboard | Trunk]: Move input css to library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60265 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
be871e043b
commit
2259f08a0d
|
@ -1,64 +1,3 @@
|
||||||
.uk-form-label {
|
.uk-form-label, .input-box .mat-select {
|
||||||
font-size: var(--font-size);
|
|
||||||
font-family: "Roboto", sans-serif;
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.uk-form-hint {
|
|
||||||
font-family: "Roboto", sans-serif;
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box {
|
|
||||||
background-color: #FAFAFA !important;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
padding: 16px;
|
|
||||||
border-radius: 4px;
|
|
||||||
color: currentColor;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box:focus {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box:not(.uk-form-danger) {
|
|
||||||
border-color: #D1D1D1 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box::placeholder {
|
|
||||||
color: #7A7A7A;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box .mat-select {
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box .mat-select-value {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box .mat-form-field-infix {
|
|
||||||
border: none !important;
|
|
||||||
line-height: 30px;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box .mat-form-field-appearance-legacy .mat-form-field-wrapper {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box .mat-form-field-appearance-legacy .mat-form-field-underline {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box:disabled,
|
|
||||||
.input-box .mat-select-disabled .mat-select-value,
|
|
||||||
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue