@patternfly/patternfly 5.0.0-alpha.32 → 5.0.0-alpha.34

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.
Files changed (115) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/DatePicker/date-picker.css +0 -8
  20. package/components/DatePicker/date-picker.scss +0 -9
  21. package/components/HelperText/helper-text.css +4 -0
  22. package/components/HelperText/helper-text.scss +5 -0
  23. package/components/Icon/icon.css +3 -3
  24. package/components/Icon/icon.scss +3 -3
  25. package/components/Label/label.css +6 -6
  26. package/components/Label/label.scss +4 -4
  27. package/components/Label/themes/dark/label.scss +2 -2
  28. package/components/LogViewer/log-viewer.css +0 -38
  29. package/components/Login/login.css +0 -40
  30. package/components/Masthead/masthead.css +0 -38
  31. package/components/ModalBox/modal-box.css +3 -3
  32. package/components/ModalBox/modal-box.scss +3 -3
  33. package/components/NotificationDrawer/notification-drawer.css +5 -5
  34. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  35. package/components/Page/page.css +0 -42
  36. package/components/Popover/popover.css +6 -6
  37. package/components/Popover/popover.scss +5 -5
  38. package/components/Popover/themes/dark/popover.scss +1 -1
  39. package/components/Wizard/wizard.css +0 -38
  40. package/docs/components/Alert/examples/Alert.md +15 -15
  41. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  42. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  43. package/docs/components/Check/examples/Check.md +1 -0
  44. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  45. package/docs/components/DatePicker/examples/DatePicker.md +15 -3
  46. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  47. package/docs/components/FileUpload/examples/FileUpload.md +11 -6
  48. package/docs/components/Form/examples/Form.md +95 -73
  49. package/docs/components/FormControl/examples/FormControl.md +1 -0
  50. package/docs/components/HelperText/examples/HelperText.md +13 -24
  51. package/docs/components/Icon/examples/Icon.md +2 -2
  52. package/docs/components/Login/examples/Login.md +67 -30
  53. package/docs/components/Menu/examples/Menu.md +1 -0
  54. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  55. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  56. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  57. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  58. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  59. package/docs/components/Popover/examples/Popover.md +9 -9
  60. package/docs/components/Progress/examples/Progress.md +1 -1
  61. package/docs/components/Radio/examples/Radio.md +1 -0
  62. package/docs/components/Select/examples/Select.md +1 -0
  63. package/docs/demos/Alert/examples/Alert.md +105 -58
  64. package/docs/demos/CardView/examples/CardView.md +1 -1
  65. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  66. package/docs/demos/Form/examples/BasicForms.md +130 -140
  67. package/docs/demos/HelperText/examples/HelperText.md +11 -8
  68. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  69. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  70. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +88 -54
  71. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  72. package/docs/demos/Toolbar/examples/Toolbar.md +17 -5
  73. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  74. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  75. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  76. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  77. package/docs/utilities/Display/examples/Display.md +1 -1
  78. package/docs/utilities/Flex/examples/Flex.md +1 -1
  79. package/docs/utilities/Float/examples/Float.md +1 -1
  80. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  81. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  82. package/docs/utilities/Text/examples/Text.md +5 -5
  83. package/package.json +2 -2
  84. package/patternfly-addons.css +48 -48
  85. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  86. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  87. package/patternfly-base.css +45 -72
  88. package/{patternfly-no-reset.css → patternfly-no-globals.css} +56 -1245
  89. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  90. package/patternfly.css +87 -1282
  91. package/patternfly.min.css +1 -1
  92. package/patternfly.min.css.map +1 -1
  93. package/sass-utilities/placeholders.scss +0 -23
  94. package/sass-utilities/scss-variables.scss +4 -5
  95. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  96. package/utilities/Text/text.css +48 -48
  97. package/utilities/Text/text.scss +6 -6
  98. package/utilities/Text/themes/dark/text.scss +2 -2
  99. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  100. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  101. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  102. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  103. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  104. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  105. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  106. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  107. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  108. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  109. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  110. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  111. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  112. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  113. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  114. package/assets/pficon/pficon.woff +0 -0
  115. package/sass-utilities/bs-variables.scss +0 -709
@@ -18,27 +18,6 @@
18
18
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
19
19
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
20
20
  }
21
- .pf-c-wizard__header .pf-c-card, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card, .pf-c-page__header .pf-c-card, .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-card, .pf-c-masthead .pf-c-card, .pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, .pf-c-banner .pf-c-card, .pf-c-about-modal-box .pf-c-card, .pf-t-dark .pf-c-card {
22
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
23
- }
24
- .pf-c-wizard__header .pf-c-button, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button, .pf-c-page__header .pf-c-button, .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-button, .pf-c-masthead .pf-c-button, .pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, .pf-c-banner .pf-c-button, .pf-c-about-modal-box .pf-c-button, .pf-t-dark .pf-c-button {
25
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
26
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
27
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
28
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
29
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
30
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
31
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
32
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
33
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
34
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
35
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
36
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
37
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
38
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
39
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
40
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
41
- }
42
21
 
43
22
  .pf-c-table tr > *, .pf-c-page__header-tools-item, .pf-c-page__header-tools-group, .pf-c-menu__group, .pf-c-menu__list-item, .pf-c-menu__list, .pf-c-divider, .pf-c-toolbar__content-section, .pf-c-toolbar__content, .pf-c-toolbar__item, .pf-c-toolbar__group, .pf-c-data-list__item-action {
44
23
  --pf-hidden-visible--hidden--Display: none;
@@ -212,9 +191,9 @@
212
191
  --pf-global--primary-color--light-100: #73bcf7;
213
192
  --pf-global--primary-color--dark-100: #06c;
214
193
  --pf-global--secondary-color--100: #6a6e73;
215
- --pf-global--default-color--100: #73c5c5;
216
- --pf-global--default-color--200: #009596;
217
- --pf-global--default-color--300: #003737;
194
+ --pf-global--custom-color--100: #73c5c5;
195
+ --pf-global--custom-color--200: #009596;
196
+ --pf-global--custom-color--300: #003737;
218
197
  --pf-global--success-color--100: #3e8635;
219
198
  --pf-global--success-color--200: #1e4f18;
220
199
  --pf-global--info-color--100: #2b9af3;
@@ -360,29 +339,6 @@
360
339
  --pf-global--link--Color--hover: #73bcf7;
361
340
  --pf-global--BackgroundColor--100: #1b1d21;
362
341
  }
363
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
364
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
365
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
366
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
367
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
368
- }
369
- :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,
370
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
371
- :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-login__header .pf-c-button,
372
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
373
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
374
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
375
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
376
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
377
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
378
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
379
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
380
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
381
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
382
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
383
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
384
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
385
- }
386
342
 
