custom field UI change and bug fixed

This commit is contained in:
Onur 2019-07-19 00:16:22 +03:00
parent d25620e4a9
commit 940d4ad4a5
2 changed files with 5876 additions and 5872 deletions

View File

@ -274,7 +274,7 @@
</div>
</div>
{% if features != null %}
{% if entries('advs').isEnabled('streetview') %}
{% if entries('advs').isEnabled('customfields') %}
{% include "visiosoft.module.customfields::list-item" %}
{% endif %}
{% endif %}

View File

@ -4547,12 +4547,16 @@ input, select, a, .transition,
width: 100%;
}
.advs-custom-fields ul > li > ul > li > i {
.advs-custom-fields i {
margin-right: 5px;
color: #62ca62;
font-size: 15px;
}
.advs-custom-fields i.fstatus {
color: gray;
}
.custom-checkbox {
float: left;
margin-right: 5px;