diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-02-17 19:22:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 19:22:23 +0300 |
| commit | 73718a5dc55595b34094239b4d5728df66417e76 (patch) | |
| tree | 73809cafcfbda769f91621a44f81b08eccaf7222 /web/html/xui/component | |
| parent | bb9d00a0b31b7b3ac11ab004234a7bec580d42c0 (diff) | |
UI improvements (#1813)
Diffstat (limited to 'web/html/xui/component')
| -rw-r--r-- | web/html/xui/component/persianDatepicker.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/component/persianDatepicker.html b/web/html/xui/component/persianDatepicker.html index 10ef8472..456d5ec6 100644 --- a/web/html/xui/component/persianDatepicker.html +++ b/web/html/xui/component/persianDatepicker.html @@ -5,7 +5,7 @@ @input="$emit('input', convertToGregorian($event.target.value)); jalaliDatepicker.hide();" :placeholder="placeholder"> <template #addonAfter> - <a-icon type="calendar" style="font-size: 16px;"/> + <a-icon type="calendar" style="font-size: 14px; opacity: 0.5;"/> </template> </a-input> </div> @@ -57,4 +57,4 @@ } }); </script> -{{end}}
\ No newline at end of file +{{end}} |
