Skip to content

Commit 2c8066a

Browse files
committed
[NAE-2413] Minor CSS changes & fixes
- change logo color - change color of placeholders on some fields
1 parent 8f6a0ad commit 2c8066a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

projects/nae-example-app/src/assets/img/netgrif_full_black.svg renamed to projects/nae-example-app/src/assets/img/netgrif_full_grey.svg

Lines changed: 7 additions & 7 deletions
Loading

projects/netgrif-components/src/lib/data-fields/file-field/file-default-field/file-default-field.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.form-input {
3434
background: #FFFFFF;
35-
color: #64748B;
35+
//color: #64748B;
3636
outline: none;
3737
border: 1px solid #64748B;
3838
text-align: left;

projects/netgrif-components/src/lib/data-fields/file-list-field/file-list-default-field/file-list-default-field.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.form-input {
3434
background: #FFFFFF;
35-
color: #64748B;
35+
//color: #64748B;
3636
outline: none;
3737
border: 1px solid #64748B;
3838
text-align: left;

projects/netgrif-components/src/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: 14px;
1212
border: 0;
1313
margin-left: 8px;
14-
color: #64748B;
14+
//color: #64748B;
1515
background: transparent;
1616
}
1717

0 commit comments

Comments
 (0)