mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- 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:
@@ -14,6 +14,10 @@
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
label[udf-required=true]::after {
|
||||
content: "*";
|
||||
}
|
||||
|
||||
.div-cell-data {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user