@patternfly/patternfly 4.194.4 → 4.196.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/_globals.scss +7 -0
- package/base/_variables.scss +9 -0
- package/base/patternfly-globals.css +4 -0
- package/base/patternfly-variables.css +85 -0
- package/components/AboutModalBox/about-modal-box.css +28 -0
- package/components/AboutModalBox/about-modal-box.scss +7 -0
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +4 -6
- package/components/Accordion/accordion.css +6 -0
- package/components/Accordion/accordion.scss +7 -0
- package/components/Accordion/themes/dark/accordion.scss +3 -1
- package/components/Alert/alert.css +14 -0
- package/components/Alert/alert.scss +7 -0
- package/components/Alert/themes/dark/alert.scss +3 -1
- package/components/AppLauncher/app-launcher.css +12 -0
- package/components/AppLauncher/app-launcher.scss +7 -0
- package/components/AppLauncher/themes/dark/app-launcher.scss +3 -1
- package/components/Badge/badge.css +5 -0
- package/components/Badge/badge.scss +7 -0
- package/components/Badge/themes/dark/badge.scss +3 -1
- package/components/Banner/banner.css +31 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Banner/themes/dark/banner.scss +4 -2
- package/components/Breadcrumb/breadcrumb.css +4 -0
- package/components/Breadcrumb/breadcrumb.scss +7 -0
- package/components/Breadcrumb/themes/dark/breadcrumb.scss +3 -1
- package/components/Button/button.css +38 -0
- package/components/Button/button.scss +7 -0
- package/components/Button/themes/dark/button.scss +3 -1
- package/components/CalendarMonth/calendar-month.css +22 -0
- package/components/CalendarMonth/calendar-month.scss +7 -0
- package/components/CalendarMonth/themes/dark/calendar-month.scss +3 -1
- package/components/Chip/chip.css +6 -0
- package/components/Chip/chip.scss +7 -0
- package/components/Chip/themes/dark/chip.scss +3 -1
- package/components/ClipboardCopy/clipboard-copy.css +11 -0
- package/components/ClipboardCopy/clipboard-copy.scss +7 -0
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +3 -1
- package/components/CodeEditor/code-editor.css +4 -0
- package/components/CodeEditor/code-editor.scss +7 -0
- package/components/CodeEditor/themes/dark/code-editor.scss +3 -1
- package/components/ContextSelector/context-selector.css +17 -0
- package/components/ContextSelector/context-selector.scss +7 -0
- package/components/ContextSelector/themes/dark/context-selector.scss +3 -1
- package/components/DataList/data-list.css +7 -0
- package/components/DataList/data-list.scss +7 -0
- package/components/DataList/themes/dark/data-list.scss +3 -1
- package/components/DatePicker/date-picker.css +5 -0
- package/components/DatePicker/date-picker.scss +7 -0
- package/components/DatePicker/themes/dark/date-picker.scss +3 -1
- package/components/Drawer/drawer.css +7 -0
- package/components/Drawer/drawer.scss +7 -0
- package/components/Drawer/themes/dark/drawer.scss +3 -1
- package/components/Dropdown/dropdown.css +22 -0
- package/components/Dropdown/dropdown.scss +7 -0
- package/components/Dropdown/themes/dark/dropdown.scss +3 -1
- package/components/Form/form.css +4 -0
- package/components/Form/form.scss +7 -0
- package/components/Form/themes/dark/form.scss +3 -1
- package/components/FormControl/form-control.css +22 -0
- package/components/FormControl/form-control.scss +7 -0
- package/components/FormControl/themes/dark/form-control.scss +3 -1
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +7 -0
- package/components/HelperText/themes/dark/helper-text.scss +3 -1
- package/components/Hint/hint.css +5 -0
- package/components/Hint/hint.scss +7 -0
- package/components/Hint/themes/dark/hint.scss +3 -1
- package/components/InputGroup/input-group.css +22 -0
- package/components/InputGroup/input-group.scss +7 -0
- package/components/InputGroup/themes/dark/input-group.scss +3 -1
- package/components/Label/label.css +71 -2
- package/components/Label/label.scss +37 -2
- package/components/Label/themes/dark/label.scss +3 -1
- package/components/LogViewer/log-viewer.css +28 -0
- package/components/LogViewer/log-viewer.scss +7 -0
- package/components/LogViewer/themes/dark/log-viewer.scss +4 -2
- package/components/Login/login.css +31 -0
- package/components/Login/login.scss +7 -0
- package/components/Login/themes/dark/login.scss +4 -2
- package/components/Masthead/masthead.css +32 -0
- package/components/Masthead/masthead.scss +7 -0
- package/components/Masthead/themes/dark/masthead.scss +4 -2
- package/components/Menu/menu.css +9 -0
- package/components/Menu/menu.scss +7 -0
- package/components/Menu/themes/dark/menu.scss +3 -1
- package/components/MenuToggle/menu-toggle.css +19 -0
- package/components/MenuToggle/menu-toggle.scss +7 -0
- package/components/MenuToggle/themes/dark/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +4 -0
- package/components/ModalBox/modal-box.scss +7 -0
- package/components/ModalBox/themes/dark/modal-box.scss +3 -1
- package/components/Nav/nav.css +34 -0
- package/components/Nav/nav.scss +7 -0
- package/components/Nav/themes/dark/nav.scss +3 -1
- package/components/NotificationBadge/notification-badge.css +4 -0
- package/components/NotificationBadge/notification-badge.scss +7 -0
- package/components/NotificationBadge/themes/dark/notification-badge.scss +3 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -0
- package/components/NotificationDrawer/notification-drawer.scss +7 -0
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +3 -1
- package/components/OptionsMenu/options-menu.css +17 -0
- package/components/OptionsMenu/options-menu.scss +7 -0
- package/components/OptionsMenu/themes/dark/options-menu.scss +3 -1
- package/components/Page/page.css +65 -0
- package/components/Page/page.scss +12 -0
- package/components/Page/themes/dark/page.scss +4 -2
- package/components/Pagination/pagination.css +4 -0
- package/components/Pagination/pagination.scss +7 -0
- package/components/Pagination/themes/dark/pagination.scss +3 -1
- package/components/Popover/popover.css +13 -0
- package/components/Popover/popover.scss +7 -0
- package/components/Popover/themes/dark/popover.scss +3 -1
- package/components/Progress/progress.css +6 -0
- package/components/Progress/progress.scss +7 -0
- package/components/Progress/themes/dark/progress.scss +3 -1
- package/components/SearchInput/search-input.css +9 -0
- package/components/SearchInput/search-input.scss +7 -0
- package/components/SearchInput/themes/dark/search-input.scss +3 -1
- package/components/Select/select.css +16 -0
- package/components/Select/select.scss +7 -0
- package/components/Select/themes/dark/select.scss +3 -1
- package/components/SimpleList/simple-list.css +11 -0
- package/components/SimpleList/simple-list.scss +7 -0
- package/components/SimpleList/themes/dark/simple-list.scss +3 -1
- package/components/Skeleton/skeleton.css +6 -0
- package/components/Skeleton/skeleton.scss +7 -0
- package/components/Skeleton/themes/dark/skeleton.scss +3 -1
- package/components/Switch/switch.css +7 -0
- package/components/Switch/switch.scss +7 -0
- package/components/Switch/themes/dark/switch.scss +3 -1
- package/components/Table/table.css +7 -0
- package/components/Table/table.scss +7 -0
- package/components/Table/themes/dark/table.scss +7 -1
- package/components/Tabs/tabs.css +6 -0
- package/components/Tabs/tabs.scss +7 -0
- package/components/Tabs/themes/dark/tabs.scss +3 -1
- package/components/Tile/themes/dark/tile.scss +3 -1
- package/components/Tile/tile.css +7 -0
- package/components/Tile/tile.scss +7 -0
- package/components/ToggleGroup/themes/dark/toggle-group.scss +3 -1
- package/components/ToggleGroup/toggle-group.css +8 -0
- package/components/ToggleGroup/toggle-group.scss +7 -0
- package/components/Tooltip/themes/dark/tooltip.scss +3 -1
- package/components/Tooltip/tooltip.css +13 -0
- package/components/Tooltip/tooltip.scss +7 -0
- package/components/TreeView/themes/dark/tree-view.scss +3 -1
- package/components/TreeView/tree-view.css +5 -0
- package/components/TreeView/tree-view.scss +7 -0
- package/components/Wizard/themes/dark/wizard.scss +4 -2
- package/components/Wizard/wizard.css +34 -0
- package/components/Wizard/wizard.scss +7 -0
- package/docs/components/FormControl/examples/FormControl.md +2 -0
- package/docs/components/Label/examples/Label.md +147 -0
- package/docs/components/Table/examples/Table.md +477 -3
- package/docs/demos/Drawer/examples/Drawer.md +1930 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1946 -0
- package/docs/utilities/Text/examples/Text.md +43 -26
- package/package.json +1 -1
- package/patternfly-addons.css +24 -0
- package/patternfly-base-no-reset.css +93 -4
- package/patternfly-base.css +93 -4
- package/patternfly-no-reset.css +2222 -34
- package/patternfly-theme-dark.css +0 -636
- package/patternfly-theme-dark.scss +1 -7
- package/patternfly.css +2222 -34
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/colors.scss +1 -0
- package/sass-utilities/mixins.scss +7 -0
- package/sass-utilities/scss-variables.scss +1 -0
- package/sass-utilities/themes/dark/_all.scss +4 -0
- package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
- package/utilities/Text/text.css +24 -0
- package/utilities/Text/text.scss +24 -0
- package/patternfly-theme-dark-prefers-color-scheme.css +0 -711
- package/patternfly-theme-dark-prefers-color-scheme.scss +0 -5
- package/themes/dark/_chart-globals.scss +0 -39
- package/themes/dark/_patternfly-theme-dark.scss +0 -119
- package/themes/dark/_variables.scss +0 -94
- package/themes/dark/colors.scss +0 -16
- package/themes/dark/globals.scss +0 -7
- package/themes/dark/mixins.scss +0 -5
- package/themes/dark/placeholders.scss +0 -30
- package/themes/dark/scss-variables.scss +0 -85
|
@@ -1,636 +0,0 @@
|
|
|
1
|
-
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
2
|
-
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
3
|
-
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
4
|
-
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
5
|
-
--pf-global--Color--100: #fff;
|
|
6
|
-
--pf-global--Color--200: #aaabac;
|
|
7
|
-
--pf-global--BorderColor--100: #444548;
|
|
8
|
-
--pf-global--primary-color--100: #1fa7f8;
|
|
9
|
-
--pf-global--link--Color: #1fa7f8;
|
|
10
|
-
--pf-global--link--Color--hover: #73bcf7;
|
|
11
|
-
--pf-global--BackgroundColor--100: #1b1d21;
|
|
12
|
-
}
|
|
13
|
-
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
14
|
-
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15
|
-
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
16
|
-
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
|
|
17
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
|
18
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
|
19
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
|
20
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
|
21
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
22
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
|
23
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
|
24
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
|
25
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
|
26
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
|
27
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
28
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
29
|
-
}
|
|
30
|
-
:root:where(.pf-theme-dark) {
|
|
31
|
-
color-scheme: dark;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
:root:where(.pf-theme-dark) {
|
|
35
|
-
--pf-global--palette--black-50: #e0e0e0;
|
|
36
|
-
--pf-global--palette--black-100: #c6c7c8;
|
|
37
|
-
--pf-global--palette--black-200: #aaabac;
|
|
38
|
-
--pf-global--palette--black-300: #868789;
|
|
39
|
-
--pf-global--palette--black-400: #57585a;
|
|
40
|
-
--pf-global--palette--black-500: #444548;
|
|
41
|
-
--pf-global--palette--black-600: #36373a;
|
|
42
|
-
--pf-global--palette--black-700: #26292d;
|
|
43
|
-
--pf-global--palette--black-800: #1b1d21;
|
|
44
|
-
--pf-global--palette--black-900: #0f1214;
|
|
45
|
-
--pf-global--palette--red-9999: #fe5142;
|
|
46
|
-
--pf-global--palette--red-8888: #fe6a5d;
|
|
47
|
-
--pf-global--palette--blue-300: #1fa7f8;
|
|
48
|
-
--pf-global--BackgroundColor--100: #1b1d21;
|
|
49
|
-
--pf-global--BackgroundColor--200: #0f1214;
|
|
50
|
-
--pf-global--BackgroundColor--300: #26292d;
|
|
51
|
-
--pf-global--BackgroundColor--400: #36373a;
|
|
52
|
-
--pf-global--BorderColor--100: #444548;
|
|
53
|
-
--pf-global--BorderColor--200: #444548;
|
|
54
|
-
--pf-global--BorderColor--300: #57585a;
|
|
55
|
-
--pf-global--BorderColor--400: #aaabac;
|
|
56
|
-
--pf-global--Color--100: #fff;
|
|
57
|
-
--pf-global--Color--200: #aaabac;
|
|
58
|
-
--pf-global--active-color--100: #1fa7f8;
|
|
59
|
-
--pf-global--primary-color--100: #1fa7f8;
|
|
60
|
-
--pf-global--primary-color--300: #06c;
|
|
61
|
-
--pf-global--success-color--100: #5ba352;
|
|
62
|
-
--pf-global--warning-color--100: #f0ab00;
|
|
63
|
-
--pf-global--warning-color--200: #f4c145;
|
|
64
|
-
--pf-global--danger-color--100: #fe5142;
|
|
65
|
-
--pf-global--danger-color--200: #fe6a5d;
|
|
66
|
-
--pf-global--link--Color: #1fa7f8;
|
|
67
|
-
--pf-global--link--Color--hover: #73bcf7;
|
|
68
|
-
--pf-global--disabled-color--100: #57585a;
|
|
69
|
-
--pf-global--disabled-color--200: #444548;
|
|
70
|
-
--pf-global--disabled-color--300: #aaabac;
|
|
71
|
-
--pf-global--icon--Color--light: #aaabac;
|
|
72
|
-
--pf-global--icon--Color--dark: #aaabac;
|
|
73
|
-
--pf-global--Color--dark-100: #fff;
|
|
74
|
-
--pf-global--Color--dark-200: #aaabac;
|
|
75
|
-
--pf-global--Color--light-100: #fff;
|
|
76
|
-
--pf-global--Color--light-200: #aaabac;
|
|
77
|
-
--pf-global--Color--light-300: #1b1d21;
|
|
78
|
-
--pf-global--BorderColor--dark-100: #444548;
|
|
79
|
-
--pf-global--BorderColor--light-100: #444548;
|
|
80
|
-
--pf-global--primary-color--light-100: #1fa7f8;
|
|
81
|
-
--pf-global--primary-color--dark-100: #1fa7f8;
|
|
82
|
-
--pf-global--link--Color--light: #1fa7f8;
|
|
83
|
-
--pf-global--link--Color--light--hover: #73bcf7;
|
|
84
|
-
--pf-global--link--Color--dark: #1fa7f8;
|
|
85
|
-
--pf-global--link--Color--dark--hover: #73bcf7;
|
|
86
|
-
--pf-global--BackgroundColor--light-100: #1b1d21;
|
|
87
|
-
--pf-global--BackgroundColor--light-200: #0f1214;
|
|
88
|
-
--pf-global--BackgroundColor--light-300: #26292d;
|
|
89
|
-
--pf-global--BackgroundColor--dark-100: #1b1d21;
|
|
90
|
-
--pf-global--BackgroundColor--dark-200: #0f1214;
|
|
91
|
-
--pf-global--BackgroundColor--dark-300: #26292d;
|
|
92
|
-
--pf-global--BackgroundColor--dark-400: #36373a;
|
|
93
|
-
--pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
|
|
94
|
-
--pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
|
|
95
|
-
--pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
|
|
96
|
-
--pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
|
|
97
|
-
--pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
|
|
98
|
-
--pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
|
|
99
|
-
--pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
|
|
100
|
-
--pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
|
|
101
|
-
--pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
|
|
102
|
-
--pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
|
|
103
|
-
--pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
|
|
104
|
-
--pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
|
|
105
|
-
--pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
|
|
106
|
-
--pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
|
|
107
|
-
--pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
|
|
108
|
-
--pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
|
|
109
|
-
--pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
|
|
110
|
-
--pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
|
|
111
|
-
--pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
|
|
112
|
-
--pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
|
|
113
|
-
--pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
:where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
117
|
-
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
118
|
-
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
119
|
-
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
120
|
-
color: var(--pf-global--Color--100);
|
|
121
|
-
}
|
|
122
|
-
:where(.pf-theme-dark) .pf-c-accordion {
|
|
123
|
-
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
124
|
-
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
125
|
-
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
126
|
-
}
|
|
127
|
-
:where(.pf-theme-dark) .pf-c-alert {
|
|
128
|
-
--pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
|
|
129
|
-
--pf-c-alert__title--Color: var(--pf-global--default-color--200);
|
|
130
|
-
--pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
|
|
131
|
-
--pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
|
|
132
|
-
--pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
|
|
133
|
-
--pf-c-alert--m-info__title--Color: var(--pf-global--info-color--100);
|
|
134
|
-
--pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--black-600);
|
|
135
|
-
--pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--black-600);
|
|
136
|
-
--pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--black-600);
|
|
137
|
-
--pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--black-600);
|
|
138
|
-
--pf-c-alert--m-inline--m-info--BackgroundColor: var(--pf-global--palette--black-600);
|
|
139
|
-
}
|
|
140
|
-
:where(.pf-theme-dark) .pf-c-app-launcher {
|
|
141
|
-
--pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
142
|
-
--pf-c-app-launcher__menu--Top: 100%;
|
|
143
|
-
--pf-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
144
|
-
--pf-c-app-launcher__menu-item--disabled--Color: var(--pf-global--palette--black-300);
|
|
145
|
-
--pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
|
|
146
|
-
--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-300);
|
|
147
|
-
--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-100);
|
|
148
|
-
--pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--xs);
|
|
149
|
-
--pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
150
|
-
}
|
|
151
|
-
:where(.pf-theme-dark) .pf-c-badge {
|
|
152
|
-
--pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
|
|
153
|
-
--pf-c-badge--m-unread--BackgroundColor: var(--pf-global--primary-color--300);
|
|
154
|
-
}
|
|
155
|
-
:where(.pf-theme-dark) .pf-c-banner {
|
|
156
|
-
color: var(--pf-global--Color--100);
|
|
157
|
-
}
|
|
158
|
-
:where(.pf-theme-dark) .pf-c-banner.pf-m-info, :where(.pf-theme-dark) .pf-c-banner.pf-m-danger, :where(.pf-theme-dark) .pf-c-banner.pf-m-success, :where(.pf-theme-dark) .pf-c-banner.pf-m-warning {
|
|
159
|
-
color: var(--pf-global--palette--black-900);
|
|
160
|
-
}
|
|
161
|
-
:where(.pf-theme-dark) .pf-c-breadcrumb {
|
|
162
|
-
--pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
|
|
163
|
-
}
|
|
164
|
-
:where(.pf-theme-dark) .pf-c-button {
|
|
165
|
-
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
|
|
166
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
167
|
-
--pf-c-button--m-tertiary--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
168
|
-
--pf-c-button--m-tertiary--Color: var(--pf-global--palette--black-100);
|
|
169
|
-
--pf-c-button--m-tertiary--hover--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
170
|
-
--pf-c-button--m-tertiary--hover--Color: var(--pf-global--palette--black-100);
|
|
171
|
-
--pf-c-button--m-tertiary--focus--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
172
|
-
--pf-c-button--m-tertiary--focus--Color: var(--pf-global--palette--black-100);
|
|
173
|
-
--pf-c-button--m-tertiary--active--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
174
|
-
--pf-c-button--m-tertiary--active--Color: var(--pf-global--palette--black-100);
|
|
175
|
-
--pf-c-button--m-warning--hover--BackgroundColor: var(--pf-global--warning-color--200);
|
|
176
|
-
--pf-c-button--m-warning--focus--BackgroundColor: var(--pf-global--warning-color--200);
|
|
177
|
-
--pf-c-button--m-warning--active--BackgroundColor: var(--pf-global--warning-color--200);
|
|
178
|
-
--pf-c-button--m-danger--Color: var(--pf-global--palette--black-900);
|
|
179
|
-
--pf-c-button--m-danger--hover--Color: var(--pf-global--palette--black-900);
|
|
180
|
-
--pf-c-button--m-danger--focus--Color: var(--pf-global--palette--black-900);
|
|
181
|
-
--pf-c-button--m-danger--active--Color: var(--pf-global--palette--black-900);
|
|
182
|
-
--pf-c-button--m-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
183
|
-
--pf-c-button--m-control--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
184
|
-
--pf-c-button--m-control--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
185
|
-
--pf-c-button--m-control--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
186
|
-
--pf-c-button--m-control--m-expanded--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
187
|
-
--pf-c-button--m-control--after--BorderTopColor: transparent;
|
|
188
|
-
--pf-c-button--m-control--after--BorderRightColor: transparent;
|
|
189
|
-
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
190
|
-
--pf-c-button--m-control--after--BorderLeftColor: transparent;
|
|
191
|
-
--pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
192
|
-
--pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
193
|
-
--pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
194
|
-
--pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
195
|
-
--pf-c-button--m-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
196
|
-
}
|
|
197
|
-
:where(.pf-theme-dark) .pf-c-button.pf-m-control:disabled::after {
|
|
198
|
-
border: 0;
|
|
199
|
-
border-bottom: var(--pf-global--BorderWidth--sm) solid var(--pf-global--palette--black-700);
|
|
200
|
-
}
|
|
201
|
-
:where(.pf-theme-dark) .pf-c-calendar-month {
|
|
202
|
-
--pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
|
|
203
|
-
--pf-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-global--primary-color--300);
|
|
204
|
-
--pf-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor: var(--pf-global--palette--black-900);
|
|
205
|
-
--pf-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor: var(--pf-global--palette--blue-400);
|
|
206
|
-
--pf-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
207
|
-
--pf-c-calendar-month__dates-cell--m-in-range__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
208
|
-
--pf-c-calendar-month__dates-cell--m-in-range__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
209
|
-
--pf-c-calendar-month__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
210
|
-
--pf-c-calendar-month__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
211
|
-
--pf-c-calendar-month__date--focus--after--BorderColor: transparent;
|
|
212
|
-
}
|
|
213
|
-
:where(.pf-theme-dark) .pf-c-calendar-month__date:hover, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-hover {
|
|
214
|
-
--pf-c-calendar-month__date--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
215
|
-
--pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
216
|
-
}
|
|
217
|
-
:where(.pf-theme-dark) .pf-c-calendar-month__date:focus, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-focus {
|
|
218
|
-
--pf-c-calendar-month__date--after--BorderColor: var(--pf-global--active-color--100);
|
|
219
|
-
--pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
220
|
-
--pf-c-calendar-month__date--BackgroundColor: var(--pf-global--primary-color--300);
|
|
221
|
-
}
|
|
222
|
-
:where(.pf-theme-dark) .pf-c-chip {
|
|
223
|
-
--pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
224
|
-
--pf-c-chip--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
225
|
-
--pf-c-chip--m-draggable--BackgroundColor: var(--pf-global--palette--black-600);
|
|
226
|
-
}
|
|
227
|
-
:where(.pf-theme-dark) .pf-c-clipboard-copy {
|
|
228
|
-
--pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
229
|
-
}
|
|
230
|
-
:where(.pf-theme-dark) .pf-c-clipboard-copy__group > * + * {
|
|
231
|
-
margin-left: 0;
|
|
232
|
-
border-left: 1px solid var(--pf-global--palette--black-700) !important;
|
|
233
|
-
}
|
|
234
|
-
:where(.pf-theme-dark) .pf-c-clipboard-copy__expandable-content {
|
|
235
|
-
border: 0;
|
|
236
|
-
}
|
|
237
|
-
:where(.pf-theme-dark) .pf-c-code-editor__controls > * + * {
|
|
238
|
-
border-left: 1px solid var(--pf-global--palette--black-700);
|
|
239
|
-
}
|
|
240
|
-
:where(.pf-theme-dark) .pf-c-context-selector {
|
|
241
|
-
--pf-c-context-selector__menu--Top: 100%;
|
|
242
|
-
--pf-c-context-selector__menu-list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
243
|
-
}
|
|
244
|
-
:where(.pf-theme-dark) .pf-c-context-selector__toggle {
|
|
245
|
-
background: var(--pf-global--BackgroundColor--400);
|
|
246
|
-
}
|
|
247
|
-
:where(.pf-theme-dark) .pf-c-context-selector__toggle.pf-m-plain {
|
|
248
|
-
background: transparent;
|
|
249
|
-
}
|
|
250
|
-
:where(.pf-theme-dark) .pf-c-context-selector__menu {
|
|
251
|
-
background: var(--pf-global--BackgroundColor--300);
|
|
252
|
-
}
|
|
253
|
-
:where(.pf-theme-dark) .pf-c-context-selector__menu-footer {
|
|
254
|
-
border-top: 1px solid var(--pf-global--BorderColor--300);
|
|
255
|
-
}
|
|
256
|
-
:where(.pf-theme-dark) .pf-c-data-list {
|
|
257
|
-
--pf-c-data-list--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
258
|
-
--pf-c-data-list--sm--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
259
|
-
--pf-c-data-list__item--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
260
|
-
--pf-c-data-list__item--sm--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
261
|
-
}
|
|
262
|
-
:where(.pf-theme-dark) .pf-c-date-picker {
|
|
263
|
-
--pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
264
|
-
--pf-c-date-picker__calendar--Top: 100%;
|
|
265
|
-
}
|
|
266
|
-
:where(.pf-theme-dark) .pf-c-drawer {
|
|
267
|
-
--pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
268
|
-
--pf-c-drawer__splitter--BackgroundColor: transparent;
|
|
269
|
-
}
|
|
270
|
-
:where(.pf-theme-dark) .pf-c-drawer.pf-m-inline, :where(.pf-theme-dark) .pf-c-drawer.pf-m-static {
|
|
271
|
-
--pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
272
|
-
}
|
|
273
|
-
:where(.pf-theme-dark) .pf-c-dropdown {
|
|
274
|
-
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
275
|
-
--pf-c-dropdown__toggle--before--BorderTopColor: transparent;
|
|
276
|
-
--pf-c-dropdown__toggle--before--BorderRightColor: transparent;
|
|
277
|
-
--pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
278
|
-
--pf-c-dropdown__toggle--before--BorderLeftColor: transparent;
|
|
279
|
-
--pf-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
|
|
280
|
-
--pf-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
281
|
-
--pf-c-dropdown__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
282
|
-
--pf-c-dropdown__menu--Top: 100%;
|
|
283
|
-
--pf-c-dropdown--m-top__menu--TranslateY: -100%;
|
|
284
|
-
--pf-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
285
|
-
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--xs);
|
|
286
|
-
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
287
|
-
}
|
|
288
|
-
:where(.pf-theme-dark) .pf-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-theme-dark) .pf-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
|
|
289
|
-
color: var(--pf-global--palette--black-100);
|
|
290
|
-
}
|
|
291
|
-
:where(.pf-theme-dark) .pf-c-dropdown__toggle.pf-m-plain {
|
|
292
|
-
background: transparent;
|
|
293
|
-
}
|
|
294
|
-
:where(.pf-theme-dark) .pf-c-form {
|
|
295
|
-
--pf-c-form__helper-text--m-success--Color: var(--pf-global--success-color--100);
|
|
296
|
-
}
|
|
297
|
-
:where(.pf-theme-dark) .pf-c-form-control {
|
|
298
|
-
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%235ba352' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/%3E%3C/svg%3E");
|
|
299
|
-
--pf-c-form-control--BorderTopColor: transparent;
|
|
300
|
-
--pf-c-form-control--BorderRightColor: transparent;
|
|
301
|
-
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
302
|
-
--pf-c-form-control--BorderLeftColor: transparent;
|
|
303
|
-
--pf-c-form-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
304
|
-
--pf-c-form-control--disabled--Color: var(--pf-global--disabled-color--300);
|
|
305
|
-
--pf-c-form-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
306
|
-
--pf-c-form-control--readonly--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
307
|
-
color: var(--pf-global--Color--100);
|
|
308
|
-
}
|
|
309
|
-
:where(.pf-theme-dark) .pf-c-form-control::-webkit-calendar-picker-indicator {
|
|
310
|
-
filter: invert(1);
|
|
311
|
-
}
|
|
312
|
-
:where(.pf-theme-dark) .pf-c-form-control[readonly] {
|
|
313
|
-
border-bottom-color: var(--pf-global--palette--black-700);
|
|
314
|
-
}
|
|
315
|
-
:where(.pf-theme-dark) .pf-c-form-control:disabled {
|
|
316
|
-
color: var(--pf-global--palette--black-100);
|
|
317
|
-
}
|
|
318
|
-
:where(.pf-theme-dark) .pf-c-helper-text {
|
|
319
|
-
--pf-c-helper-text__item-text--m-success--Color: var(--pf-global--success-color--100);
|
|
320
|
-
}
|
|
321
|
-
:where(.pf-theme-dark) .pf-c-hint {
|
|
322
|
-
--pf-c-hint--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
323
|
-
--pf-c-hint--BorderColor: var(--pf-global--BorderColor--300);
|
|
324
|
-
}
|
|
325
|
-
:where(.pf-theme-dark) .pf-c-input-group {
|
|
326
|
-
--pf-c-input-group--BackgroundColor: transparent;
|
|
327
|
-
--pf-c-input-group__text--BorderTopColor: transparent;
|
|
328
|
-
--pf-c-input-group__text--BorderRightColor: transparent;
|
|
329
|
-
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
330
|
-
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
331
|
-
--pf-c-input-group__text--BackgroundColor: var(--pf-global--palette--black-600);
|
|
332
|
-
}
|
|
333
|
-
:where(.pf-theme-dark) .pf-c-input-group > * + * {
|
|
334
|
-
margin-left: 0;
|
|
335
|
-
border-left: 1px solid var(--pf-global--palette--black-700);
|
|
336
|
-
}
|
|
337
|
-
:where(.pf-theme-dark) .pf-c-input-group__text {
|
|
338
|
-
--pf-c-input-group__text--BorderTopColor: transparent;
|
|
339
|
-
--pf-c-input-group__text--BorderRightColor: transparent;
|
|
340
|
-
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
341
|
-
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
342
|
-
}
|
|
343
|
-
:where(.pf-theme-dark) .pf-c-input-group__text.pf-m-plain {
|
|
344
|
-
--pf-c-input-group__text--BackgroundColor: transparent;
|
|
345
|
-
}
|
|
346
|
-
:where(.pf-theme-dark) .pf-c-label {
|
|
347
|
-
--pf-c-label--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
348
|
-
--pf-c-label--m-blue--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
349
|
-
--pf-c-label--m-green--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
350
|
-
--pf-c-label--m-orange--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
351
|
-
--pf-c-label--m-red--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
352
|
-
--pf-c-label--m-purple--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
353
|
-
--pf-c-label--m-cyan--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
354
|
-
--pf-c-label__content--before--BorderWidth: 0;
|
|
355
|
-
--pf-c-label__content--before--BorderColor: transparent;
|
|
356
|
-
--pf-c-label__content--link--hover--before--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
357
|
-
--pf-c-label__content--link--focus--before--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
358
|
-
--pf-c-label--m-blue__content--Color: var(--pf-global--primary-color--100);
|
|
359
|
-
--pf-c-label--m-outline--m-blue__content--before--BorderColor: var(--pf-global--active-color--200);
|
|
360
|
-
--pf-c-label--m-outline--m-blue__content--link--hover--before--BorderColor: var(--pf-global--active-color--200);
|
|
361
|
-
--pf-c-label--m-outline--m-blue__content--link--focus--before--BorderColor: var(--pf-global--active-color--200);
|
|
362
|
-
--pf-c-label--m-green__content--Color: var(--pf-global--success-color--100);
|
|
363
|
-
--pf-c-label--m-outline--m-green__content--before--BorderColor: var(--pf-global--palette--green-100);
|
|
364
|
-
--pf-c-label--m-outline--m-green__content--link--hover--before--BorderColor: var(--pf-global--palette--green-100);
|
|
365
|
-
--pf-c-label--m-outline--m-green__content--link--focus--before--BorderColor: var(--pf-global--palette--green-100);
|
|
366
|
-
--pf-c-label--m-orange__content--Color: var(--pf-global--palette--orange-300);
|
|
367
|
-
--pf-c-label--m-outline--m-orange__content--Color: var(--pf-global--palette--orange-300);
|
|
368
|
-
--pf-c-label--m-outline--m-orange__content--before--BorderColor: var(--pf-global--palette--gold-100);
|
|
369
|
-
--pf-c-label--m-outline--m-orange__content--link--hover--before--BorderColor: var(--pf-global--palette--gold-100);
|
|
370
|
-
--pf-c-label--m-outline--m-orange__content--link--focus--before--BorderColor: var(--pf-global--palette--gold-100);
|
|
371
|
-
--pf-c-label--m-red__content--Color: var(--pf-global--danger-color--100);
|
|
372
|
-
--pf-c-label--m-outline--m-red__content--before--BorderColor: var(--pf-global--danger-color--100);
|
|
373
|
-
--pf-c-label--m-outline--m-red__content--link--hover--before--BorderColor: var(--pf-global--danger-color--100);
|
|
374
|
-
--pf-c-label--m-outline--m-red__content--link--focus--before--BorderColor: var(--pf-global--danger-color--100);
|
|
375
|
-
--pf-c-label--m-purple__content--Color: var(--pf-global--palette--purple-300);
|
|
376
|
-
--pf-c-label--m-purple__icon--Color: var(--pf-global--palette--purple-300);
|
|
377
|
-
--pf-c-label--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-300);
|
|
378
|
-
--pf-c-label--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-300);
|
|
379
|
-
--pf-c-label--m-outline--m-purple__content--before--BorderColor: var(--pf-global--palette--purple-100);
|
|
380
|
-
--pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
|
|
381
|
-
--pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
|
|
382
|
-
--pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
|
|
383
|
-
--pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--200);
|
|
384
|
-
--pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--default-color--200);
|
|
385
|
-
--pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
386
|
-
--pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
387
|
-
--pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
388
|
-
}
|
|
389
|
-
:where(.pf-theme-dark) .pf-c-login__header,
|
|
390
|
-
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
391
|
-
color: var(--pf-global--Color--100);
|
|
392
|
-
}
|
|
393
|
-
:where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
|
|
394
|
-
color: var(--pf-global--Color--100);
|
|
395
|
-
}
|
|
396
|
-
:where(.pf-theme-dark) .pf-c-masthead {
|
|
397
|
-
--pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
398
|
-
color: var(--pf-global--Color--100);
|
|
399
|
-
}
|
|
400
|
-
:where(.pf-theme-dark) .pf-c-masthead .pf-c-toolbar {
|
|
401
|
-
--pf-c-toolbar--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
402
|
-
}
|
|
403
|
-
:where(.pf-theme-dark) .pf-c-menu {
|
|
404
|
-
--pf-c-menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
405
|
-
--pf-c-menu__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
406
|
-
--pf-c-menu__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
407
|
-
--pf-c-menu__list-item--m-disabled__item--Color: var(--pf-global--Color--200);
|
|
408
|
-
--pf-c-menu__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
409
|
-
--pf-c-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
|
410
|
-
}
|
|
411
|
-
:where(.pf-theme-dark) .pf-c-menu-toggle {
|
|
412
|
-
--pf-c-menu-toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
413
|
-
--pf-c-menu-toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
414
|
-
--pf-c-menu-toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
415
|
-
--pf-c-menu-toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
416
|
-
--pf-c-menu-toggle--m-expanded--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
417
|
-
--pf-c-menu-toggle--before--BorderTopColor: transparent;
|
|
418
|
-
--pf-c-menu-toggle--before--BorderRightColor: transparent;
|
|
419
|
-
--pf-c-menu-toggle--before--BorderBottomColor: transparent;
|
|
420
|
-
--pf-c-menu-toggle--before--BorderLeftColor: transparent;
|
|
421
|
-
--pf-c-menu-toggle--after--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
422
|
-
--pf-c-menu-toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
|
|
423
|
-
--pf-c-menu-toggle--disabled--Color: var(--pf-global--palette--black-100);
|
|
424
|
-
--pf-c-menu-toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
425
|
-
}
|
|
426
|
-
:where(.pf-theme-dark) .pf-c-menu-toggle.pf-m-plain {
|
|
427
|
-
background: transparent;
|
|
428
|
-
}
|
|
429
|
-
:where(.pf-theme-dark) .pf-c-modal-box {
|
|
430
|
-
--pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
431
|
-
}
|
|
432
|
-
:where(.pf-theme-dark) .pf-c-nav {
|
|
433
|
-
--pf-c-nav__item--item__link--after--Top: -1px;
|
|
434
|
-
--pf-c-nav__item--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
435
|
-
--pf-c-nav__link--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
436
|
-
--pf-c-nav__link--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
437
|
-
--pf-c-nav__link--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
438
|
-
--pf-c-nav__link--m-current--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
439
|
-
--pf-c-nav__link--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
440
|
-
--pf-c-nav--m-tertiary__scroll-button--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
441
|
-
--pf-c-nav__section-title--Color: var(--pf-global--Color--200);
|
|
442
|
-
--pf-c-nav__section-title--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
443
|
-
--pf-c-nav__scroll-button--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
444
|
-
--pf-c-nav--c-divider--BackgroundColor: var(--pf-global--BorderColor--100);
|
|
445
|
-
--pf-c-nav__link--hover--before--BorderBottomWidth: 0;
|
|
446
|
-
--pf-c-nav__link--focus--before--BorderBottomWidth: 0;
|
|
447
|
-
--pf-c-nav__link--active--before--BorderBottomWidth: 0;
|
|
448
|
-
--pf-c-nav__link--m-current--before--BorderBottomWidth: 0;
|
|
449
|
-
}
|
|
450
|
-
:where(.pf-theme-dark) .pf-c-nav__link::before {
|
|
451
|
-
bottom: 0;
|
|
452
|
-
}
|
|
453
|
-
:where(.pf-theme-dark) .pf-c-nav__link::after {
|
|
454
|
-
top: var(--pf-c-nav__item--item__link--after--Top);
|
|
455
|
-
}
|
|
456
|
-
:where(.pf-theme-dark) .pf-c-nav__item + .pf-c-nav__item {
|
|
457
|
-
--pf-c-nav__link--after--Top: var(--pf-c-nav__item--item__link--after--Top);
|
|
458
|
-
}
|
|
459
|
-
:where(.pf-theme-dark) .pf-c-nav__subnav {
|
|
460
|
-
--pf-c-nav__item--item__link--after--Top: 0;
|
|
461
|
-
}
|
|
462
|
-
:where(.pf-theme-dark) .pf-c-nav__section {
|
|
463
|
-
--pf-c-nav__item--item__link--after--Top: 0;
|
|
464
|
-
}
|
|
465
|
-
:where(.pf-theme-dark) .pf-c-notification-badge {
|
|
466
|
-
--pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-global--primary-color--300);
|
|
467
|
-
}
|
|
468
|
-
:where(.pf-theme-dark) .pf-c-notification-drawer {
|
|
469
|
-
--pf-c-notification-drawer--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
470
|
-
--pf-c-notification-drawer__header--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
471
|
-
--pf-c-notification-drawer__list-item--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
472
|
-
--pf-c-notification-drawer__list-item--BoxShadow: none;
|
|
473
|
-
--pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
474
|
-
--pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
475
|
-
--pf-c-notification-drawer__list-item--list-item--m-read--BoxShadow: none;
|
|
476
|
-
--pf-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
477
|
-
}
|
|
478
|
-
:where(.pf-theme-dark) .pf-c-options-menu {
|
|
479
|
-
--pf-c-options-menu__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
480
|
-
--pf-c-options-menu__toggle--BorderTopColor: transparent;
|
|
481
|
-
--pf-c-options-menu__toggle--BorderRightColor: transparent;
|
|
482
|
-
--pf-c-options-menu__toggle--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
483
|
-
--pf-c-options-menu__toggle--BorderLeftColor: transparent;
|
|
484
|
-
--pf-c-options-menu__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
|
|
485
|
-
--pf-c-options-menu__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
486
|
-
--pf-c-options-menu__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
487
|
-
--pf-c-options-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
|
488
|
-
--pf-c-options-menu__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
489
|
-
--pf-c-options-menu__menu--Top: 100%;
|
|
490
|
-
}
|
|
491
|
-
:where(.pf-theme-dark) .pf-c-options-menu__toggle.pf-m-plain {
|
|
492
|
-
background: transparent;
|
|
493
|
-
}
|
|
494
|
-
:where(.pf-theme-dark) .pf-c-page {
|
|
495
|
-
--pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
496
|
-
--pf-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
497
|
-
--pf-c-page__sidebar--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
498
|
-
--pf-c-page__header--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
499
|
-
}
|
|
500
|
-
:where(.pf-theme-dark) .pf-c-page__header-tools-item.pf-m-selected .pf-c-button {
|
|
501
|
-
color: var(--pf-global--Color--100);
|
|
502
|
-
}
|
|
503
|
-
:where(.pf-theme-dark) .pf-c-page__header-tools-item.pf-m-selected .pf-c-button .pf-c-notification-badge:hover::before {
|
|
504
|
-
background-color: var(--pf-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
|
|
505
|
-
}
|
|
506
|
-
:where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-bottom {
|
|
507
|
-
--pf-c-page__main-nav--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
508
|
-
}
|
|
509
|
-
:where(.pf-theme-dark) .pf-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-breadcrumb.pf-m-sticky-bottom {
|
|
510
|
-
--pf-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
511
|
-
}
|
|
512
|
-
:where(.pf-theme-dark) .pf-c-page__main-group.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-group.pf-m-sticky-bottom {
|
|
513
|
-
--pf-c-page__main-section--m-light--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
514
|
-
--pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
515
|
-
--pf-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
516
|
-
--pf-c-page__main-nav--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
517
|
-
}
|
|
518
|
-
:where(.pf-theme-dark) .pf-c-page__main-section.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-section.pf-m-sticky-bottom {
|
|
519
|
-
--pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
520
|
-
}
|
|
521
|
-
:where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
522
|
-
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
523
|
-
:where(.pf-theme-dark) .pf-c-page__header {
|
|
524
|
-
color: var(--pf-global--Color--100);
|
|
525
|
-
}
|
|
526
|
-
:where(.pf-theme-dark) .pf-c-pagination {
|
|
527
|
-
--pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
528
|
-
}
|
|
529
|
-
:where(.pf-theme-dark) .pf-c-popover {
|
|
530
|
-
--pf-c-popover--BoxShadow: none;
|
|
531
|
-
--pf-c-popover__arrow--BoxShadow: none;
|
|
532
|
-
--pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
|
|
533
|
-
--pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
|
|
534
|
-
--pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
|
|
535
|
-
--pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
|
|
536
|
-
}
|
|
537
|
-
:where(.pf-theme-dark) .pf-c-popover,
|
|
538
|
-
:where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
|
|
539
|
-
border: 4px solid var(--pf-global--BorderColor--400);
|
|
540
|
-
}
|
|
541
|
-
:where(.pf-theme-dark) .pf-c-progress {
|
|
542
|
-
--pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
|
|
543
|
-
--pf-c-progress--m-success--m-inside__measure--Color: var(--pf-global--palette--black-900);
|
|
544
|
-
--pf-c-progress--m-warning--m-inside__measure--Color: var(--pf-global--palette--black-900);
|
|
545
|
-
}
|
|
546
|
-
:where(.pf-theme-dark) .pf-c-search-input {
|
|
547
|
-
--pf-c-search-input__text--before--BorderColor: transparent;
|
|
548
|
-
--pf-c-search-input__text--after--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
549
|
-
background-color: var(--pf-global--BackgroundColor--400);
|
|
550
|
-
}
|
|
551
|
-
:where(.pf-theme-dark) .pf-c-search-input__text::before {
|
|
552
|
-
border-bottom-color: var(--pf-global--BorderColor--400);
|
|
553
|
-
}
|
|
554
|
-
:where(.pf-theme-dark) .pf-c-select {
|
|
555
|
-
--pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
|
|
556
|
-
--pf-c-select__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
557
|
-
--pf-c-select__toggle--before--BorderTopColor: transparent;
|
|
558
|
-
--pf-c-select__toggle--before--BorderRightColor: transparent;
|
|
559
|
-
--pf-c-select__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
560
|
-
--pf-c-select__toggle--before--BorderLeftColor: transparent;
|
|
561
|
-
--pf-c-select__menu--Top: 100%;
|
|
562
|
-
--pf-c-select__menu--m-top--TranslateY: -100%;
|
|
563
|
-
--pf-c-select__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
564
|
-
--pf-c-select__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
565
|
-
}
|
|
566
|
-
:where(.pf-theme-dark) .pf-c-select__toggle:disabled, :where(.pf-theme-dark) .pf-c-select__toggle.pf-m-disabled {
|
|
567
|
-
color: var(--pf-global--palette--black-100);
|
|
568
|
-
}
|
|
569
|
-
:where(.pf-theme-dark) .pf-c-simple-list {
|
|
570
|
-
--pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
|
|
571
|
-
--pf-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
572
|
-
--pf-c-simple-list__item-link--hover--Color: var(--pf-global--Color--100);
|
|
573
|
-
--pf-c-simple-list__item-link--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
574
|
-
--pf-c-simple-list__item-link--focus--Color: var(--pf-global--Color--100);
|
|
575
|
-
--pf-c-simple-list__item-link--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
576
|
-
--pf-c-simple-list__item-link--active--Color: var(--pf-global--Color--100);
|
|
577
|
-
--pf-c-simple-list__item-link--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
578
|
-
}
|
|
579
|
-
:where(.pf-theme-dark) .pf-c-skeleton {
|
|
580
|
-
--pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
|
|
581
|
-
--pf-c-skeleton--after--LinearGradientColorStop1: var(--pf-global--palette--black-600);
|
|
582
|
-
--pf-c-skeleton--after--LinearGradientColorStop2: var(--pf-global--palette--black-500);
|
|
583
|
-
--pf-c-skeleton--after--LinearGradientColorStop3: var(--pf-global--palette--black-600);
|
|
584
|
-
}
|
|
585
|
-
:where(.pf-theme-dark) .pf-c-switch {
|
|
586
|
-
--pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
|
|
587
|
-
--pf-c-switch__input--not-checked__label--Color: var(--pf-global--Color--100);
|
|
588
|
-
--pf-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-global--disabled-color--100);
|
|
589
|
-
--pf-c-switch__toggle--before--BoxShadow: none;
|
|
590
|
-
}
|
|
591
|
-
:where(.pf-theme-dark) .pf-c-table__favorite .pf-c-button:hover, :where(.pf-theme-dark) .pf-c-table__favorite .pf-c-button:focus {
|
|
592
|
-
--pf-c-button--m-plain--Color: var(--pf-global--palette--gold-100);
|
|
593
|
-
}
|
|
594
|
-
:where(.pf-theme-dark) .pf-c-tabs {
|
|
595
|
-
--pf-c-tabs__scroll-button--BackgroundColor: transparent;
|
|
596
|
-
--pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
597
|
-
--pf-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
598
|
-
}
|
|
599
|
-
:where(.pf-theme-dark) .pf-c-tile {
|
|
600
|
-
--pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
601
|
-
--pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--300);
|
|
602
|
-
--pf-c-tile--m-disabled__icon--Color: var(--pf-global--disabled-color--300);
|
|
603
|
-
--pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--300);
|
|
604
|
-
}
|
|
605
|
-
:where(.pf-theme-dark) .pf-c-toggle-group {
|
|
606
|
-
--pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
|
|
607
|
-
--pf-c-toggle-group__button--focus--BackgroundColor: var(--pf-global--palette--black-700);
|
|
608
|
-
--pf-c-toggle-group__button--disabled--BackgroundColor: var(--pf-global--palette--black-600);
|
|
609
|
-
--pf-c-toggle-group__button--disabled--Color: var(--pf-global--palette--black-100);
|
|
610
|
-
--pf-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-global--primary-color--300);
|
|
611
|
-
}
|
|
612
|
-
:where(.pf-theme-dark) .pf-c-tooltip {
|
|
613
|
-
--pf-c-tooltip--BoxShadow: none;
|
|
614
|
-
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
615
|
-
}
|
|
616
|
-
:where(.pf-theme-dark) .pf-c-tooltip,
|
|
617
|
-
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
618
|
-
border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
|
|
619
|
-
}
|
|
620
|
-
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
621
|
-
--pf-c-tooltip__arrow--Width: 0.9375rem;
|
|
622
|
-
--pf-c-tooltip__arrow--Height: 0.9375rem;
|
|
623
|
-
}
|
|
624
|
-
:where(.pf-theme-dark) .pf-c-tree-view {
|
|
625
|
-
--pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
626
|
-
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
627
|
-
}
|
|
628
|
-
:where(.pf-theme-dark) .pf-c-wizard {
|
|
629
|
-
--pf-c-wizard__nav-link--m-disabled--Color: var(--pf-global--disabled-color--300);
|
|
630
|
-
--pf-c-wizard__nav-link--m-disabled--before--Color: var(--pf-global--disabled-color--300);
|
|
631
|
-
--pf-c-wizard__nav--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
632
|
-
--pf-c-wizard__outer-wrap--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
633
|
-
}
|
|
634
|
-
:where(.pf-theme-dark) .pf-c-wizard__header {
|
|
635
|
-
color: var(--pf-global--Color--100);
|
|
636
|
-
}
|