2018-10-10 06:43:26 -05:00
|
|
|
$theme-colors: (
|
|
|
|
"primary": $color-primary,
|
|
|
|
"danger": $color-danger,
|
|
|
|
"success": $color-success,
|
|
|
|
"warning": $color-warning,
|
|
|
|
);
|
|
|
|
|
2020-07-03 01:17:40 -05:00
|
|
|
/* Certain variables are required in JS directly */
|
|
|
|
:root {
|
2020-07-29 04:19:22 -05:00
|
|
|
--color-fg: #{$color-fg};
|
2020-09-17 09:47:54 -05:00
|
|
|
--color-bg: #{$color-bg};
|
2020-07-03 01:17:40 -05:00
|
|
|
--border-color: #{$border-color};
|
2021-05-25 09:42:57 -05:00
|
|
|
--psql-background: #{$psql-background};
|
|
|
|
--psql-foreground: #{$psql-foreground};
|
|
|
|
--psql-cursor: #{$psql-cursor};
|
|
|
|
--psql-cursorAccent: #{$psql-cursorAccent};
|
|
|
|
--psql-selection: #{$psql-selection};
|
2020-07-03 01:17:40 -05:00
|
|
|
}
|
|
|
|
|
2021-02-10 01:17:52 -06:00
|
|
|
@import "bootstrap/scss/bootstrap";
|
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
|
|
|
@import 'webcabin.pgadmin';
|
2018-09-04 05:24:51 -05:00
|
|
|
@import 'bootstrap.overrides';
|
2018-10-10 06:43:26 -05:00
|
|
|
@import 'backgrid.overrides';
|
2018-09-04 05:24:51 -05:00
|
|
|
@import 'aci_tree.overrides';
|
|
|
|
@import 'select2.overrides';
|
|
|
|
@import 'codemirror.overrides';
|
2017-07-10 03:36:10 -05:00
|
|
|
@import 'alert';
|
2017-06-30 04:21:05 -05:00
|
|
|
@import 'alertify.overrides';
|
2017-07-10 03:36:10 -05:00
|
|
|
@import 'backform.overrides';
|
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
|
|
|
@import 'pgadmin.grid';
|
2018-10-10 06:43:26 -05:00
|
|
|
@import 'pgadmin.style';
|
2019-02-04 00:01:48 -06:00
|
|
|
@import 'bootstrap4-toggle.overrides';
|
2020-04-03 06:36:47 -05:00
|
|
|
@import 'pickr.overrides';
|
2021-01-16 05:36:50 -06:00
|
|
|
@import 'tippy.overrides';
|
2021-08-03 01:06:45 -05:00
|
|
|
@import 'jsoneditor.overrides';
|
2021-09-27 06:14:26 -05:00
|
|
|
@import 'pgadmin4-tree.overrides';
|
|
|
|
@import 'pgadmin4-tree/src/css/styles';
|