[Monitor Dashboard | Trunk]: Change disabled inputs to have current color

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60183 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-12-23 16:07:04 +00:00
parent 1a876bdf1e
commit f907aba97b
1 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@
}
.input-box::placeholder {
color: rgba(122, 122, 122, 0.7);
color: #7A7A7A;
}
.input-box .mat-select {
@ -56,3 +56,9 @@
.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;
}