UPD: dav_base: css: added a comment, to show how to mark required form

fields.
This commit is contained in:
2019-03-04 15:22:38 +01:00
parent 5836b1ed21
commit 6870aeafdd

View File

@@ -131,4 +131,11 @@ thead input {
.panel-group .panel-footer { .panel-group .panel-footer {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
} }
/*
.form-group.required .control-label:after {
content:"*";
color: red;
}
*/