2015-02-26 04:06:22 -06:00
|
|
|
/* Ensure simple forms don't hit the top of the screen */
|
|
|
|
body {
|
2018-10-10 06:43:26 -05:00
|
|
|
font-family: $font-family-primary;
|
2019-02-07 03:51:49 -06:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2016-08-18 10:51:09 -05:00
|
|
|
}
|
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.app-icon {
|
|
|
|
font-size: 25px;
|
|
|
|
vertical-align: middle;
|
2017-01-30 08:02:01 -06:00
|
|
|
}
|
|
|
|
|
2015-01-28 12:02:13 -06:00
|
|
|
/* Use the full width of the screen */
|
|
|
|
.container {
|
2018-10-10 06:43:26 -05:00
|
|
|
width: 100% !important;
|
2015-01-28 12:02:13 -06:00
|
|
|
}
|
2015-07-20 05:36:17 -05:00
|
|
|
|
2015-02-06 07:15:36 -06:00
|
|
|
/* iFrames should have no border */
|
|
|
|
iframe {
|
2018-10-10 06:43:26 -05:00
|
|
|
border-width: 0;
|
2015-02-06 07:15:36 -06:00
|
|
|
}
|
2015-02-13 07:13:36 -06:00
|
|
|
|
2019-01-02 03:35:15 -06:00
|
|
|
legend {
|
|
|
|
margin-bottom: 0rem;
|
|
|
|
}
|
|
|
|
|
2015-02-13 07:24:13 -06:00
|
|
|
/* Padding for the treeview */
|
|
|
|
.browser-browser-pane {
|
2018-10-10 06:43:26 -05:00
|
|
|
padding-left: 0;
|
2015-02-13 07:24:13 -06:00
|
|
|
}
|
|
|
|
|
2015-03-13 05:35:12 -05:00
|
|
|
/* Disabled menu items */
|
|
|
|
.mnu-disabled {
|
2018-10-10 06:43:26 -05:00
|
|
|
color: $color-gray !important;
|
2015-03-13 05:35: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
|
|
|
.dropdown-menu {
|
|
|
|
box-shadow: $dropdown-box-shadow;
|
|
|
|
}
|
2018-10-10 06:43:26 -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
|
|
|
.dropdown-toggle::after {
|
|
|
|
font-family: $font-family-icon;
|
|
|
|
content: "\f078";
|
|
|
|
font-size: 0.6rem;
|
|
|
|
vertical-align: 2px;
|
|
|
|
margin-left: 0rem;
|
|
|
|
border: none;
|
|
|
|
width: auto;
|
2020-08-13 01:34:00 -05:00
|
|
|
font-weight: 900;
|
2018-10-10 06:43:26 -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
|
|
|
|
2015-03-13 05:35:12 -05:00
|
|
|
/*
|
2017-07-24 06:13:24 -05:00
|
|
|
* Bootstrap 3 remove submenus as they don't work overly well on Mobile. The
|
2015-03-13 05:35:12 -05:00
|
|
|
* following CSS adds them back in - for our purposes they actually work fine
|
|
|
|
* on Mobile and are perfectly responsive
|
|
|
|
*/
|
|
|
|
.dropdown-submenu {
|
2018-10-10 06:43:26 -05:00
|
|
|
position: relative;
|
2015-03-13 05:35:12 -05:00
|
|
|
}
|
|
|
|
.dropdown-submenu>.dropdown-menu {
|
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: $dropdown-border-radius;
|
|
|
|
-webkit-border-radius:$dropdown-border-radius;
|
|
|
|
border-radius: $dropdown-border-radius;
|
2018-10-10 06:43:26 -05:00
|
|
|
left: 100%;
|
|
|
|
margin-left: -1px;
|
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
|
|
|
top: $dropdown-submenu-top;
|
2015-03-13 05:35: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
|
|
|
.dropdown-submenu .dropdown-menu.show {
|
|
|
|
background-color: $dropdown-bg;
|
2015-03-13 05:35: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
|
|
|
|
2015-03-13 05:35:12 -05:00
|
|
|
.dropdown-submenu>a:after {
|
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;
|
|
|
|
content: "\f054";
|
2018-10-10 06:43:26 -05:00
|
|
|
float: right;
|
|
|
|
margin-right: -10px;
|
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: 0.6rem;
|
|
|
|
line-height: 2;
|
2020-08-13 01:34:00 -05:00
|
|
|
font-weight: 900;
|
2015-03-13 05:35: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
|
|
|
|
2015-03-13 05:35:12 -05:00
|
|
|
.dropdown-submenu:hover>a:after {
|
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-left-color: $dropdown-link-hover-color;
|
2015-03-13 05:35:12 -05:00
|
|
|
}
|
|
|
|
.dropdown-submenu.pull-left {
|
2018-10-10 06:43:26 -05:00
|
|
|
float: none;
|
2015-03-13 05:35:12 -05:00
|
|
|
}
|
|
|
|
.dropdown-submenu.pull-left>.dropdown-menu {
|
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: $dropdown-border-radius;
|
|
|
|
-webkit-border-radius: $dropdown-border-radius;
|
|
|
|
border-radius: $dropdown-border-radius;
|
2018-10-10 06:43:26 -05:00
|
|
|
left: -100%;
|
|
|
|
margin-left: 10px;
|
2017-06-07 07:57: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
|
|
|
.dropdown-submenu-visible>.dropdown-item {
|
|
|
|
background-color: $dropdown-link-hover-bg;
|
|
|
|
color: $dropdown-link-hover-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Overriding secondary button of bootstrap **/
|
|
|
|
/* Used Bootstrap 4 Mixin button-variant
|
|
|
|
* Refer file : bootstrap/scss/mixins/_buttons.scss
|
|
|
|
*/
|
|
|
|
.btn-secondary {
|
2020-07-20 01:21:21 -05:00
|
|
|
@include button-variant($btn-secondary-bg, $btn-secondary-border, $btn-secondary-hover-bg, $hover-border: $btn-secondary-border-hover-bg);
|
|
|
|
@include hover() {
|
|
|
|
color: $btn-secondary-hover-fg !important;
|
|
|
|
} &.disabled, &:disabled {
|
|
|
|
color: $btn-secondary-disabled-fg !important;
|
2021-06-29 04:03:36 -05:00
|
|
|
border-color: $btn-secondary-disabled-border-color !important;
|
2020-07-20 01:21:21 -05:00
|
|
|
}
|
|
|
|
color: $btn-secondary-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
|
|
|
}
|
|
|
|
|
2020-07-20 01:21:21 -05:00
|
|
|
/** Overriding ternary button of bootstrap **/
|
2020-02-24 02:41:00 -06:00
|
|
|
/* Used Bootstrap 4 Mixin button-variant
|
|
|
|
* Refer file : bootstrap/scss/mixins/_buttons.scss
|
|
|
|
*/
|
2020-07-20 01:21:21 -05:00
|
|
|
.btn-ternary {
|
|
|
|
@include button-variant($color-ternary, $color-fg);
|
|
|
|
border-color: $color-ternary;
|
2020-07-21 08:24:06 -05:00
|
|
|
|
|
|
|
|
2020-07-20 01:21:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-ternary[disabled] {
|
2020-07-21 08:24:06 -05:00
|
|
|
background-color: $btn-ternary-disabled-bg;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $btn-ternary-disabled-fg !important;
|
2020-07-21 08:24:06 -05:00
|
|
|
border-color: $btn-ternary-disabled-border-color;
|
2020-07-20 01:21:21 -05:00
|
|
|
|
|
|
|
label {
|
2020-07-21 08:24:06 -05:00
|
|
|
background-color: $btn-ternary-disabled-bg;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $btn-ternary-disabled-fg !important;
|
2020-07-21 08:24:06 -05:00
|
|
|
border-color: $btn-ternary-disabled-border-color;
|
2020-07-20 01:21:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
@include button-variant($color-primary, $color-primary, $hover-background: $btn-primary-hover-bg, $hover-border: $btn-primary-border-hover-bg);
|
|
|
|
& .disabled,
|
|
|
|
&:disabled {
|
|
|
|
background-color: $btn-primary-disabled-bg;
|
|
|
|
border-color: $btn-primary-disabled-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary-icon {
|
|
|
|
@include button-variant($btn-primary-icon-bg, $btn-primary-icon-border-color);
|
|
|
|
@include hover() {
|
|
|
|
background-color: $btn-primary-icon-hover-bg;
|
|
|
|
color: $btn-primary-icon-hover-fg;
|
|
|
|
} &.disabled, &:disabled {
|
|
|
|
color: $btn-primary-icon-disable-fg !important;
|
|
|
|
border-color: $btn-primary-icon-border-disable-bg !important;
|
|
|
|
background-color: $btn-primary-icon-disable-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
border-color: $btn-primary-icon-border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-success {
|
|
|
|
@include button-variant($color-success, $color-fg);
|
|
|
|
border-color: $color-success;
|
|
|
|
@include hover() {
|
|
|
|
color: $color-success-hover-fg !important;
|
|
|
|
border-color: $color-success !important;
|
|
|
|
}
|
2020-02-24 02:41:00 -06:00
|
|
|
}
|
|
|
|
|
2020-07-20 01:21:21 -05:00
|
|
|
.btn-success[disabled] {
|
|
|
|
background-color: $color-success-disabled-bg !important;
|
2020-07-20 04:42:46 -05:00
|
|
|
border-color: $color-success-disabled-border-color !important;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $color-success-disabled-fg !important;
|
|
|
|
|
|
|
|
label {
|
|
|
|
background-color: $color-success-disabled-bg !important;
|
2020-07-20 04:42:46 -05:00
|
|
|
border-color: $color-success-disabled-border-color !important;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $color-success-disabled-fg !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-16 05:36:50 -06:00
|
|
|
.btn-warning {
|
|
|
|
@include button-variant($color-warning, $color-warning-fg);
|
|
|
|
border-color: $color-warning;
|
|
|
|
@include hover() {
|
|
|
|
color: $color-warning-fg !important;
|
|
|
|
border-color: $color-warning !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-20 01:21:21 -05:00
|
|
|
|
2015-06-30 00:51:55 -05:00
|
|
|
.form-group fieldset {
|
2018-10-10 06:43:26 -05:00
|
|
|
background-color: $color-gray-lighter;
|
|
|
|
border-color: $color-gray-lighter;
|
|
|
|
border-width: 1px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
padding: 0px 0px 0px 5px;
|
2015-06-30 00:51:55 -05:00
|
|
|
}
|
|
|
|
.form-group legend {
|
2018-10-10 06:43:26 -05:00
|
|
|
font-size: 105%;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-left: 0;
|
|
|
|
padding: 0.1em 0.5em;
|
|
|
|
text-align: left;
|
|
|
|
width: 95%;
|
2015-06-30 00:51:55 -05:00
|
|
|
}
|
|
|
|
.form-group .fieldset-content {
|
2018-10-10 06:43:26 -05:00
|
|
|
width: 100%;
|
2015-06-30 00:51:55 -05:00
|
|
|
}
|
|
|
|
.form-group fieldset .caret {
|
2018-10-10 06:43:26 -05:00
|
|
|
border-left: 5px solid transparent;
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
border-top: 5px solid;
|
|
|
|
display: inline-block;
|
|
|
|
height: 0;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: -2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 0;
|
2015-06-30 00:51:55 -05:00
|
|
|
}
|
|
|
|
.form-group fieldset .collapsed .caret {
|
2018-10-10 06:43:26 -05:00
|
|
|
border-bottom: 5px solid transparent;
|
|
|
|
border-left: 5px solid;
|
|
|
|
border-top: 5px solid transparent;
|
2015-06-30 00:51:55 -05:00
|
|
|
}
|
2019-01-02 03:35:15 -06:00
|
|
|
/* 25px is for showing error icon */
|
2015-06-30 00:51:55 -05:00
|
|
|
.control-label {
|
2018-10-10 06:43:26 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0px;
|
2019-01-02 03:35:15 -06:00
|
|
|
padding: 5px 25px 5px 5px !important;
|
2018-10-10 06:43:26 -05:00
|
|
|
vertical-align: middle;
|
2016-03-10 09:31:43 -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
|
|
|
|
2019-01-02 03:35:15 -06:00
|
|
|
.form-check {
|
|
|
|
padding-left: 0rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-header {
|
|
|
|
padding: $card-header-padding;
|
|
|
|
font-weight: bold;
|
2020-07-20 01:21:21 -05:00
|
|
|
background-color: $card-header-bg;
|
|
|
|
color: $card-header-fg;
|
|
|
|
border-color: $card-header-border-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
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
margin-bottom: 0rem;
|
2021-01-12 05:13:30 -06:00
|
|
|
user-select: text;
|
2021-03-16 01:13:27 -05:00
|
|
|
table-layout: auto;
|
2021-03-12 00:19:58 -06:00
|
|
|
max-width: none;
|
|
|
|
width: auto;
|
|
|
|
min-width: 100%;
|
2019-02-11 04:58:19 -06:00
|
|
|
th {
|
|
|
|
padding: $table-header-cell-padding $table-cell-padding;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.table-bordered {
|
|
|
|
border: $panel-border;
|
|
|
|
|
|
|
|
& thead {
|
|
|
|
& th, & td {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
& tr {
|
|
|
|
font-weight: bold !important;
|
|
|
|
// for first row, remove top border
|
|
|
|
&:first-of-type{
|
|
|
|
& td, & th {
|
|
|
|
border-top: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-03 01:17:42 -06:00
|
|
|
& th {
|
|
|
|
&:first-of-type {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
& tbody {
|
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
|
|
|
& tr {
|
2020-07-14 05:15:01 -05:00
|
|
|
& th, & td {
|
|
|
|
border-top: $panel-border;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2019-12-03 01:17:42 -06:00
|
|
|
& td {
|
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
|
|
|
&:first-of-type {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.table.table-hover {
|
|
|
|
& > tbody {
|
|
|
|
& > tr:not(.nohover):not(.empty):hover, tr.selected {
|
|
|
|
background-color: $table-hover-bg-color;
|
2020-07-20 01:21:21 -05:00
|
|
|
color: $grid-hover-fg-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
|
|
|
& > td {
|
|
|
|
border-top: $table-hover-border;
|
|
|
|
border-bottom: $table-hover-border;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > tr.nohover {
|
|
|
|
background-color: transparent;
|
2020-07-20 01:21:21 -05: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
|
|
|
}
|
|
|
|
}
|
2016-05-15 15:27:59 -05:00
|
|
|
}
|
|
|
|
|
2015-12-17 07:48:42 -06:00
|
|
|
.switch-cell {
|
2018-10-10 06:43:26 -05:00
|
|
|
height: 0px;
|
|
|
|
width: 0px;
|
2016-05-25 03:16:31 -05:00
|
|
|
}
|
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
/* Center align the switch in backgrid */
|
2019-02-04 00:01:48 -06:00
|
|
|
td.switch-cell > div.toggle {
|
2018-10-10 06:43:26 -05:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2016-05-12 13:34:28 -05:00
|
|
|
}
|
2016-05-14 04:59:03 -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
|
|
|
.nav {
|
|
|
|
&.nav-tabs {
|
|
|
|
height: $title-height;
|
|
|
|
border-top-left-radius: inherit;
|
|
|
|
border-top-right-radius: inherit;
|
2016-05-15 05:29:32 -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
|
|
|
& .nav-link {
|
|
|
|
border: none !important;
|
|
|
|
padding: $tabs-padding;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $color-fg;
|
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
|
|
|
&.active {
|
|
|
|
border-bottom: $active-border !important;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $active-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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-15 05:29:32 -05:00
|
|
|
}
|
2016-06-03 05:13:05 -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
|
|
|
.navbar-nav .nav-item > .dropdown-menu {
|
|
|
|
top: $navbar-dropdown-top;
|
2016-06-13 10:17:36 -05:00
|
|
|
}
|
2016-06-14 11:23:25 -05:00
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
|
|
|
|
display: table-cell;
|
|
|
|
white-space: normal;
|
2016-06-15 05:59:20 -05:00
|
|
|
}
|
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.navbar-brand {
|
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-right: 0rem;
|
2020-06-24 05:27:01 -05:00
|
|
|
padding: 0rem;
|
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
|
|
|
padding-left: 0.5rem !important;
|
|
|
|
padding-right: 1rem !important;
|
2019-01-16 00:25:08 -06:00
|
|
|
height: $navbar-height;
|
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
|
|
|
display: flex;
|
|
|
|
align-items: center !important;
|
2019-01-07 02:54:44 -06:00
|
|
|
font-weight: bold;
|
2016-06-15 05:59:20 -05:00
|
|
|
}
|
2016-06-29 06:16:02 -05:00
|
|
|
|
2018-10-10 06:43:26 -05:00
|
|
|
.btn-sm-sq {
|
|
|
|
@extend .btn-sm;
|
|
|
|
line-height: 0.7rem;
|
2018-01-12 08:34:39 -06:00
|
|
|
}
|
2018-09-04 05:24:51 -05:00
|
|
|
|
2021-01-16 05:36:50 -06:00
|
|
|
.btn-xs {
|
|
|
|
@extend .btn-sm;
|
|
|
|
padding: 0.125rem 0.25rem !important;
|
|
|
|
}
|
|
|
|
|
2018-10-11 07:23:59 -05:00
|
|
|
.btn-toolbar {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
2018-11-27 04:57:30 -06:00
|
|
|
|
|
|
|
.bootstrap-datetimepicker-widget thead th {
|
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-bg;
|
2018-12-20 03:53:35 -06:00
|
|
|
}
|
2019-01-02 03:35:15 -06:00
|
|
|
|
|
|
|
.input-group {
|
|
|
|
& .input-group-text {
|
|
|
|
background: $input-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-04 00:01:48 -06:00
|
|
|
.btn.disabled, .btn:disabled, .btn[disabled] {
|
|
|
|
opacity: $btn-disabled-opacity;
|
2019-01-02 03:35:15 -06:00
|
|
|
}
|
2019-05-31 10:51:30 -05:00
|
|
|
|
|
|
|
.btn-group label.btn.btn-primary.active {
|
|
|
|
background-color: $color-primary-light;
|
2019-11-07 07:21:03 -06:00
|
|
|
color: $color-primary-light-fg;
|
2019-05-31 10:51:30 -05:00
|
|
|
}
|
2019-07-25 10:38:26 -05:00
|
|
|
|
|
|
|
.btn-group.pgadmin-controls-radio-none.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group.pgadmin-controls-radio-none > label.btn.btn-primary.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2020-02-24 02:41:00 -06:00
|
|
|
|
|
|
|
/* Bootstrap custom controls */
|
|
|
|
.custom-control-input {
|
|
|
|
&:focus:checked ~ .custom-control-label::before {
|
|
|
|
border-color: $custom-control-indicator-focus-border-color;
|
|
|
|
}
|
2020-07-20 01:21:21 -05:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-color: $custom-control-indicator-focus-border-color;
|
|
|
|
}
|
2020-02-24 02:41:00 -06:00
|
|
|
}
|
2020-07-02 00:50:14 -05:00
|
|
|
|
|
|
|
@media (max-width: 992px) {
|
|
|
|
.navbar-collapse {
|
|
|
|
max-height: 99vh;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
2020-07-20 04:42:46 -05:00
|
|
|
|
|
|
|
td.pga-ex-exclusive-2, td.pga-ex-inclusive-2 {
|
|
|
|
color: color-yiq($explain-sev-2-bg);
|
|
|
|
}
|
2020-07-21 08:24:06 -05:00
|
|
|
|
|
|
|
#datagrid .slick-header .slick-header-column.selected {
|
|
|
|
color: color-yiq($color-primary)
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-text {
|
|
|
|
color: color-yiq($color-bg);
|
|
|
|
}
|