387
343
  :root:where(.pf-theme-dark) {
388
344
  --pf-global--palette--black-50: #e0e0e0;
@@ -472,35 +428,35 @@
472
428
  font-family: "RedHatDisplay";
473
429
  font-style: normal;
474
430
  font-weight: 300;
475
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
431
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2");
476
432
  text-rendering: optimizelegibility;
477
433
  }
478
434
  @font-face {
479
435
  font-family: "RedHatDisplay";
480
436
  font-style: normal;
481
437
  font-weight: 400;
482
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
438
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2");
483
439
  text-rendering: optimizelegibility;
484
440
  }
485
441
  @font-face {
486
442
  font-family: "RedHatDisplay";
487
443
  font-style: normal;
488
444
  font-weight: 700;
489
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
445
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2");
490
446
  text-rendering: optimizelegibility;
491
447
  }
492
448
  @font-face {
493
449
  font-family: "RedHatText";
494
450
  font-style: normal;
495
451
  font-weight: 400;
496
- src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
452
+ src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2");
497
453
  text-rendering: optimizelegibility;
498
454
  }
499
455
  @font-face {
500
456
  font-family: "RedHatText";
501
457
  font-style: normal;
502
458
  font-weight: 700;
503
- src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
459
+ src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2");
504
460
  text-rendering: optimizelegibility;
505
461
  }
506
462
  @font-face {
@@ -4821,7 +4777,7 @@
4821
4777
  font-family: "Font Awesome 5 Free";
4822
4778
  font-style: normal;
4823
4779
  font-weight: 900;
4824
- src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./assets/fonts/webfonts/fa-solid-900.woff") format("woff");
4780
+ src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2");
4825
4781
  }
4826
4782
  .fa,
4827
4783
  .fas {
@@ -4831,7 +4787,7 @@
4831
4787
 
4832
4788
  @font-face {
4833
4789
  font-family: "pficon";
4834
- src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
4790
+ src: url("./assets/pficon/pficon.woff2") format("woff2");
4835
4791
  }
4836
4792
  .pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
4837
4793
  font-family: "pficon";
@@ -5580,29 +5536,6 @@
5580
5536
  --pf-global--link--Color--hover: #73bcf7;
5581
5537
  --pf-global--BackgroundColor--100: #1b1d21;
5582
5538
  }
5583
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
5584
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5585
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
5586
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
5587
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5588
- }
5589
- :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,
5590
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5591
- :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-login__header .pf-c-button,
5592
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
5593
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5594
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5595
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5596
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5597
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5598
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5599
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5600
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5601
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5602
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5603
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5604
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5605
- }
5606
5539
 
5607
5540
  :where(.pf-theme-dark) .pf-c-about-modal-box {
5608
5541
  color: var(--pf-global--Color--100);
@@ -5833,29 +5766,6 @@
5833
5766
  --pf-global--link--Color--hover: #73bcf7;
5834
5767
  --pf-global--BackgroundColor--100: #1b1d21;
5835
5768
  }
5836
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
5837
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5838
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
5839
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
5840
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5841
- }
5842
- :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,
5843
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5844
- :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-login__header .pf-c-button,
5845
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
5846
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5847
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5848
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5849
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5850
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5851
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5852
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5853
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5854
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5855
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5856
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5857
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5858
- }
5859
5769
 
5860
5770
  :where(.pf-theme-dark) .pf-c-accordion {
5861
5771
  --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -5900,7 +5810,7 @@
5900
5810
  ". description description"
5901
5811
  ". actiongroup actiongroup";
5902
5812
  --pf-c-alert--BorderTopWidth: var(--pf-global--BorderWidth--md);
5903
- --pf-c-alert--BorderTopColor: var(--pf-global--default-color--200);
5813
+ --pf-c-alert--BorderTopColor: var(--pf-global--BorderColor--100);
5904
5814
  --pf-c-alert--PaddingTop: var(--pf-global--spacer--md);
5905
5815
  --pf-c-alert--PaddingRight: var(--pf-global--spacer--md);
5906
5816
  --pf-c-alert--PaddingBottom: var(--pf-global--spacer--md);
@@ -5911,12 +5821,12 @@
5911
5821
  --pf-c-alert__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
5912
5822
  --pf-c-alert__toggle-icon--Rotate: 0;
5913
5823
  --pf-c-alert__toggle-icon--Transition: var(--pf-global--Transition);
5914
- --pf-c-alert__icon--Color: var(--pf-global--default-color--200);
5824
+ --pf-c-alert__icon--Color: var(--pf-global--Color--100);
5915
5825
  --pf-c-alert__icon--MarginTop: 0.0625rem;
5916
5826
  --pf-c-alert__icon--MarginRight: var(--pf-global--spacer--sm);
5917
5827
  --pf-c-alert__icon--FontSize: var(--pf-global--icon--FontSize--md);
5918
5828
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--bold);
5919
- --pf-c-alert__title--Color: var(--pf-global--default-color--300);
5829
+ --pf-c-alert__title--Color: var(--pf-global--Color--100);
5920
5830
  --pf-c-alert__title--max-lines: 1;
5921
5831
  --pf-c-alert__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
5922
5832
  --pf-c-alert__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
@@ -5928,6 +5838,9 @@
5928
5838
  --pf-c-alert__description--action-group--PaddingTop-base: var(--pf-global--spacer--md);
5929
5839
  --pf-c-alert__description--action-group--PaddingTop: var(--pf-c-alert__description--action-group--PaddingTop-base);
5930
5840
  --pf-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-global--spacer--lg);
5841
+ --pf-c-alert--m-custom--BorderTopColor: var(--pf-global--custom-color--200);
5842
+ --pf-c-alert--m-custom__icon--Color: var(--pf-global--custom-color--200);
5843
+ --pf-c-alert--m-custom__title--Color: var(--pf-global--custom-color--300);
5931
5844
  --pf-c-alert--m-success--BorderTopColor: var(--pf-global--success-color--100);
5932
5845
  --pf-c-alert--m-success__icon--Color: var(--pf-global--success-color--100);
5933
5846
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--200);
@@ -5941,7 +5854,7 @@
5941
5854
  --pf-c-alert--m-info__icon--Color: var(--pf-global--info-color--100);
5942
5855
  --pf-c-alert--m-info__title--Color: var(--pf-global--info-color--200);
5943
5856
  --pf-c-alert--m-inline--BoxShadow: none;
5944
- --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--cyan-50);
5857
+ --pf-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-global--palette--cyan-50);
5945
5858
  --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--green-50);
5946
5859
  --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--red-50);
5947
5860
  --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--gold-50);
@@ -5971,6 +5884,12 @@
5971
5884
  border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
5972
5885
  box-shadow: var(--pf-c-alert--BoxShadow);
5973
5886
  }
