2017-07-10 09:36:10 +01:00
|
|
|
.has-error {
|
2018-10-10 12:43:26 +01:00
|
|
|
.pgadmin-controls .form-control {
|
2019-01-02 15:05:15 +05:30
|
|
|
border-color: $color-danger-light;
|
2018-10-10 12:43:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control {
|
2018-09-04 11:24:51 +01:00
|
|
|
border-color: $color-danger;
|
2017-07-10 09:36:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.control-label {
|
2018-09-04 11:24:51 +01:00
|
|
|
color: $color-danger;
|
2017-07-10 09:36:10 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-02 15:05:15 +05:30
|
|
|
.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;
|
2019-01-02 15:05:15 +05:30
|
|
|
right: 0.5rem;
|
2017-07-10 09:36:10 +01:00
|
|
|
z-index: 1;
|
2019-01-02 15:05:15 +05:30
|
|
|
line-height: inherit;
|
2017-07-10 09:36:10 +01:00
|
|
|
}
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-10-10 12:43:26 +01:00
|
|
|
.backform-tab .tab-pane {
|
2019-01-02 15:05:15 +05:30
|
|
|
padding: 0.5rem;
|
2018-10-10 12:43:26 +01:00
|
|
|
&.SQL {
|
|
|
|
|
height: 100%;
|
2019-01-02 15:05:15 +05:30
|
|
|
padding: 0px;
|
|
|
|
|
|
|
|
|
|
& .pgadmin-controls.SQL {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
2018-10-10 12:43:26 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-18 16:59:39 +00:00
|
|
|
.backform-note {
|
|
|
|
|
border-radius: $border-radius;
|
|
|
|
|
padding: .25rem;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
background: $border-color;
|
|
|
|
|
color: $color-fg;
|
2018-10-10 12:43:26 +01:00
|
|
|
}
|
Improvement in the look and feel of the whole application
Changed the SCSS/CSS for the below third party libraries to adopt the
new look 'n' feel:
- wcDocker
- Alertify dialogs, and notifications
- AciTree
- Bootstrap Navbar
- Bootstrap Tabs
- Bootstrap Drop-Down menu
- Backgrid
- Select2
Adopated the new the look 'n' feel for the dialogs, wizard, properties,
tab panels, tabs, fieldset, subnode control, spinner control, HTML
table, and other form controls.
- Font is changed to Roboto
- Using SCSS variables to define the look 'n' feel
- Designer background images for the Login, and Forget password pages in
'web' mode
- Improved the look 'n' feel for the key selection in the preferences
dialog
- Table classes consistency changes across the application
- File Open and Save dialog list view changes
Author(s): Aditya Toshniwal & Khushboo Vashi
2018-12-21 17:14:55 +05:30
|
|
|
|
|
|
|
|
.subnode-header label {
|
|
|
|
|
max-width: 90% !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-03 14:50:24 +00:00
|
|
|
.set-group, .accordian-group {
|
Improvement in the look and feel of the whole application
Changed the SCSS/CSS for the below third party libraries to adopt the
new look 'n' feel:
- wcDocker
- Alertify dialogs, and notifications
- AciTree
- Bootstrap Navbar
- Bootstrap Tabs
- Bootstrap Drop-Down menu
- Backgrid
- Select2
Adopated the new the look 'n' feel for the dialogs, wizard, properties,
tab panels, tabs, fieldset, subnode control, spinner control, HTML
table, and other form controls.
- Font is changed to Roboto
- Using SCSS variables to define the look 'n' feel
- Designer background images for the Login, and Forget password pages in
'web' mode
- Improved the look 'n' feel for the key selection in the preferences
dialog
- Table classes consistency changes across the application
- File Open and Save dialog list view changes
Author(s): Aditya Toshniwal & Khushboo Vashi
2018-12-21 17:14:55 +05:30
|
|
|
margin-bottom: $form-group-margin-bottom;
|
2019-01-03 14:50:24 +00:00
|
|
|
}
|