12345678910111213 |
- {"label":"Component CSS","syntax":"css"}
- input.data-type-{{entity}},.input-group-sm>input.form-control.data-type-{{entity}}{
- background-image: url('../img/icon-{{entity}}.png');
- background-repeat:no-repeat;
- background-position: 10px center;
- padding-left: 30px;
- }
- .{{entity}}-autocomplete.{{entity}}-infos{
- position: relative;
- }
|