5887
+ .pf-c-alert.pf-m-custom {
5888
+ --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-custom--BorderTopColor);
5889
+ --pf-c-alert__icon--Color: var(--pf-c-alert--m-custom__icon--Color);
5890
+ --pf-c-alert__title--Color: var(--pf-c-alert--m-custom__title--Color);
5891
+ --pf-c-alert--m-inline--BackgroundColor: var(--pf-c-alert--m-inline--m-custom--BackgroundColor);
5892
+ }
5974
5893
  .pf-c-alert.pf-m-success {
5975
5894
  --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
5976
5895
  --pf-c-alert__icon--Color: var(--pf-c-alert--m-success__icon--Color);
@@ -6094,33 +6013,10 @@
6094
6013
  --pf-global--link--Color--hover: #73bcf7;
6095
6014
  --pf-global--BackgroundColor--100: #1b1d21;
6096
6015
  }
6097
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6098
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6099
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6100
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6101
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6102
- }
6103
- :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,
6104
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6105
- :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-login__header .pf-c-button,
6106
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6107
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6108
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6109
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6110
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6111
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6112
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6113
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6114
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6115
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6116
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6117
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6118
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6119
- }
6120
6016
 
6121
6017
  :where(.pf-theme-dark) .pf-c-alert {
6122
6018
  --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
6123
- --pf-c-alert__title--Color: var(--pf-global--default-color--200);
6019
+ --pf-c-alert__title--Color: var(--pf-global--custom-color--200);
6124
6020
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
6125
6021
  --pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
6126
6022
  --pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
@@ -6424,29 +6320,6 @@
6424
6320
  --pf-global--link--Color--hover: #73bcf7;
6425
6321
  --pf-global--BackgroundColor--100: #1b1d21;
6426
6322
  }
6427
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6428
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6429
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6430
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6431
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6432
- }
6433
- :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,
6434
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6435
- :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-login__header .pf-c-button,
6436
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6437
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6438
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6439
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6440
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6441
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6442
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6443
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6444
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6445
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6446
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6447
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6448
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6449
- }
6450
6323
 
6451
6324
  :where(.pf-theme-dark) .pf-c-app-launcher {
6452
6325
  --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -6848,29 +6721,6 @@
6848
6721
  --pf-global--link--Color--hover: #73bcf7;
6849
6722
  --pf-global--BackgroundColor--100: #1b1d21;
6850
6723
  }
6851
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6852
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6853
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6854
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6855
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6856
- }
6857
- :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,
6858
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6859
- :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-login__header .pf-c-button,
6860
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6861
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6862
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6863
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6864
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6865
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6866
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6867
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6868
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6869
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6870
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6871
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6872
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6873
- }
6874
6724
 
6875
6725
  :where(.pf-theme-dark) .pf-c-badge {
6876
6726
  --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
@@ -6976,29 +6826,6 @@
6976
6826
  --pf-global--link--Color--hover: #73bcf7;
6977
6827
  --pf-global--BackgroundColor--100: #1b1d21;
6978
6828
  }
6979
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6980
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6981
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6982
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6983
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6984
- }
6985
- :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,
6986
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6987
- :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-login__header .pf-c-button,
6988
- :where(.pf-theme-dark) .pf-c-login__footer .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-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6989
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6990
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6991
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6992
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6993
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6994
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6995
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6996
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6997
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6998
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6999
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7000
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7001
- }
7002
6829
 
7003
6830
  :where(.pf-theme-dark) .pf-c-banner {
7004
6831
  color: var(--pf-global--Color--100);
@@ -7175,29 +7002,6 @@ button.pf-c-breadcrumb__link {
7175
7002
  --pf-global--link--Color--hover: #73bcf7;
7176
7003
  --pf-global--BackgroundColor--100: #1b1d21;
7177
7004
  }
7178
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7179
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7180
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7181
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7182
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7183
- }
7184
- :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,
7185
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7186
- :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-login__header .pf-c-button,
7187
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
7188
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7189
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7190
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7191
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7192
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7193
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7194
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7195
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7196
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7197
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7198
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7199
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7200
- }
7201
7005
 
7202
7006
  :where(.pf-theme-dark) .pf-c-breadcrumb {
7203
7007
  --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
@@ -7718,29 +7522,6 @@ button.pf-c-breadcrumb__link {
7718
7522
  --pf-global--link--Color--hover: #73bcf7;
7719
7523
  --pf-global--BackgroundColor--100: #1b1d21;
7720
7524
  }
7721
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7722
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7723
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7724
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7725
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7726
- }
7727
- :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,
7728
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7729
- :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-login__header .pf-c-button,
7730
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
7731
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7732
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7733
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7734
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7735
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7736
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7737
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7738
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7739
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7740
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7741
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7742
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7743
- }
7744
7525
 
7745
7526
  :where(.pf-theme-dark) .pf-c-button {
7746
7527
  --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
@@ -7987,29 +7768,6 @@ button.pf-c-breadcrumb__link {
7987
7768
  --pf-global--link--Color--hover: #73bcf7;
7988
7769
  --pf-global--BackgroundColor--100: #1b1d21;
7989
7770
  }
7990
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7991
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7992
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7993
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7994
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7995
- }
7996
- :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,
7997
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7998
- :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-login__header .pf-c-button,
7999
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8000
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8001
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8002
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8003
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8004
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8005
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8006
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8007
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8008
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8009
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8010
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8011
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8012
- }
8013
7771
 
8014
7772
  :where(.pf-theme-dark) .pf-c-calendar-month {
8015
7773
  --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
@@ -8369,29 +8127,6 @@ button.pf-c-breadcrumb__link {
8369
8127
  --pf-global--link--Color--hover: #73bcf7;
8370
8128
  --pf-global--BackgroundColor--100: #1b1d21;
8371
8129
  }
8372
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8373
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8374
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8375
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8376
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8377
- }
8378
- :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,
8379
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8380
- :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-login__header .pf-c-button,
8381
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8382
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8383
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8384
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8385
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8386
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8387
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8388
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8389
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8390
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8391
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8392
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8393
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8394
- }
8395
8130
 
8396
8131
  :where(.pf-theme-dark) .pf-c-card,
8397
8132
  :where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
@@ -8584,29 +8319,6 @@ label.pf-c-check, .pf-c-check__label,
8584
8319
  --pf-global--link--Color--hover: #73bcf7;
8585
8320
  --pf-global--BackgroundColor--100: #1b1d21;
8586
8321
  }
8587
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8588
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8589
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8590
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8591
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8592
- }
8593
- :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,
8594
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8595
- :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-login__header .pf-c-button,
8596
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8597
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8598
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8599
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8600
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8601
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8602
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8603
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8604
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8605
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8606
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8607
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8608
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8609
- }
8610
8322
 
8611
8323
  :where(.pf-theme-dark) .pf-c-chip {
8612
8324
  --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -8798,29 +8510,6 @@ label.pf-c-check, .pf-c-check__label,
8798
8510
  --pf-global--link--Color--hover: #73bcf7;
8799
8511
  --pf-global--BackgroundColor--100: #1b1d21;
8800
8512
  }
