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
|
|
|
.aciTree .aciTreeLi {
|
|
|
|
display: grid !important;
|
2019-01-16 00:25:08 -06:00
|
|
|
cursor: pointer;
|
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-09 03:09:39 -05:00
|
|
|
.aciTree .aciTreeText {
|
2018-10-10 06:43:26 -05:00
|
|
|
font-family: $font-family-primary;
|
2019-01-02 03:35:15 -06:00
|
|
|
font-size: 0.815rem;
|
2017-06-21 05:11:49 -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
|
|
|
.aciTree.aciTreeFocus .aciTreeFocus > .aciTreeLine {
|
2019-01-16 00:25:08 -06:00
|
|
|
background-color: $color-primary-light !important;
|
2019-01-17 01:57:07 -06:00
|
|
|
border-right: $active-border !important;
|
2017-06-21 05:11:49 -05:00
|
|
|
}
|
2019-01-16 00:25:08 -06: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
|
|
|
.aciTree .aciTreeSelected > .aciTreeLine {
|
2019-01-16 00:25:08 -06:00
|
|
|
background-color: $color-primary-light !important;
|
2019-01-17 01:57:07 -06:00
|
|
|
border-color: $color-primary-light;
|
|
|
|
border-right: $active-border !important;
|
|
|
|
border-left: none !important;
|
|
|
|
border-top: none !important;
|
|
|
|
border-bottom: none !important;
|
2019-01-16 00:25:08 -06:00
|
|
|
-webkit-border-radius: none !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
|
|
|
-moz-border-radius: none !important;
|
|
|
|
border-radius: none !important;
|
2017-11-21 10:28:01 -06:00
|
|
|
}
|
2017-06-21 05:11:49 -05:00
|
|
|
.aciTree .aciTreeSelected > .aciTreeLine .aciTreeItem {
|
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
|
|
|
background-color: $color-primary-light;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
-webkit-border-radius: none !important;
|
|
|
|
-moz-border-radius: none !important;
|
|
|
|
border-radius: none !important;
|
2017-09-13 10:01:14 -05:00
|
|
|
}
|
2017-11-21 10:28:01 -06:00
|
|
|
.aciTree .aciTreeItem {
|
2018-10-10 06:43:26 -05:00
|
|
|
white-space: nowrap !important;
|
|
|
|
}
|
|
|
|
.aciTree.aciTreeLoad {
|
|
|
|
background: none;
|
2017-11-21 10:28:01 -06: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
|
|
|
.aciTree .aciTreeLine.aciTreeHover {
|
|
|
|
background-color: $color-gray-light;
|
|
|
|
-webkit-border-radius: none !important;
|
|
|
|
-moz-border-radius: none !important;
|
|
|
|
border-radius: none !important;
|
|
|
|
}
|
|
|
|
.aciTree .aciTreeLine.aciTreeHover .aciTreeItem {
|
|
|
|
background-color: $color-gray-light;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
-webkit-border-radius: none !important;
|
|
|
|
-moz-border-radius: none !important;
|
|
|
|
border-radius: none !important;
|
|
|
|
}
|
|
|
|
.aciTree.aciTreeFocus .aciTreeSelected >.aciTreeLine .aciTreeItem {
|
|
|
|
background-color: $color-primary-light;
|
|
|
|
}
|
|
|
|
.aciTree.aciTreeFocus .aciTreeFocus >.aciTreeLine .aciTreeItem,
|
|
|
|
.aciTree.aciTreeFocus .aciTreeSelected.aciTreeFocus >.aciTreeLine .aciTreeItem {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
.aciTree .aciTreeButton {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.aciTree .aciTreePush {
|
|
|
|
width: 30px;
|
|
|
|
background: url(../img/collapse_expand.svg) 12px 7px no-repeat;
|
|
|
|
}
|
|
|
|
.aciTree .aciTreeEntry,
|
|
|
|
.aciTree .aciTreeBranch,
|
|
|
|
.aciTree[dir=rtl] .aciTreeBranch {
|
|
|
|
overflow:hidden;
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
.aciTree .aciTreeInode >.aciTreeLine .aciTreePush,
|
|
|
|
.aciTree .aciTreeInode >.aciTreeLine .aciTreePush.aciTreeHover {
|
2019-01-21 06:10:05 -06:00
|
|
|
background-position: 6px center !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
|
|
|
}
|
|
|
|
.aciTree .aciTreeOpen >.aciTreeLine .aciTreePush,
|
|
|
|
.aciTree .aciTreeOpen >.aciTreeLine .aciTreePush.aciTreeHover {
|
2019-01-21 06:10:05 -06:00
|
|
|
background-position: -14px center !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
|
|
|
}
|