2019-11-07 07:21:03 -06:00
|
|
|
.select2-dropdown {
|
|
|
|
background-color: $input-bg;
|
|
|
|
color: $input-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-results__option[aria-selected=true] {
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $select2-container-bg-selected;
|
|
|
|
color: $select2-container-fg-selected;
|
2020-02-24 02:41:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-results__option--highlighted {
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $select2-container-hover-bg !important;
|
|
|
|
color: $select2-container-hover-fg !important;
|
2019-11-07 07:21:03 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--multiple {
|
|
|
|
background-color: $input-bg;
|
|
|
|
color: $input-color;
|
2020-02-24 02:41:00 -06:00
|
|
|
|
|
|
|
|
2019-11-07 07:21:03 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
2020-02-24 02:41:00 -06:00
|
|
|
background-color: $tree-bg-selected;
|
|
|
|
color: $tree-fg-selected;
|
|
|
|
border: $input-border-width solid $dropdown-link-hover-bg;
|
|
|
|
line-height: 2;
|
|
|
|
|
|
|
|
& .select2-selection__choice__remove {
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $dropdown-link-remove-color;
|
2020-02-24 02:41:00 -06:00
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
2018-09-04 05:24:51 -05:00
|
|
|
}
|
2018-10-09 05:22:54 -05:00
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.select2-container--default .select2-search--inline .select2-search__field {
|
|
|
|
background: transparent none repeat scroll 0% 0%;
|
|
|
|
border: medium none;
|
|
|
|
outline: 0px none;
|
|
|
|
box-shadow: none;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2019-11-07 07:21:03 -06:00
|
|
|
.select2-container--default .select2-search__field {
|
|
|
|
background-color: $input-bg;
|
|
|
|
color: $input-color;
|
|
|
|
}
|
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.renderable > .select2-container {
|
|
|
|
width: 100% !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
|
|
|
.select2-container .select2-selection--single {
|
2019-02-01 06:25:38 -06:00
|
|
|
height: auto;
|
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: 28px;
|
2019-11-07 07:21:03 -06:00
|
|
|
background-color: $input-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
|
|
|
& .select2-selection__rendered{
|
|
|
|
line-height: inherit;
|
|
|
|
padding: $input-padding-y $input-padding-x;
|
|
|
|
padding-right: 1.5rem;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $input-color;
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
|
|
top: 0px;
|
|
|
|
height: 100%;
|
2018-10-10 06:43:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default.select2-container--focus {
|
2019-01-02 03:35:15 -06:00
|
|
|
& .select2-selection--single,
|
|
|
|
& .select2-selection--multiple {
|
|
|
|
border-color: $input-focus-border-color !important;
|
|
|
|
outline: 0;
|
|
|
|
-webkit-box-shadow: $input-focus-box-shadow;
|
|
|
|
box-shadow: $input-focus-box-shadow;
|
|
|
|
}
|
2018-10-10 06:43:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select2-results span.wcTabIcon {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-selection {
|
|
|
|
color: $input-color;
|
|
|
|
background-color: $input-bg;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border: $input-border-width solid $input-border-color !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default.select2-container--disabled .select2-selection--multiple {
|
|
|
|
background-color: $input-disabled-bg !important;
|
|
|
|
opacity: 1;
|
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: $text-muted;
|
2018-10-10 06:43:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default.select2-container--disabled .select2-selection--single {
|
|
|
|
background-color: $input-disabled-bg !important;
|
|
|
|
opacity: 1;
|
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: $text-muted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default.select2-container--disabled .select2-selection__rendered {
|
|
|
|
color: $text-muted;
|
2018-10-10 06:43:26 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 05:22:54 -05:00
|
|
|
.select2-select-all-adapter-container {
|
|
|
|
padding: 3px 0px;
|
|
|
|
background-color: $color-primary;
|
|
|
|
margin-bottom: 3px;
|
2018-10-10 06:43:26 -05:00
|
|
|
}
|
2020-01-31 01:07:44 -06:00
|
|
|
|
|
|
|
/* select2 readonly */
|
|
|
|
select[readonly].select2-hidden-accessible + .select2-container {
|
|
|
|
pointer-events: none;
|
|
|
|
touch-action: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
|
2021-03-12 01:41:09 -06:00
|
|
|
background: $select2-readonly;
|
|
|
|
color: $text-muted;
|
2020-01-31 01:07:44 -06:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
|
|
|
|
display: none;
|
|
|
|
}
|