8801
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8802
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8803
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8804
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8805
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8806
- }
8807
- :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,
8808
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8809
- :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-login__header .pf-c-button,
8810
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8811
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8812
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8813
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8814
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8815
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8816
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8817
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8818
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8819
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8820
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8821
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8822
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8823
- }
8824
8513
 
8825
8514
  :where(.pf-theme-dark) .pf-c-clipboard-copy {
8826
8515
  --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -9020,29 +8709,6 @@ label.pf-c-check, .pf-c-check__label,
9020
8709
  --pf-global--link--Color--hover: #73bcf7;
9021
8710
  --pf-global--BackgroundColor--100: #1b1d21;
9022
8711
  }
9023
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
9024
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9025
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
9026
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
9027
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9028
- }
9029
- :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,
9030
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9031
- :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-login__header .pf-c-button,
9032
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
9033
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9034
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9035
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9036
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9037
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9038
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9039
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9040
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9041
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9042
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9043
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9044
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9045
- }
9046
8712
 
9047
8713
  :where(.pf-theme-dark) .pf-c-code-editor__controls > * + * {
9048
8714
  border-left: 1px solid var(--pf-global--palette--black-700);
@@ -9604,29 +9270,6 @@ label.pf-c-check, .pf-c-check__label,
9604
9270
  --pf-global--link--Color--hover: #73bcf7;
9605
9271
  --pf-global--BackgroundColor--100: #1b1d21;
9606
9272
  }
9607
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
9608
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9609
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
9610
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
9611
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9612
- }
9613
- :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,
9614
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9615
- :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-login__header .pf-c-button,
9616
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
9617
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9618
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9619
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9620
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9621
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9622
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9623
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9624
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9625
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9626
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9627
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9628
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9629
- }
9630
9273
 
9631
9274
  :where(.pf-theme-dark) .pf-c-context-selector {
9632
9275
  --pf-c-context-selector__menu--Top: 100%;
@@ -10494,29 +10137,6 @@ label.pf-c-check, .pf-c-check__label,
10494
10137
  --pf-global--link--Color--hover: #73bcf7;
10495
10138
  --pf-global--BackgroundColor--100: #1b1d21;
10496
10139
  }
10497
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
10498
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
10499
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
10500
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
10501
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
10502
- }
10503
- :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,
10504
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
10505
- :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-login__header .pf-c-button,
10506
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
10507
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
10508
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
10509
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
10510
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
10511
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
10512
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
10513
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
10514
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
10515
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
10516
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
10517
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
10518
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
10519
- }
10520
10140
 
10521
10141
  :where(.pf-theme-dark) .pf-c-data-list {
10522
10142
  --pf-c-data-list--BorderTopColor: var(--pf-global--BorderColor--100);
@@ -12335,9 +11955,6 @@ label.pf-c-check, .pf-c-check__label,
12335
11955
  --pf-c-date-picker--m-top__calendar--Top: 0;
12336
11956
  --pf-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-global--spacer--xs));
12337
11957
  --pf-c-date-picker__helper-text--MarginTop: var(--pf-global--spacer--xs);
12338
- --pf-c-date-picker__helper-text--FontSize: var(--pf-global--FontSize--sm);
12339
- --pf-c-date-picker__helper-text--Color: var(--pf-global--Color--100);
12340
- --pf-c-date-picker__helper-text--m-error--Color: var(--pf-global--danger-color--100);
12341
11958
  --pf-c-date-picker__input--c-form-control--Width: calc(var(--pf-c-date-picker__input--c-form-control--width-chars) * 1ch + var(--pf-c-date-picker__input--c-form-control--width-base));
12342
11959
  --pf-c-date-picker__input--c-form-control--width-base: calc(var(--pf-global--spacer--xl) + var(--pf-global--spacer--sm));
12343
11960
  --pf-c-date-picker__input--c-form-control--width-chars: 10;
@@ -12355,11 +11972,6 @@ label.pf-c-check, .pf-c-check__label,
12355
11972
 
12356
11973
  .pf-c-date-picker__helper-text {
12357
11974
  margin-top: var(--pf-c-date-picker__helper-text--MarginTop);
12358
- font-size: var(--pf-c-date-picker__helper-text--FontSize);
12359
- color: var(--pf-c-date-picker__helper-text--Color);
12360
- }
12361
- .pf-c-date-picker__helper-text.pf-m-error {
12362
- --pf-c-date-picker__helper-text--Color: var(--pf-c-date-picker__helper-text--m-error--Color);
12363
11975
  }
12364
11976
 
12365
11977
  .pf-c-date-picker__input .pf-c-form-control {
@@ -12406,33 +12018,10 @@ label.pf-c-check, .pf-c-check__label,
12406
12018
  --pf-global--link--Color--hover: #73bcf7;
12407
12019
  --pf-global--BackgroundColor--100: #1b1d21;
12408
12020
  }
12409
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
12410
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
12411
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
12412
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
12413
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
12414
- }
12415
- :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,
12416
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
12417
- :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-login__header .pf-c-button,
12418
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
12419
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
12420
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
12421
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
12422
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
12423
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
12424
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
12425
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
12426
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
12427
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
12428
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
12429
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
12430
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
12431
- }
12432
-
12433
- :where(.pf-theme-dark) .pf-c-date-picker {
12434
- --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
12435
- --pf-c-date-picker__calendar--Top: 100%;
12021
+
12022
+ :where(.pf-theme-dark) .pf-c-date-picker {
12023
+ --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
12024
+ --pf-c-date-picker__calendar--Top: 100%;
12436
12025
  }
12437
12026
 
12438
12027
  .pf-c-divider {
@@ -13560,29 +13149,6 @@ label.pf-c-check, .pf-c-check__label,
13560
13149
  --pf-global--link--Color--hover: #73bcf7;
13561
13150
  --pf-global--BackgroundColor--100: #1b1d21;
13562
13151
  }
13563
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
13564
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
13565
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
13566
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
13567
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
13568
- }
13569
- :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,
13570
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
13571
- :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-login__header .pf-c-button,
13572
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
13573
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
13574
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
13575
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
13576
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
13577
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
13578
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
13579
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
13580
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
13581
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
13582
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
13583
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
13584
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
13585
- }
13586
13152
 
13587
13153
  :where(.pf-theme-dark) .pf-c-drawer {
13588
13154
  --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -14254,29 +13820,6 @@ label.pf-c-check, .pf-c-check__label,
14254
13820
  --pf-global--link--Color--hover: #73bcf7;
14255
13821
  --pf-global--BackgroundColor--100: #1b1d21;
14256
13822
  }
