2017-06-30 04:23:12 -05:00
|
|
|
/* Overrides alertify js headers */
|
|
|
|
.alertify {
|
2022-03-21 02:59:26 -05:00
|
|
|
z-index: 3000;
|
|
|
|
position: fixed;
|
|
|
|
|
2017-06-30 04:23:12 -05:00
|
|
|
.ajs-header {
|
|
|
|
padding: 6px 10px !important;
|
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
|
|
|
//margin is calculated with -$alertify-borderremove-margin, adjust the header
|
|
|
|
min-height: $title-height + $alertify-borderremove-margin !important;
|
|
|
|
max-height: $title-height + $alertify-borderremove-margin !important;
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-header-bg;
|
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
|
|
|
font-size: $font-size-base;
|
2017-06-30 04:23:12 -05:00
|
|
|
font-weight: bold;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $alert-header-fg;
|
2017-11-16 05:56:05 -06:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2019-06-11 09:11:13 -05:00
|
|
|
text-overflow: ellipsis;
|
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
|
|
|
border-radius: 0rem;
|
|
|
|
border-top-left-radius: $panel-border-radius;
|
|
|
|
border-top-right-radius: $panel-border-radius;
|
|
|
|
border-bottom: none;
|
|
|
|
margin: -24px - $alertify-borderremove-margin; //-24px is default by alertify
|
|
|
|
margin-bottom: 0px;
|
|
|
|
&:hover {
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-header-bg;
|
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
|
|
|
}
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
|
2019-11-07 07:21:03 -06:00
|
|
|
.ajs-body {
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-dialog-body-bg !important;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $color-fg !important;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
&.ajs-resizable,
|
|
|
|
&.ajs-maximized {
|
|
|
|
& .ajs-body {
|
|
|
|
& .ajs-content {
|
|
|
|
top: $title-height;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& .ajs-header{
|
|
|
|
//default is 0, to override the borders
|
|
|
|
margin: -$alertify-borderremove-margin;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .ajs-handle {
|
2021-10-11 07:12:14 -05:00
|
|
|
z-index: 1020;
|
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
|
|
|
}
|
|
|
|
}
|
2020-08-27 08:38:00 -05:00
|
|
|
|
2019-01-15 01:29:09 -06:00
|
|
|
&.ajs-frameless {
|
|
|
|
& .ajs-body {
|
|
|
|
& .ajs-content {
|
|
|
|
top: 0 !important;
|
2020-07-14 05:15:01 -05:00
|
|
|
bottom: 0px !important;
|
2019-01-16 00:25:08 -06:00
|
|
|
padding: 0px;
|
2019-01-15 01:29:09 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:not(.ajs-frameless) .ajs-body .ajs-content {
|
2019-01-02 03:35:15 -06:00
|
|
|
top: $title-height !important;
|
2019-01-15 01:29:09 -06:00
|
|
|
}
|
|
|
|
.ajs-body .ajs-content {
|
2019-01-02 03:35:15 -06:00
|
|
|
bottom: $footer-height-calc !important;
|
2019-01-18 06:24:49 -06:00
|
|
|
}
|
|
|
|
.ajs-wrap-text {
|
2019-07-17 05:45:20 -05:00
|
|
|
word-break: normal;
|
2019-01-15 06:53:59 -06:00
|
|
|
word-wrap: break-word;
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
/* Removes padding from alertify footer */
|
|
|
|
.ajs-footer {
|
|
|
|
padding: 0;
|
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-height: $footer-min-height;
|
|
|
|
border-top: $panel-border;
|
2019-11-07 07:21:03 -06:00
|
|
|
background-color: $color-bg !important;
|
|
|
|
color: $color-fg !important;
|
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
|
|
|
& .ajs-buttons {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0rem;
|
|
|
|
border-bottom-left-radius: $panel-border-radius;
|
|
|
|
border-bottom-right-radius: $panel-border-radius;
|
|
|
|
padding: $footer-padding;
|
|
|
|
|
|
|
|
&.ajs-auxiliary .ajs-button,
|
|
|
|
&.ajs-primary .ajs-button {
|
|
|
|
margin: 0px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .ajs-button {
|
|
|
|
font-family: $font-family-primary;
|
|
|
|
font-size: $font-size-base;
|
|
|
|
-webkit-font-smoothing: auto;
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-commands {
|
|
|
|
margin: -22px 4px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Replaces alertify button icons */
|
|
|
|
.ajs-commands button {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Prevent text blur in the runtime */
|
|
|
|
.ajs-dimmer,
|
|
|
|
.ajs-modal {
|
|
|
|
-webkit-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-commands button.ajs-maximize {
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZklEQVQ4jcWTuw2AMAxEn5jBs7B/e0gpmAiKEGRS5QDBSS7v+Q8fSsCWQgDTA+DsGgJYuypumTNkWCWZg9q/HIAOSDim/xTUcu0exXXaxQG0teRVWQPLx2Gbe8B55yNqv7C4GV/TDq//J11odoZgAAAAAElFTkSuQmCC);
|
|
|
|
background-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-commands button.ajs-close {
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAdklEQVQ4jd2SwQnAIAxF36GH0pOTFHEgF3IkR5LO0F4SCGJVEHroAy/f/E+igV+yAa6hO7nrcgAZuIBg9CBalppXEnDL0RA1q556ASdQqhBrLlLTxVch1uxHZiU2AuKs2Vdt23GGHSy/wfIvzOzBPhpjaRO/5wG/szevJ+ZXzAAAAABJRU5ErkJggg==);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Restyling alertify dialogue panel boundaries */
|
|
|
|
.ajs-dialog {
|
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
|
|
|
border: $panel-border;
|
|
|
|
border-radius: $panel-border-radius;
|
|
|
|
box-shadow: $dialog-box-shadow;
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-dialog-body-bg !important;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $color-fg !important;
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
.ajs-content {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.alertify.ajs-maximized .ajs-commands,
|
|
|
|
.alertify.ajs-resizable .ajs-commands {
|
|
|
|
margin: 2px 0px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-commands {
|
|
|
|
position: absolute;
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-pin, .ajs-maximize, .ajs-close {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
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
|
|
|
border: $input-btn-border-width solid $btn-secondary-border !important;
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-action-bg !important;
|
2017-06-30 04:23:12 -05:00
|
|
|
font-size: 12px;
|
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
|
|
|
border-radius: $btn-border-radius;
|
2017-06-30 04:23:12 -05:00
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-pin:hover, .ajs-maximize:hover, .ajs-close:hover {
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $alert-action-hover-bg !important;
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkElEQVQ4jWNkwAR8DAwMBxkYGMTQxF8xMDDYMzAwfMKiBwMYMDAw3GRgYPgPxTehYiSBKCQDonApYiLV1KFjABsDA4MpEt8UKkYUkGBgYDjPgAhAGD4PlSPooqNYNMPwUXRXM+IwBAbaoXQlktg/ZMUsWAxAVvASmyZCBiCDNwTkCRrwasANIOgFQoADinECAAtnIEoWoODLAAAAAElFTkSuQmCC);
|
|
|
|
background-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA8klEQVQ4jZ3QMUpDQRCH8V+ewULQE4iERTyCrQiDCpbaCKKljbV4A89gqVgGrCMDWlpaWwVPoFYiIjYv8hBJXjLN7s7u9+3wZ4aKiOWI2IJOi8dHuM7MXxj3WMHe3CRBKeUGvVJKllJG8CrmoNty6jMsYKeGoY/jtgI4bez7OMjMr2oKwaieRzDMIljDRUSgXQZPeG2cv7GOffQ7ETGPcyw2HozWQWY+jLN3M/MzIu4wwNKf+zeMFVSQmY/YbfzeuiqIiAonZgi1quErHNa9F7xPM8FlAx5iA9ttJRVu8VHDm5k5rDNpLRERWxHR+6c/MZMfLIJDwzY66IkAAAAASUVORK5CYII=);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Restyling alertify query results messages */
|
2017-07-07 10:50:47 -05:00
|
|
|
.alertify-notifier.ajs-right {
|
|
|
|
min-width: 250px;
|
|
|
|
width: auto;
|
|
|
|
width: initial;
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
2017-06-30 04:23:12 -05:00
|
|
|
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
|
2017-07-04 06:03:32 -05:00
|
|
|
padding: 0;
|
2017-07-07 10:50:47 -05:00
|
|
|
right: 0;
|
|
|
|
width: auto;
|
|
|
|
width: initial;
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.alertify-notifier .ajs-message {
|
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
|
|
|
border-radius: $card-border-radius;
|
|
|
|
width: 100%;
|
2017-06-30 04:23:12 -05: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 05:44:55 -06:00
|
|
|
.pg-alertify-button:before {
|
|
|
|
font-size: $font-size-base;
|
|
|
|
@at-root .ajs-button#{&} {
|
|
|
|
font-family: $font-family-icon;
|
|
|
|
margin-right: 5px;
|
2020-08-13 01:34:00 -05:00
|
|
|
font-weight: 900;
|
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
|
|
|
}
|
2017-06-30 04:23:12 -05: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 05:44:55 -06:00
|
|
|
.pg-alertify-icon-button {
|
|
|
|
&:before {
|
2019-01-02 03:35:15 -06:00
|
|
|
line-height: 1.2;
|
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
|
|
|
font-family: $font-family-icon;
|
2020-08-13 01:34:00 -05:00
|
|
|
font-weight: 900;
|
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
|
|
|
}
|
2017-06-30 04:23:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-text-smoothing {
|
|
|
|
text-shadow: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-message.ajs-error.ajs-visible {
|
2020-07-03 01:17:40 -05:00
|
|
|
background: $alert-danger-bg;
|
|
|
|
border: $border-width solid $alert-danger-color;
|
|
|
|
color: $alert-danger-color;
|
2017-06-30 04:23:12 -05:00
|
|
|
@extend .ajs-text-smoothing;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajs-message.ajs-success.ajs-visible {
|
2020-07-03 01:17:40 -05:00
|
|
|
background: $alert-success-bg;
|
|
|
|
border: $border-width solid $alert-success-color;
|
|
|
|
color: $alert-success-color;
|
2017-06-30 04:23:12 -05:00
|
|
|
@extend .ajs-text-smoothing;
|
|
|
|
}
|
2017-07-10 07:49:47 -05:00
|
|
|
|
2020-08-25 11:18:43 -05:00
|
|
|
.ajs-message.ajs-warning.ajs-visible {
|
|
|
|
background: $alert-warning-bg;
|
|
|
|
border: $border-width solid $alert-warning-color;
|
|
|
|
color: $alert-warning-color;
|
|
|
|
@extend .ajs-text-smoothing;
|
|
|
|
}
|
|
|
|
|
2017-07-24 06:13:24 -05:00
|
|
|
.ajs-message.ajs-visible {
|
2020-07-03 01:17:40 -05:00
|
|
|
background: $alert-primary-bg;
|
|
|
|
border: $border-width solid $alert-primary-color;
|
|
|
|
color: $alert-primary-color;
|
2017-07-24 06:13:24 -05:00
|
|
|
@extend .ajs-text-smoothing;
|
|
|
|
}
|
|
|
|
|
2017-08-17 07:24:12 -05:00
|
|
|
.ajs-message > .media > .media-body.media-middle {
|
2018-05-07 05:34:47 -05:00
|
|
|
display: flex;
|
2017-07-24 06:13:24 -05:00
|
|
|
}
|
2019-01-02 03:35:15 -06:00
|
|
|
|
|
|
|
.alertify .ajs-dimmer {
|
|
|
|
background-color: $loading-bg;
|
2019-01-15 06:53:59 -06:00
|
|
|
}
|
2019-01-16 00:25:08 -06:00
|
|
|
|
|
|
|
/* It sometimes is applied to dialog and blocks the dialog from editing */
|
|
|
|
.alertify .ajs-dialog.ajs-capture:before {
|
|
|
|
display: none;
|
2019-05-29 02:36:26 -05:00
|
|
|
}
|
2019-10-10 01:35:28 -05:00
|
|
|
|
|
|
|
.alertify-no-animation {
|
|
|
|
.alertify .ajs-dimmer,
|
|
|
|
.alertify .ajs-modal,
|
|
|
|
.alertify-notifier,
|
|
|
|
.alertify-notifier .ajs-message.ajs-visible,
|
|
|
|
.alertify-notifier .ajs-message,
|
|
|
|
.alertify-notifier.ajs-center .ajs-message.ajs-visible,
|
|
|
|
.alertify-notifier.ajs-center .ajs-message
|
|
|
|
{
|
|
|
|
-moz-transition: none;
|
|
|
|
-webkit-transition: none;
|
|
|
|
-o-transition: none;
|
|
|
|
transition: none;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
|
|
-webkit-animation-name: ajs-noanimate;
|
|
|
|
animation-name: ajs-noanimate;
|
|
|
|
}
|
|
|
|
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
|
|
|
|
-webkit-animation-name: ajs-noanimate;
|
|
|
|
animation-name: ajs-noanimate;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes ajs-noanimate {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
@keyframes ajs-noanimate {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
2020-02-25 06:53:36 -06:00
|
|
|
|
2020-07-20 01:21:21 -05:00
|
|
|
.alert-text-body {
|
|
|
|
color: $alert-color-fg;
|
|
|
|
}
|
2020-02-25 06:53:36 -06:00
|
|
|
|
2020-03-30 07:01:50 -05:00
|
|
|
.ajs-commands, .ajs-close {
|
2020-03-26 05:00:31 -05:00
|
|
|
button {
|
2020-02-25 06:53:36 -06:00
|
|
|
@extend .btn-secondary;
|
|
|
|
outline: none !important;
|
2020-03-26 05:00:31 -05:00
|
|
|
}
|
2020-02-25 06:53:36 -06:00
|
|
|
}
|
|
|
|
|
2020-03-26 05:00:31 -05:00
|
|
|
.wizard-header {
|
|
|
|
.ml-auto {
|
|
|
|
button {
|
|
|
|
@extend .btn-secondary;
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|