2017-07-10 03:36:10 -05:00
|
|
|
.has-error {
|
2018-10-10 06:43:26 -05:00
|
|
|
.pgadmin-controls .form-control {
|
|
|
|
border-color: $color-danger;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
2018-09-04 05:24:51 -05:00
|
|
|
border-color: $color-danger;
|
2017-07-10 03:36:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-label {
|
2018-09-04 05:24:51 -05:00
|
|
|
color: $color-danger;
|
2017-07-10 03:36:10 -05:00
|
|
|
}
|
|
|
|
|
2018-03-23 04:57:37 -05:00
|
|
|
.control-label:before {
|
2017-07-10 03:36:10 -05:00
|
|
|
font: normal normal normal 16px/1 FontAwesome;
|
|
|
|
content: "\f071";
|
|
|
|
text-decoration: inherit;
|
|
|
|
position: absolute;
|
2018-09-04 05:24:51 -05:00
|
|
|
color: $color-danger;
|
2018-03-23 04:57:37 -05:00
|
|
|
right: 6px;
|
|
|
|
padding-top: 6px;
|
2017-07-10 03:36:10 -05:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2017-08-09 06:14:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.pgadmin-file-has-error {
|
|
|
|
.pgadmin-controls:before {
|
|
|
|
right: 40px !important;
|
|
|
|
}
|
|
|
|
}
|
2017-12-05 21:25:45 -06:00
|
|
|
|
|
|
|
.pgadmin-datepicker-has-error {
|
|
|
|
.pgadmin-controls:before {
|
|
|
|
right: 50px !important;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
}
|
2018-10-10 06:43:26 -05:00
|
|
|
.backform-tab .tab-pane {
|
|
|
|
padding: 7px;
|
|
|
|
&.SQL {
|
|
|
|
height: 100%;
|
|
|
|
padding: 0px 7px 0px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.backform_control_notes {
|
|
|
|
background-color: $color-gray-lighter;
|
|
|
|
border: 1px solid $color-gray-light;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: $color-gray-dark;
|
|
|
|
display: block;
|
|
|
|
font-family: $font-family-editor;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.42857;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 5px 10px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
div.backform_control_notes label.control-label {
|
|
|
|
min-width: 0px;
|
|
|
|
}
|