14257
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
14258
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
14259
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
14260
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
14261
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
14262
- }
14263
- :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,
14264
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
14265
- :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-login__header .pf-c-button,
14266
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
14267
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
14268
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
14269
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
14270
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
14271
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
14272
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
14273
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
14274
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
14275
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
14276
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
14277
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
14278
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
14279
- }
14280
13823
 
14281
13824
  :where(.pf-theme-dark) .pf-c-dropdown {
14282
13825
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15129,29 +14672,6 @@ label.pf-c-check, .pf-c-check__label,
15129
14672
  --pf-global--link--Color--hover: #73bcf7;
15130
14673
  --pf-global--BackgroundColor--100: #1b1d21;
15131
14674
  }
15132
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15133
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15134
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15135
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15136
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15137
- }
15138
- :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,
15139
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15140
- :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-login__header .pf-c-button,
15141
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15142
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15143
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15144
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15145
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15146
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15147
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15148
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15149
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15150
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15151
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15152
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15153
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15154
- }
15155
14675
 
15156
14676
  :where(.pf-theme-dark) .pf-c-form {
15157
14677
  --pf-c-form__helper-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15486,29 +15006,6 @@ textarea.pf-c-form-control {
15486
15006
  --pf-global--link--Color--hover: #73bcf7;
15487
15007
  --pf-global--BackgroundColor--100: #1b1d21;
15488
15008
  }
15489
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15490
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15491
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15492
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15493
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15494
- }
15495
- :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,
15496
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15497
- :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-login__header .pf-c-button,
15498
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15499
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15500
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15501
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15502
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15503
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15504
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15505
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15506
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15507
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15508
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15509
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15510
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15511
- }
15512
15009
 
15513
15010
  :where(.pf-theme-dark) .pf-c-form-control {
15514
15011
  --pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
@@ -15602,29 +15099,6 @@ textarea.pf-c-form-control {
15602
15099
  --pf-global--link--Color--hover: #73bcf7;
15603
15100
  --pf-global--BackgroundColor--100: #1b1d21;
15604
15101
  }
15605
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15606
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15607
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15608
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15609
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15610
- }
15611
- :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,
15612
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15613
- :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-login__header .pf-c-button,
15614
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15615
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15616
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15617
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15618
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15619
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15620
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15621
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15622
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15623
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15624
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15625
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15626
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15627
- }
15628
15102
 
15629
15103
  :where(.pf-theme-dark) .pf-c-hint {
15630
15104
  --pf-c-hint--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15659,6 +15133,10 @@ textarea.pf-c-form-control {
15659
15133
  gap: var(--pf-c-helper-text--Gap);
15660
15134
  font-size: var(--pf-c-helper-text--FontSize);
15661
15135
  }
15136
+ .pf-c-helper-text.pf-m-hidden {
15137
+ visibility: hidden;
15138
+ opacity: 0;
15139
+ }
15662
15140
 
15663
15141
  .pf-c-helper-text__item {
15664
15142
  display: flex;
@@ -15713,29 +15191,6 @@ textarea.pf-c-form-control {
15713
15191
  --pf-global--link--Color--hover: #73bcf7;
15714
15192
  --pf-global--BackgroundColor--100: #1b1d21;
15715
15193
  }
15716
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15717
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15718
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15719
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15720
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15721
- }
15722
- :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,
15723
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15724
- :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-login__header .pf-c-button,
15725
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15726
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15727
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15728
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15729
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15730
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15731
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15732
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15733
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15734
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15735
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15736
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15737
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15738
- }
15739
15194
 
15740
15195
  :where(.pf-theme-dark) .pf-c-helper-text {
15741
15196
  --pf-c-helper-text__item-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15759,7 +15214,7 @@ textarea.pf-c-form-control {
15759
15214
  --pf-c-icon__content--m-warning--Color: var(--pf-global--warning-color--100);
15760
15215
  --pf-c-icon__content--m-success--Color: var(--pf-global--success-color--100);
15761
15216
  --pf-c-icon__content--m-info--Color: var(--pf-global--info-color--100);
15762
- --pf-c-icon__content--m-default--Color: var(--pf-global--default-color--100);
15217
+ --pf-c-icon__content--m-custom--Color: var(--pf-global--custom-color--100);
15763
15218
  --pf-c-icon__content--FontSize: var(--pf-global--icon--FontSize--md);
15764
15219
  --pf-c-icon--m-inline__content--FontSize: 1em;
15765
15220
  --pf-c-icon__content--svg--VerticalAlign: -.125em;
@@ -15850,8 +15305,8 @@ textarea.pf-c-form-control {
15850
15305
  .pf-c-icon__content.pf-m-info {
15851
15306
  --pf-c-icon__content--Color: var(--pf-c-icon__content--m-info--Color);
15852
15307
  }
15853
- .pf-c-icon__content.pf-m-default {
15854
- --pf-c-icon__content--Color: var(--pf-c-icon__content--m-default--Color);
15308
+ .pf-c-icon__content.pf-m-custom {
15309
+ --pf-c-icon__content--Color: var(--pf-c-icon__content--m-custom--Color);
15855
15310
  }
15856
15311
 
15857
15312
  .pf-c-icon__progress {
@@ -16025,29 +15480,6 @@ label.pf-c-input-group__text {
16025
15480
  --pf-global--link--Color--hover: #73bcf7;
16026
15481
  --pf-global--BackgroundColor--100: #1b1d21;
16027
15482
  }
16028
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
16029
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16030
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
16031
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
16032
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16033
- }
16034
- :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,
16035
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16036
- :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-login__header .pf-c-button,
16037
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
16038
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16039
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16040
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16041
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16042
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16043
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16044
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16045
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16046
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16047
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16048
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16049
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16050
- }
16051
15483
 
16052
15484
  :where(.pf-theme-dark) .pf-c-input-group {
16053
15485
  --pf-c-input-group__item--BorderLeftWidth: var(--pf-c-input-group__item--BorderWidth--base);
@@ -16400,11 +15832,11 @@ label.pf-c-input-group__text {
16400
15832
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
16401
15833
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--BorderColor--100);
16402
15834
  --pf-c-label--m-cyan--BackgroundColor: var(--pf-global--palette--cyan-50);
16403
- --pf-c-label--m-cyan__icon--Color: var(--pf-global--default-color--200);
16404
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--300);
15835
+ --pf-c-label--m-cyan__icon--Color: var(--pf-global--custom-color--200);
15836
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--300);
16405
15837
  --pf-c-label--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16406
- --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--default-color--200);
16407
- --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--default-color--200);
15838
+ --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--custom-color--200);
15839
+ --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--custom-color--200);
16408
15840
  --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--palette--cyan-400);
16409
15841
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--BorderColor--100);
16410
15842
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
@@ -16745,29 +16177,6 @@ button.pf-c-label__content:focus {
16745
16177
  --pf-global--link--Color--hover: #73bcf7;
16746
16178
  --pf-global--BackgroundColor--100: #1b1d21;
16747
16179
  }
