9 lines
222 B
CSS
9 lines
222 B
CSS
|
.validatebox-invalid {
|
||
|
background-image: url('images/validatebox_warning.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: right center;
|
||
|
border-color: #ffa8a8;
|
||
|
background-color: #fff3f3;
|
||
|
color: #000;
|
||
|
}
|