优化select2下拉框必填背景色无法清空问题(IBB9XN)
parent
ddd858ca73
commit
120d549170
|
@ -350,11 +350,11 @@ label.error {
|
|||
right: 42px;
|
||||
}
|
||||
|
||||
.select2-hidden-accessible + label.error {
|
||||
.select2-hidden-accessible + label.error, select.error + label.error {
|
||||
right: 38px;
|
||||
}
|
||||
|
||||
.Validform_error,input.error,textarea.error,select.error,label.error+.select2-container--bootstrap .select2-selection--single {
|
||||
.Validform_error,input.error,textarea.error,select.error,select.error+label.error+.select2-container--bootstrap .select2-selection--single {
|
||||
background-color: #fbe2e2;
|
||||
border-color: #c66161;
|
||||
color: #c00
|
||||
|
|
Loading…
Reference in New Issue