16748
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
16749
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16750
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
16751
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
16752
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16753
- }
16754
- :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,
16755
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16756
- :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-login__header .pf-c-button,
16757
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
16758
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16759
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16760
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16761
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16762
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16763
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16764
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16765
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16766
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16767
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16768
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16769
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16770
- }
16771
16180
 
16772
16181
  :where(.pf-theme-dark) .pf-c-label {
16773
16182
  --pf-c-label--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -16806,8 +16215,8 @@ button.pf-c-label__content:focus {
16806
16215
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
16807
16216
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
16808
16217
  --pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
16809
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--200);
16810
- --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--default-color--200);
16218
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--200);
16219
+ --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--custom-color--200);
16811
16220
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16812
16221
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
16813
16222
  --pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
@@ -17216,29 +16625,6 @@ ul.pf-c-list {
17216
16625
  --pf-global--link--Color--hover: #73bcf7;
17217
16626
  --pf-global--BackgroundColor--100: #1b1d21;
17218
16627
  }
17219
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
17220
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17221
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
17222
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
17223
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17224
- }
17225
- :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,
17226
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17227
- :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-login__header .pf-c-button,
17228
- :where(.pf-theme-dark) .pf-c-login__footer .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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
17229
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17230
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17231
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17232
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17233
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17234
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17235
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17236
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17237
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17238
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17239
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17240
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17241
- }
17242
16628
 
17243
16629
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
17244
16630
  color: var(--pf-global--Color--100);
@@ -17523,29 +16909,6 @@ ul.pf-c-list {
17523
16909
  --pf-global--link--Color--hover: #73bcf7;
17524
16910
  --pf-global--BackgroundColor--100: #1b1d21;
17525
16911
  }
17526
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
17527
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17528
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
17529
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
17530
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17531
- }
17532
- :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,
17533
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17534
- :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-login__header .pf-c-button,
17535
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
17536
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17537
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17538
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17539
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17540
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17541
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17542
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17543
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17544
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17545
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17546
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17547
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17548
- }
17549
16912
 
17550
16913
  :where(.pf-theme-dark) .pf-c-login__header,
17551
16914
  :where(.pf-theme-dark) .pf-c-login__footer {
@@ -18184,29 +17547,6 @@ ul.pf-c-list {
18184
17547
  --pf-global--link--Color--hover: #73bcf7;
18185
17548
  --pf-global--BackgroundColor--100: #1b1d21;
18186
17549
  }
18187
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
18188
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18189
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
18190
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
18191
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18192
- }
18193
- :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,
18194
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18195
- :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-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
18196
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
18197
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18198
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18199
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18200
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18201
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18202
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18203
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18204
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18205
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18206
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18207
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18208
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18209
- }
18210
17550
 
18211
17551
  :where(.pf-theme-dark) .pf-c-masthead {
18212
17552
  --pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
@@ -18792,29 +18132,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18792
18132
  --pf-global--link--Color--hover: #73bcf7;
18793
18133
  --pf-global--BackgroundColor--100: #1b1d21;
18794
18134
  }
18795
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
18796
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18797
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
18798
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
18799
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18800
- }
18801
- :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,
18802
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18803
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
18804
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
18805
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18806
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18807
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18808
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18809
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18810
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18811
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18812
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18813
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18814
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18815
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18816
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18817
- }
18818
18135
 
18819
18136
  :where(.pf-theme-dark) .pf-c-menu {
18820
18137
  --pf-c-menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -19235,29 +18552,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19235
18552
  --pf-global--link--Color--hover: #73bcf7;
19236
18553
  --pf-global--BackgroundColor--100: #1b1d21;
19237
18554
  }
19238
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
19239
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19240
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
19241
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19242
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19243
- }
19244
- :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,
19245
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19246
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
19247
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19248
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19249
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19250
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19251
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19252
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19253
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19254
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19255
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19256
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19257
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19258
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19259
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19260
- }
19261
18555
 
19262
18556
  :where(.pf-theme-dark) .pf-c-menu-toggle {
19263
18557
  --pf-c-menu-toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -19297,7 +18591,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19297
18591
  --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
19298
18592
  --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
19299
18593
  --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
19300
- --pf-c-modal-box--m-default__title-icon--Color: var(--pf-global--default-color--200);
18594
+ --pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
19301
18595
  --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
19302
18596
  --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
19303
18597
  --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
@@ -19362,8 +18656,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19362
18656
  .pf-c-modal-box.pf-m-success {
19363
18657
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
19364
18658
  }
19365
- .pf-c-modal-box.pf-m-default {
19366
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
18659
+ .pf-c-modal-box.pf-m-custom {
18660
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
19367
18661
  }
19368
18662
  .pf-c-modal-box.pf-m-info {
19369
18663
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
@@ -19474,29 +18768,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19474
18768
  --pf-global--link--Color--hover: #73bcf7;
19475
18769
  --pf-global--BackgroundColor--100: #1b1d21;
19476
18770
  }
19477
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
19478
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19479
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
19480
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19481
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19482
- }
19483
- :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,
19484
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19485
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
19486
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19487
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19488
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19489
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19490
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19491
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19492
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19493
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19494
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19495
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19496
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19497
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19498
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19499
- }
19500
18771
 
19501
18772
  :where(.pf-theme-dark) .pf-c-modal-box {
19502
18773
  --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -20624,29 +19895,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20624
19895
  --pf-global--link--Color--hover: #73bcf7;
20625
19896
  --pf-global--BackgroundColor--100: #1b1d21;
20626
19897
  }
20627
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
20628
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20629
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
20630
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20631
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20632
- }
20633
- :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,
20634
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20635
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
20636
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20637
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20638
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20639
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20640
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20641
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20642
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20643
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20644
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20645
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20646
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20647
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20648
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20649
- }
20650
19898
 
20651
19899
  :where(.pf-theme-dark) .pf-c-nav {
20652
19900
  --pf-c-nav__item--item__link--after--Top: -1px;
@@ -20794,29 +20042,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20794
20042
  --pf-global--link--Color--hover: #73bcf7;
20795
20043
  --pf-global--BackgroundColor--100: #1b1d21;
20796
20044
  }
20797
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
20798
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20799
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
20800
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20801
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20802
- }
20803
- :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,
20804
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20805
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
20806
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20807
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20808
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20809
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20810
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20811
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20812
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20813
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20814
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20815
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20816
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20817
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20818
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20819
- }
20820
20045
 
20821
20046
  :where(.pf-theme-dark) .pf-c-notification-badge {
20822
20047
  --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -20856,8 +20081,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20856
20081
  --pf-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-global--danger-color--100);
20857
20082
  --pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-global--success-color--100);
20858
20083
  --pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-global--success-color--100);
