2018-09-04 05:24:51 -05:00
|
|
|
.browser-tab-bar {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
background-color: $color-gray-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp,
|
|
|
|
.CodeMirror pre {
|
2019-10-10 01:35:28 -05:00
|
|
|
font-family: $font-family-editor !important;
|
2018-09-04 05:24:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.sql-editor-grid-container {
|
|
|
|
font-family: $font-family-primary !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-btn-container {
|
|
|
|
padding: 3px 0px;
|
|
|
|
background-color: $color-primary;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
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 05:44:55 -06:00
|
|
|
.pg-sp-container {
|
2018-09-04 05:24:51 -05:00
|
|
|
position: absolute;
|
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 05:44:55 -06:00
|
|
|
min-width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
background: $loading-bg;
|
2018-09-04 05:24:51 -05:00
|
|
|
z-index: 1056;
|
|
|
|
|
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 05:44:55 -06:00
|
|
|
.pg-sp-content {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
top: 40%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pg-sp-icon {
|
|
|
|
background: $loader-icon center center no-repeat;
|
|
|
|
height: 75px;
|
|
|
|
width: 100%;
|
2018-09-04 05:24:51 -05:00
|
|
|
text-align: center;
|
|
|
|
}
|
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 05:44:55 -06:00
|
|
|
.pg-sp-text {
|
2018-09-04 05:24:51 -05:00
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
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 05:44:55 -06:00
|
|
|
color: $loading-fg;
|
2018-09-11 00:48:37 -05:00
|
|
|
}
|
2019-01-02 03:35:15 -06:00
|
|
|
|
|
|
|
.pg-toolbar-btn {
|
|
|
|
margin-left: 0.25rem;
|
2019-11-07 07:21:03 -06:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2019-12-06 07:57:55 -06:00
|
|
|
font-size: 1.15em;
|
2019-10-10 01:35:28 -05:00
|
|
|
}
|