pgadmin4/web/pgadmin/static/scss/_backform.overrides.scss

35 lines
604 B
SCSS
Raw Normal View History

.has-error {
.pgadmin-controls > .form-control {
border-color: $color-danger;
position: relative;
}
.control-label {
color: $color-danger;
}
.control-label:before {
font: normal normal normal 16px/1 FontAwesome;
content: "\f071";
text-decoration: inherit;
position: absolute;
color: $color-danger;
right: 6px;
padding-top: 6px;
z-index: 1;
}
}
.pgadmin-file-has-error {
.pgadmin-controls:before {
right: 40px !important;
}
}
.pgadmin-datepicker-has-error {
.pgadmin-controls:before {
right: 50px !important;
z-index: 3;
}
}