- Added class label[udf-required=true]::after to skin/widgets.class

- Added attribute udf-required to tag label in the HTML components widges
This commit is contained in:
Paolo
2017-08-09 17:10:10 +02:00
parent 226eda73e5
commit d7bed89869
5 changed files with 20 additions and 4 deletions
+4
View File
@@ -14,6 +14,10 @@
display: table-cell;
}
label[udf-required=true]::after {
content: "*";
}
.div-cell-data {
display: table-cell;
}