diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 00:56:45 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 00:56:45 +0200 |
commit | aee2cd43578a255f5a0e346ac8955f663a673cca (patch) | |
tree | bbacd9840b80dd3f85f28743db977f0a15c87655 /frontend/src/app/_elements/form-model/form-model.component.css | |
parent | 8497bc988f2a5cbca10ee6870708bd4c06c24dd2 (diff) |
Ažurirana komponenta form-model, dodata komponenta hidden-layer.
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.css')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.css b/frontend/src/app/_elements/form-model/form-model.component.css index 9340fed5..c650bdeb 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.css +++ b/frontend/src/app/_elements/form-model/form-model.component.css @@ -1,3 +1,12 @@ -*{ +mat-label{ + color: var(--offwhite) !important; +} +select{ + color: var(--offwhite) !important; +} +mat-form-field{ + color: var(--offwhite) !important; +} +hr{ color: var(--offwhite) !important; }
\ No newline at end of file |