2017-07-10 09:36:10 +01:00
|
|
|
.has-error {
|
|
|
|
.pgadmin-controls > .form-control {
|
2018-09-04 11:24:51 +01:00
|
|
|
border-color: $color-danger;
|
2017-07-10 09:36:10 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-label {
|
2018-09-04 11:24:51 +01:00
|
|
|
color: $color-danger;
|
2017-07-10 09:36:10 +01:00
|
|
|
}
|
|
|
|
|
2018-03-23 09:57:37 +00:00
|
|
|
.control-label:before {
|
2017-07-10 09:36:10 +01:00
|
|
|
font: normal normal normal 16px/1 FontAwesome;
|
|
|
|
content: "\f071";
|
|
|
|
text-decoration: inherit;
|
|
|
|
position: absolute;
|
2018-09-04 11:24:51 +01:00
|
|
|
color: $color-danger;
|
2018-03-23 09:57:37 +00:00
|
|
|
right: 6px;
|
|
|
|
padding-top: 6px;
|
2017-07-10 09:36:10 +01:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2017-08-09 16:44:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.pgadmin-file-has-error {
|
|
|
|
.pgadmin-controls:before {
|
|
|
|
right: 40px !important;
|
|
|
|
}
|
|
|
|
}
|
2017-12-06 12:25:45 +09:00
|
|
|
|
|
|
|
.pgadmin-datepicker-has-error {
|
|
|
|
.pgadmin-controls:before {
|
|
|
|
right: 50px !important;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
}
|