diff --git a/frontend/src/icons/svg/field_time.svg b/frontend/src/icons/svg/field_time.svg index 77a79164c4..b5c0c4e47d 100644 --- a/frontend/src/icons/svg/field_time.svg +++ b/frontend/src/icons/svg/field_time.svg @@ -1,4 +1 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index eae59c1bf8..000f6ac012 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -302,7 +302,7 @@ div:focus { .field-icon-time { @extend %field-icon; - color: #faaa39; + color: #3370FF; } .field-icon-value { @@ -322,6 +322,14 @@ div:focus { margin: 0 2px 1px 0; } +.field-icon-dimension{ + color: #3370FF!important; +} + +.field-icon-quota{ + color: #04B49C!important; +} + .ds-icon-pdf { width: 20px; height: 20px; diff --git a/frontend/src/views/dataset/data/FieldEdit.vue b/frontend/src/views/dataset/data/FieldEdit.vue index 7da11cf244..93ef48423f 100644 --- a/frontend/src/views/dataset/data/FieldEdit.vue +++ b/frontend/src/views/dataset/data/FieldEdit.vue @@ -146,22 +146,22 @@ {{ @@ -174,28 +174,28 @@ @@ -220,7 +220,7 @@ scope.row.deExtractType === 6 " icon-class="field_text" - class="field-icon-text" + class="field-icon-text field-icon-dimension" /> {{ $t('dataset.text') }} @@ -228,7 +228,7 @@ {{ $t('dataset.time') }} @@ -246,7 +246,7 @@ scope.row.deExtractType === 4 " icon-class="field_value" - class="field-icon-value" + class="field-icon-value field-icon-dimension" /> {{ $t('dataset.location') }} @@ -464,22 +464,22 @@ {{ @@ -492,28 +492,28 @@ @@ -530,7 +530,7 @@ {{ $t('dataset.text') }} @@ -538,7 +538,7 @@ {{ $t('dataset.time') }} @@ -556,7 +556,7 @@ scope.row.deExtractType === 4 " icon-class="field_value" - class="field-icon-value" + class="field-icon-value field-icon-quota" /> {{ $t('dataset.location') }} @@ -1098,4 +1098,4 @@ span { transform: translate(-50%, -50%); } } - \ No newline at end of file +