20859
- --pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color: var(--pf-global--default-color--200);
20860
- --pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor: var(--pf-global--default-color--200);
20084
+ --pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-global--custom-color--200);
20085
+ --pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor: var(--pf-global--custom-color--200);
20861
20086
  --pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--200);
20862
20087
  --pf-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-global--BorderColor--100);
20863
20088
  --pf-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-c-notification-drawer__list-item--BorderBottomWidth) * -1);
@@ -20972,9 +20197,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20972
20197
  --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
20973
20198
  --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
20974
20199
  }
20975
- .pf-c-notification-drawer__list-item.pf-m-default {
20976
- --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor);
20977
- --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color);
20200
+ .pf-c-notification-drawer__list-item.pf-m-custom {
20201
+ --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor);
20202
+ --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
20978
20203
  }
20979
20204
  .pf-c-notification-drawer__list-item.pf-m-read {
20980
20205
  --pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-c-notification-drawer__list-item--m-read--BorderBottomColor);
@@ -21098,30 +20323,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21098
20323
  --pf-global--primary-color--100: #1fa7f8;
21099
20324
  --pf-global--link--Color: #1fa7f8;
21100
20325
  --pf-global--link--Color--hover: #73bcf7;
21101
- --pf-global--BackgroundColor--100: #1b1d21;
21102
- }
21103
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
21104
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21105
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
21106
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21107
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21108
- }
21109
- :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,
21110
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21111
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
21112
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21113
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21114
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21115
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21116
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21117
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21118
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21119
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21120
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21121
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21122
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21123
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21124
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20326
+ --pf-global--BackgroundColor--100: #1b1d21;
21125
20327
  }
21126
20328
 
21127
20329
  :where(.pf-theme-dark) .pf-c-notification-drawer {
@@ -21397,29 +20599,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21397
20599
  --pf-global--link--Color--hover: #73bcf7;
21398
20600
  --pf-global--BackgroundColor--100: #1b1d21;
21399
20601
  }
21400
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
21401
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21402
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
21403
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21404
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21405
- }
21406
- :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,
21407
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21408
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
21409
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21410
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21411
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21412
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21413
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21414
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21415
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21416
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21417
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21418
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21419
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21420
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21421
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
21422
- }
21423
20602
 
21424
20603
  :where(.pf-theme-dark) .pf-c-options-menu {
21425
20604
  --pf-c-options-menu__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -22379,29 +21558,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22379
21558
  --pf-global--link--Color--hover: #73bcf7;
22380
21559
  --pf-global--BackgroundColor--100: #1b1d21;
22381
21560
  }
22382
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
22383
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22384
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
22385
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
22386
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22387
- }
22388
- :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,
22389
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22390
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
22391
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
22392
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22393
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22394
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22395
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22396
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22397
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22398
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22399
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22400
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22401
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22402
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22403
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22404
- }
22405
21561
 
22406
21562
  :where(.pf-theme-dark) .pf-c-page {
22407
21563
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
@@ -22843,29 +21999,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22843
21999
  --pf-global--link--Color--hover: #73bcf7;
22844
22000
  --pf-global--BackgroundColor--100: #1b1d21;
22845
22001
  }
22846
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
22847
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
22848
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22849
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
22850
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22851
- }
22852
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
22853
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
22854
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22855
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
22856
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22857
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22858
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22859
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22860
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22861
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22862
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22863
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22864
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22865
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22866
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22867
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22868
- }
22869
22002
 
22870
22003
  :where(.pf-theme-dark) .pf-c-pagination {
22871
22004
  --pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -22959,12 +22092,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22959
22092
  --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
22960
22093
  --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
22961
22094
  --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
22962
- --pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
22095
+ --pf-c-popover--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
22963
22096
  --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
22964
22097
  --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
22965
22098
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
22966
22099
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
22967
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
22100
+ --pf-c-popover--m-custom__title-text--Color: var(--pf-global--custom-color--300);
22968
22101
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
22969
22102
  --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
22970
22103
  --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
@@ -23059,9 +22192,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23059
22192
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
23060
22193
  --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
23061
22194
  }
23062
- .pf-c-popover.pf-m-default {
23063
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
23064
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
22195
+ .pf-c-popover.pf-m-custom {
22196
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-custom__title-icon--Color);
22197
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-custom__title-text--Color);
23065
22198
  }
23066
22199
  .pf-c-popover.pf-m-info {
23067
22200
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
@@ -23134,34 +22267,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23134
22267
  --pf-global--link--Color--hover: #73bcf7;
23135
22268
  --pf-global--BackgroundColor--100: #1b1d21;
23136
22269
  }
23137
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
23138
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
23139
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23140
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23141
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23142
- }
23143
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
23144
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
23145
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23146
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23147
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23148
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23149
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23150
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23151
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23152
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23153
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23154
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23155
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23156
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23157
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23158
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23159
- }
23160
22270
 
23161
22271
  :where(.pf-theme-dark) .pf-c-popover {
23162
22272
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
23163
22273
  --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
23164
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
22274
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--custom-color--200);
23165
22275
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
23166
22276
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
23167
22277
  }
@@ -23345,29 +22455,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23345
22455
  --pf-global--link--Color--hover: #73bcf7;
23346
22456
  --pf-global--BackgroundColor--100: #1b1d21;
23347
22457
  }
23348
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
23349
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
23350
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23351
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23352
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23353
- }
23354
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
23355
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
23356
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23357
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23358
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23359
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23360
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23361
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23362
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23363
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23364
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23365
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23366
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23367
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23368
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23369
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23370
- }
23371
22458
 
23372
22459
  :where(.pf-theme-dark) .pf-c-progress {
23373
22460
  --pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
@@ -24250,29 +23337,6 @@ label.pf-c-radio, .pf-c-radio__label,
24250
23337
  --pf-global--link--Color--hover: #73bcf7;
24251
23338
  --pf-global--BackgroundColor--100: #1b1d21;
24252
23339
  }
24253
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
24254
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
24255
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24256
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24257
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24258
- }
24259
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
24260
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
24261
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24262
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24263
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24264
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24265
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24266
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24267
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24268
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24269
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24270
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24271
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24272
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24273
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24274
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24275
- }
24276
23340
 
24277
23341
  :where(.pf-theme-dark) .pf-c-search-input {
24278
23342
  --pf-c-search-input__text--before--BorderColor: transparent;
@@ -24867,29 +23931,6 @@ label.pf-c-radio, .pf-c-radio__label,
24867
23931
  --pf-global--link--Color--hover: #73bcf7;
24868
23932
  --pf-global--BackgroundColor--100: #1b1d21;
24869
23933
  }
24870
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
24871
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
24872
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24873
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24874
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24875
- }
24876
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
24877
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
24878
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24879
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24880
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24881
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24882
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24883
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24884
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24885
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24886
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24887
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24888
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24889
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24890
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24891
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24892
- }
24893
23934
 
