Rename afform_gui -> afform_admin
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor / menu-item-background.html
1 <div class="af-gui-field-select-in-dropdown form-inline" ng-click="$event.stopPropagation()">
2 <label>{{ ts('Background:') }}</label>
3 <input type="color" class="form-control" ng-model="getSetBackgroundColor" ng-model-options="{getterSetter: true}"/>
4 <a href class="" ng-click="getSetBackgroundColor(null)" ng-if="container.getStyles(node)['background-color']">
5 <i class="crm-i fa-times"></i>
6 </a>
7 </div>