ENDRPrint_12CRelease/web/css/themes/metro/validatebox.css

9 lines
222 B
CSS
Raw Permalink Normal View History

2024-08-14 10:58:03 +07:00
.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;
}