Merge pull request #19382 from totten/master-maxfile
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor / afGuiMenuItemBackground.html
CommitLineData
192695ae 1<div class="af-gui-field-select-in-dropdown form-inline" ng-click="$event.stopPropagation()">
d7056de0 2 <label>{{:: ts('Background:') }}</label>
b15070eb
CW
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($ctrl.node)['background-color']">
192695ae
CW
5 <i class="crm-i fa-times"></i>
6 </a>
7</div>