.VisualEditor form {
    outline: 1px dashed #FF0000 !important;
}

.VisualEditor input[_type="hidden"] {
    background-image: url("img/hidden.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.VisualEditor input[type="datetime"] {
    background-image: url("img/datetime.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="datetime-local"] {
    background-image: url("img/datetimelocal.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="date"] {
    background-image: url("img/date.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="month"] {
    background-image: url("img/month.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="time"] {
    background-image: url("img/time.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="time"] {
    background-image: url("img/time.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="week"] {
    background-image: url("img/week.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="number"] {
    background-image: url("img/number.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="range"] {
    background-image: url("img/range.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="email"] {
    background-image: url("img/email.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="url"] {
    background-image: url("img/url.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="search"] {
    background-image: url("img/search.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="tel"] {
    background-image: url("img/tel.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.VisualEditor input[type="color"] {
    background-image: url("img/color.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
}