24894
23935
  :where(.pf-theme-dark) .pf-c-select {
24895
23936
  --pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
@@ -25320,29 +24361,6 @@ label.pf-c-radio, .pf-c-radio__label,
25320
24361
  --pf-global--link--Color--hover: #73bcf7;
25321
24362
  --pf-global--BackgroundColor--100: #1b1d21;
25322
24363
  }
25323
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
25324
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
25325
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25326
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25327
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25328
- }
25329
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
25330
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
25331
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25332
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25333
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25334
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25335
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25336
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25337
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25338
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25339
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25340
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25341
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25342
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25343
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25344
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25345
- }
25346
24364
 
25347
24365
  :where(.pf-theme-dark) .pf-c-simple-list {
25348
24366
  --pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
@@ -25528,29 +24546,6 @@ label.pf-c-radio, .pf-c-radio__label,
25528
24546
  --pf-global--link--Color--hover: #73bcf7;
25529
24547
  --pf-global--BackgroundColor--100: #1b1d21;
25530
24548
  }
25531
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
25532
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
25533
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25534
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25535
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25536
- }
25537
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
25538
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
25539
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25540
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25541
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25542
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25543
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25544
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25545
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25546
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25547
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25548
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25549
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25550
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25551
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25552
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25553
- }
25554
24549
 
25555
24550
  :where(.pf-theme-dark) .pf-c-skeleton {
25556
24551
  --pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
@@ -26141,29 +25136,6 @@ svg.pf-c-spinner.pf-m-xl {
26141
25136
  --pf-global--link--Color--hover: #73bcf7;
26142
25137
  --pf-global--BackgroundColor--100: #1b1d21;
26143
25138
  }
26144
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
26145
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
26146
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
26147
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
26148
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
26149
- }
26150
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
26151
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
26152
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
26153
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
26154
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
26155
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
26156
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
26157
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
26158
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
26159
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
26160
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
26161
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
26162
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
26163
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
26164
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
26165
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
26166
- }
26167
25139
 
26168
25140
  :where(.pf-theme-dark) .pf-c-switch {
26169
25141
  --pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
@@ -28864,29 +27836,6 @@ svg.pf-c-spinner.pf-m-xl {
28864
27836
  --pf-global--link--Color--hover: #73bcf7;
28865
27837
  --pf-global--BackgroundColor--100: #1b1d21;
28866
27838
  }
28867
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
28868
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
28869
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
28870
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
28871
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
28872
- }
28873
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
28874
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
28875
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
28876
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
28877
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
28878
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
28879
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
28880
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
28881
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
28882
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
28883
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
28884
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
28885
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
28886
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
28887
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
28888
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
28889
- }
28890
27839
 
28891
27840
  :where(.pf-theme-dark) .pf-c-table {
28892
27841
  --pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--150);
@@ -30602,29 +29551,6 @@ svg.pf-c-spinner.pf-m-xl {
30602
29551
  --pf-global--link--Color--hover: #73bcf7;
30603
29552
  --pf-global--BackgroundColor--100: #1b1d21;
30604
29553
  }
30605
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
30606
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
30607
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30608
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30609
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30610
- }
30611
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
30612
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
30613
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30614
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30615
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30616
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30617
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30618
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30619
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30620
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30621
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30622
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30623
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30624
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30625
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30626
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30627
- }
30628
29554
 
30629
29555
  :where(.pf-theme-dark) .pf-c-tabs {
30630
29556
  --pf-c-tabs__scroll-button--BackgroundColor: transparent;
@@ -30936,29 +29862,6 @@ svg.pf-c-spinner.pf-m-xl {
30936
29862
  --pf-global--link--Color--hover: #73bcf7;
30937
29863
  --pf-global--BackgroundColor--100: #1b1d21;
30938
29864
  }
30939
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
30940
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
30941
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30942
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30943
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30944
- }
30945
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
30946
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
30947
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30948
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30949
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30950
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30951
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30952
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30953
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30954
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30955
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30956
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30957
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30958
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30959
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30960
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30961
- }
30962
29865
 
30963
29866
  :where(.pf-theme-dark) .pf-c-tile {
30964
29867
  --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
@@ -31172,29 +30075,6 @@ svg.pf-c-spinner.pf-m-xl {
31172
30075
  --pf-global--link--Color--hover: #73bcf7;
31173
30076
  --pf-global--BackgroundColor--100: #1b1d21;
31174
30077
  }
31175
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31176
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31177
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31178
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31179
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31180
- }
31181
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
31182
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31183
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31184
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31185
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31186
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31187
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31188
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31189
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31190
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31191
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31192
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31193
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31194
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31195
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31196
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31197
- }
31198
30078
 
31199
30079
  :where(.pf-theme-dark) .pf-c-toggle-group {
31200
30080
  --pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
@@ -31303,29 +30183,6 @@ svg.pf-c-spinner.pf-m-xl {
31303
30183
  --pf-global--link--Color--hover: #73bcf7;
31304
30184
  --pf-global--BackgroundColor--100: #1b1d21;
31305
30185
  }
31306
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31307
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31308
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31309
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31310
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31311
- }
31312
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
31313
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31314
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31315
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31316
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31317
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31318
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31319
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31320
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31321
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31322
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31323
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31324
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31325
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31326
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31327
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31328
- }
31329
30186
 
31330
30187
  :where(.pf-theme-dark) .pf-c-tooltip {
31331
30188
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -31862,29 +30719,6 @@ label.pf-c-tree-view__node-text {
31862
30719
  --pf-global--link--Color--hover: #73bcf7;
31863
30720
  --pf-global--BackgroundColor--100: #1b1d21;
31864
30721
  }
31865
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31866
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31867
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31868
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31869
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31870
- }
31871
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
31872
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31873
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31874
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31875
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31876
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31877
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31878
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31879
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31880
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31881
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31882
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31883
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31884
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31885
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31886
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31887
- }
31888
30722
 
31889
30723
  :where(.pf-theme-dark) .pf-c-tree-view {
31890
30724
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -32392,29 +31226,6 @@ label.pf-c-tree-view__node-text {
32392
31226
  --pf-global--link--Color--hover: #73bcf7;
32393
31227
  --pf-global--BackgroundColor--100: #1b1d21;
32394
31228
  }
32395
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
32396
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
32397
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
32398
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
32399
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
32400
- }
32401
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .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,
32402
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
32403
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
32404
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
32405
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
32406
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
32407
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
32408
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
32409
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
32410
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32411
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32412
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32413
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32414
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32415
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32416
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32417
- }
32418
31229
 
32419
31230
  :where(.pf-theme-dark) .pf-c-wizard {
32420
31231
  --pf-c-wizard__header--BackgroundColor: var(--pf-global--palette--black-1000);