diff --git a/application/plugins/view/answers/index/popup.html b/application/plugins/view/answers/index/popup.html index 3370bc1606bd01dfd667522a816ddd4db0072dc5..30ecf677b036bfc0904d86174902520390b24c02 100644 --- a/application/plugins/view/answers/index/popup.html +++ b/application/plugins/view/answers/index/popup.html @@ -7,7 +7,7 @@
- +
@@ -15,11 +15,11 @@
- +
- +
diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index e93ed59bef0be9a2d63eb6737e4a3979b7468391..5e663252e1a4d90c11e554915bdb76f2c9dc1274 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -19,7 +19,9 @@ .am-form-group:hover>input, .am-form-group:hover>select, .am-form-group:hover>textarea, .am-form-group:hover .chosen-choices, .am-form-group:hover .chosen-single { border: 1px solid #999 ; } .am-form-error .chosen-choices, .am-form-error .chosen-default { border: 1px solid #dd514c !important; } .am-form-success .chosen-choices, .am-form-success .chosen-single { border: 1px solid #5eb95e !important; } -form.am-form .am-form-group-label-tips { font-size: 12px; font-weight: 100; color: #ccc; margin-left: 10px; } +form.am-form .am-form-group-label-tips, form.am-form .am-form-group-label-tips-must { font-size: 12px; font-weight: 100; margin-left: 10px; } +form.am-form .am-form-group-label-tips { color: #ccc; } +form.am-form .am-form-group-label-tips-must { color: #f00; } .am-form-group:hover>label { color: #333 !important; } .am-form-group:hover>label>.am-form-group-label-tips { color: #FF9800 !important; }