@patternfly/patternfly 5.0.0-alpha.33 → 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 (105) 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/Icon/icon.css +3 -3
  20. package/components/Icon/icon.scss +3 -3
  21. package/components/Label/label.css +6 -6
  22. package/components/Label/label.scss +4 -4
  23. package/components/Label/themes/dark/label.scss +2 -2
  24. package/components/LogViewer/log-viewer.css +0 -38
  25. package/components/Login/login.css +0 -40
  26. package/components/Masthead/masthead.css +0 -38
  27. package/components/ModalBox/modal-box.css +3 -3
  28. package/components/ModalBox/modal-box.scss +3 -3
  29. package/components/NotificationDrawer/notification-drawer.css +5 -5
  30. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  31. package/components/Page/page.css +0 -42
  32. package/components/Popover/popover.css +6 -6
  33. package/components/Popover/popover.scss +5 -5
  34. package/components/Popover/themes/dark/popover.scss +1 -1
  35. package/components/Wizard/wizard.css +0 -38
  36. package/docs/components/Alert/examples/Alert.md +15 -15
  37. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  38. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  39. package/docs/components/Check/examples/Check.md +1 -0
  40. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  41. package/docs/components/DatePicker/examples/DatePicker.md +1 -0
  42. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  43. package/docs/components/FileUpload/examples/FileUpload.md +2 -1
  44. package/docs/components/Form/examples/Form.md +1 -0
  45. package/docs/components/FormControl/examples/FormControl.md +1 -0
  46. package/docs/components/Icon/examples/Icon.md +2 -2
  47. package/docs/components/Menu/examples/Menu.md +1 -0
  48. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  49. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  50. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  51. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  52. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  53. package/docs/components/Popover/examples/Popover.md +9 -9
  54. package/docs/components/Radio/examples/Radio.md +1 -0
  55. package/docs/components/Select/examples/Select.md +1 -0
  56. package/docs/demos/CardView/examples/CardView.md +1 -1
  57. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  58. package/docs/demos/Form/examples/BasicForms.md +1 -0
  59. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  60. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  61. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -1
  62. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  63. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  64. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  65. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  66. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  67. package/docs/utilities/Display/examples/Display.md +1 -1
  68. package/docs/utilities/Flex/examples/Flex.md +1 -1
  69. package/docs/utilities/Float/examples/Float.md +1 -1
  70. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  71. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  72. package/docs/utilities/Text/examples/Text.md +5 -5
  73. package/package.json +1 -1
  74. package/patternfly-addons.css +48 -48
  75. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  76. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  77. package/patternfly-base.css +45 -72
  78. package/{patternfly-no-reset.css → patternfly-no-globals.css} +52 -1237
  79. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  80. package/patternfly.css +83 -1274
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +0 -23
  84. package/sass-utilities/scss-variables.scss +4 -5
  85. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  86. package/utilities/Text/text.css +48 -48
  87. package/utilities/Text/text.scss +6 -6
  88. package/utilities/Text/themes/dark/text.scss +2 -2
  89. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  90. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  91. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  92. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  93. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  94. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  95. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  96. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  97. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  98. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  99. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  100. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  101. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  102. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  103. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  104. package/assets/pficon/pficon.woff +0 -0
  105. package/sass-utilities/bs-variables.scss +0 -709
package/patternfly.css CHANGED
@@ -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 {
@@ -608,7 +564,7 @@
608
564
  font-variant-numeric: tabular-nums;
609
565
  }
610
566
 
611
- html,
567
+ :where(html,
612
568
  body,
613
569
  p,
614
570
  ol,
@@ -630,35 +586,48 @@ h2,
630
586
  h3,
631
587
  h4,
632
588
  h5,
633
- h6 {
589
+ h6) {
634
590
  padding: 0;
635
591
  margin: 0;
636
592
  }
637
593
 
638
- html,
639
- body {
594
+ *,
595
+ :where(*::before,
596
+ *::after) {
597
+ box-sizing: border-box;
598
+ }
599
+
600
+ :where(html,
601
+ body) {
640
602
  height: 100%;
641
603
  }
642
604
 
643
- h1,
605
+ :where(body) {
606
+ font-family: var(--pf-global--FontFamily--sans-serif);
607
+ font-size: var(--pf-global--FontSize--md);
608
+ font-weight: var(--pf-global--FontWeight--normal);
609
+ line-height: var(--pf-global--LineHeight--md);
610
+ }
611
+
612
+ :where(h1,
644
613
  h2,
645
614
  h3,
646
615
  h4,
647
616
  h5,
648
- h6 {
617
+ h6) {
649
618
  font-size: 100%;
650
619
  font-weight: var(--pf-global--FontWeight--normal);
651
620
  }
652
621
 
653
- ul {
622
+ :where(ul) {
654
623
  list-style: none;
655
624
  }
656
625
 
657
- button,
626
+ :where(button,
658
627
  input,
659
628
  optgroup,
660
629
  select,
661
- textarea {
630
+ textarea) {
662
631
  margin: 0;
663
632
  font-family: inherit;
664
633
  font-size: 100%;
@@ -666,68 +635,49 @@ textarea {
666
635
  color: var(--pf-global--Color--100);
667
636
  }
668
637
 
669
- img,
638
+ :where(img,
670
639
  embed,
671
640
  iframe,
672
641
  object,
673
642
  audio,
674
- video {
643
+ video) {
675
644
  max-width: 100%;
676
645
  height: auto;
677
646
  }
678
647
 
679
- iframe {
648
+ :where(iframe) {
680
649
  border: 0;
681
650
  }
682
651
 
683
- table {
652
+ :where(table) {
684
653
  border-spacing: 0;
685
654
  border-collapse: collapse;
686
655
  }
687
656
 
688
- td,
689
- th {
657
+ :where(td,
658
+ th) {
690
659
  padding: 0;
691
660
  text-align: left;
692
661
  }
693
662
 
694
- code,
695
- pre {
663
+ :where(code,
664
+ pre) {
696
665
  font-family: var(--pf-global--FontFamily--monospace);
697
666
  }
698
667
 
699
- *,
700
- *::before,
701
- *::after {
702
- box-sizing: border-box;
703
- }
704
-
705
- html {
706
- font-family: sans-serif;
707
- line-height: 1.15;
708
- }
709
-
710
- body {
711
- font-family: var(--pf-global--FontFamily--sans-serif);
712
- font-size: var(--pf-global--FontSize--md);
713
- font-weight: var(--pf-global--FontWeight--normal);
714
- line-height: var(--pf-global--LineHeight--md);
715
- text-align: left;
716
- background-color: var(--pf-global--BackgroundColor--100);
717
- }
718
-
719
- a {
668
+ :where(a) {
720
669
  font-weight: var(--pf-global--link--FontWeight);
721
670
  color: var(--pf-global--link--Color);
722
671
  text-decoration: var(--pf-global--link--TextDecoration);
723
672
  }
724
- a:hover {
673
+
674
+ :where(a:hover) {
725
675
  --pf-global--link--Color: var(--pf-global--link--Color--hover);
726
676
  --pf-global--link--TextDecoration: var(--pf-global--link--TextDecoration--hover);
727
677
  }
728
678
 
729
- button,
730
- a {
679
+ :where(a,
680
+ button) {
731
681
  cursor: pointer;
732
682
  }
733
683
 
@@ -4944,7 +4894,7 @@ a {
4944
4894
  font-family: "Font Awesome 5 Free";
4945
4895
  font-style: normal;
4946
4896
  font-weight: 900;
4947
- src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./assets/fonts/webfonts/fa-solid-900.woff") format("woff");
4897
+ src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2");
4948
4898
  }
4949
4899
  .fa,
4950
4900
  .fas {
@@ -4954,7 +4904,7 @@ a {
4954
4904
 
4955
4905
  @font-face {
4956
4906
  font-family: "pficon";
4957
- src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
4907
+ src: url("./assets/pficon/pficon.woff2") format("woff2");
4958
4908
  }
4959
4909
  .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 {
4960
4910
  font-family: "pficon";
@@ -5703,29 +5653,6 @@ a {
5703
5653
  --pf-global--link--Color--hover: #73bcf7;
5704
5654
  --pf-global--BackgroundColor--100: #1b1d21;
5705
5655
  }
5706
- :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,
5707
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5708
- :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,
5709
- :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 {
5710
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5711
- }
5712
- :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,
5713
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5714
- :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,
5715
- :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 {
5716
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5717
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5718
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5719
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5720
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5721
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5722
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5723
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5724
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5725
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5726
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5727
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5728
- }
5729
5656
 
5730
5657
  :where(.pf-theme-dark) .pf-c-about-modal-box {
5731
5658
  color: var(--pf-global--Color--100);
@@ -5956,29 +5883,6 @@ a {
5956
5883
  --pf-global--link--Color--hover: #73bcf7;
5957
5884
  --pf-global--BackgroundColor--100: #1b1d21;
5958
5885
  }
5959
- :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,
5960
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5961
- :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,
5962
- :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 {
5963
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5964
- }
5965
- :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,
5966
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5967
- :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,
5968
- :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 {
5969
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5970
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5971
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5972
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5973
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5974
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5975
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5976
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5977
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5978
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5979
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5980
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5981
- }
5982
5886
 
5983
5887
  :where(.pf-theme-dark) .pf-c-accordion {
5984
5888
  --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -6023,7 +5927,7 @@ a {
6023
5927
  ". description description"
6024
5928
  ". actiongroup actiongroup";
6025
5929
  --pf-c-alert--BorderTopWidth: var(--pf-global--BorderWidth--md);
6026
- --pf-c-alert--BorderTopColor: var(--pf-global--default-color--200);
5930
+ --pf-c-alert--BorderTopColor: var(--pf-global--BorderColor--100);
6027
5931
  --pf-c-alert--PaddingTop: var(--pf-global--spacer--md);
6028
5932
  --pf-c-alert--PaddingRight: var(--pf-global--spacer--md);
6029
5933
  --pf-c-alert--PaddingBottom: var(--pf-global--spacer--md);
@@ -6034,12 +5938,12 @@ a {
6034
5938
  --pf-c-alert__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
6035
5939
  --pf-c-alert__toggle-icon--Rotate: 0;
6036
5940
  --pf-c-alert__toggle-icon--Transition: var(--pf-global--Transition);
6037
- --pf-c-alert__icon--Color: var(--pf-global--default-color--200);
5941
+ --pf-c-alert__icon--Color: var(--pf-global--Color--100);
6038
5942
  --pf-c-alert__icon--MarginTop: 0.0625rem;
6039
5943
  --pf-c-alert__icon--MarginRight: var(--pf-global--spacer--sm);
6040
5944
  --pf-c-alert__icon--FontSize: var(--pf-global--icon--FontSize--md);
6041
5945
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--bold);
6042
- --pf-c-alert__title--Color: var(--pf-global--default-color--300);
5946
+ --pf-c-alert__title--Color: var(--pf-global--Color--100);
6043
5947
  --pf-c-alert__title--max-lines: 1;
6044
5948
  --pf-c-alert__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
6045
5949
  --pf-c-alert__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
@@ -6051,6 +5955,9 @@ a {
6051
5955
  --pf-c-alert__description--action-group--PaddingTop-base: var(--pf-global--spacer--md);
6052
5956
  --pf-c-alert__description--action-group--PaddingTop: var(--pf-c-alert__description--action-group--PaddingTop-base);
6053
5957
  --pf-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-global--spacer--lg);
5958
+ --pf-c-alert--m-custom--BorderTopColor: var(--pf-global--custom-color--200);
5959
+ --pf-c-alert--m-custom__icon--Color: var(--pf-global--custom-color--200);
5960
+ --pf-c-alert--m-custom__title--Color: var(--pf-global--custom-color--300);
6054
5961
  --pf-c-alert--m-success--BorderTopColor: var(--pf-global--success-color--100);
6055
5962
  --pf-c-alert--m-success__icon--Color: var(--pf-global--success-color--100);
6056
5963
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--200);
@@ -6064,7 +5971,7 @@ a {
6064
5971
  --pf-c-alert--m-info__icon--Color: var(--pf-global--info-color--100);
6065
5972
  --pf-c-alert--m-info__title--Color: var(--pf-global--info-color--200);
6066
5973
  --pf-c-alert--m-inline--BoxShadow: none;
6067
- --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--cyan-50);
5974
+ --pf-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-global--palette--cyan-50);
6068
5975
  --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--green-50);
6069
5976
  --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--red-50);
6070
5977
  --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--gold-50);
@@ -6094,6 +6001,12 @@ a {
6094
6001
  border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
6095
6002
  box-shadow: var(--pf-c-alert--BoxShadow);
6096
6003
  }
6004
+ .pf-c-alert.pf-m-custom {
6005
+ --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-custom--BorderTopColor);
6006
+ --pf-c-alert__icon--Color: var(--pf-c-alert--m-custom__icon--Color);
6007
+ --pf-c-alert__title--Color: var(--pf-c-alert--m-custom__title--Color);
6008
+ --pf-c-alert--m-inline--BackgroundColor: var(--pf-c-alert--m-inline--m-custom--BackgroundColor);
6009
+ }
6097
6010
  .pf-c-alert.pf-m-success {
6098
6011
  --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
6099
6012
  --pf-c-alert__icon--Color: var(--pf-c-alert--m-success__icon--Color);
@@ -6217,33 +6130,10 @@ a {
6217
6130
  --pf-global--link--Color--hover: #73bcf7;
6218
6131
  --pf-global--BackgroundColor--100: #1b1d21;
6219
6132
  }
6220
- :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,
6221
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6222
- :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,
6223
- :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 {
6224
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6225
- }
6226
- :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,
6227
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6228
- :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,
6229
- :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 {
6230
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6231
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6232
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6233
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6234
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6235
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6236
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6237
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6238
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6239
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6240
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6241
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6242
- }
6243
6133
 
6244
6134
  :where(.pf-theme-dark) .pf-c-alert {
6245
6135
  --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
6246
- --pf-c-alert__title--Color: var(--pf-global--default-color--200);
6136
+ --pf-c-alert__title--Color: var(--pf-global--custom-color--200);
6247
6137
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
6248
6138
  --pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
6249
6139
  --pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
@@ -6547,29 +6437,6 @@ a {
6547
6437
  --pf-global--link--Color--hover: #73bcf7;
6548
6438
  --pf-global--BackgroundColor--100: #1b1d21;
6549
6439
  }
6550
- :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,
6551
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6552
- :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,
6553
- :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 {
6554
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6555
- }
6556
- :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,
6557
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6558
- :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,
6559
- :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 {
6560
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6561
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6562
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6563
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6564
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6565
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6566
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6567
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6568
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6569
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6570
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6571
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6572
- }
6573
6440
 
6574
6441
  :where(.pf-theme-dark) .pf-c-app-launcher {
6575
6442
  --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -6971,29 +6838,6 @@ a {
6971
6838
  --pf-global--link--Color--hover: #73bcf7;
6972
6839
  --pf-global--BackgroundColor--100: #1b1d21;
6973
6840
  }
6974
- :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,
6975
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6976
- :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,
6977
- :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 {
6978
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6979
- }
6980
- :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,
6981
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6982
- :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,
6983
- :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 {
6984
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6985
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6986
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6987
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6988
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6989
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6990
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6991
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6992
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6993
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6994
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6995
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6996
- }
6997
6841
 
6998
6842
  :where(.pf-theme-dark) .pf-c-badge {
6999
6843
  --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
@@ -7099,29 +6943,6 @@ a {
7099
6943
  --pf-global--link--Color--hover: #73bcf7;
7100
6944
  --pf-global--BackgroundColor--100: #1b1d21;
7101
6945
  }
7102
- :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,
7103
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7104
- :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,
7105
- :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 {
7106
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7107
- }
7108
- :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,
7109
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7110
- :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,
7111
- :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 {
7112
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7113
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7114
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7115
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7116
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7117
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7118
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7119
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7120
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7121
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7122
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7123
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7124
- }
7125
6946
 
7126
6947
  :where(.pf-theme-dark) .pf-c-banner {
7127
6948
  color: var(--pf-global--Color--100);
@@ -7298,29 +7119,6 @@ button.pf-c-breadcrumb__link {
7298
7119
  --pf-global--link--Color--hover: #73bcf7;
7299
7120
  --pf-global--BackgroundColor--100: #1b1d21;
7300
7121
  }
7301
- :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,
7302
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7303
- :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,
7304
- :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 {
7305
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7306
- }
7307
- :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,
7308
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7309
- :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,
7310
- :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 {
7311
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7312
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7313
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7314
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7315
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7316
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7317
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7318
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7319
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7320
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7321
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7322
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7323
- }
7324
7122
 
7325
7123
  :where(.pf-theme-dark) .pf-c-breadcrumb {
7326
7124
  --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
@@ -7841,29 +7639,6 @@ button.pf-c-breadcrumb__link {
7841
7639
  --pf-global--link--Color--hover: #73bcf7;
7842
7640
  --pf-global--BackgroundColor--100: #1b1d21;
7843
7641
  }
7844
- :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,
7845
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7846
- :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,
7847
- :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 {
7848
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7849
- }
7850
- :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,
7851
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7852
- :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,
7853
- :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 {
7854
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7855
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7856
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7857
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7858
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7859
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7860
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7861
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7862
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7863
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7864
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7865
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7866
- }
7867
7642
 
7868
7643
  :where(.pf-theme-dark) .pf-c-button {
7869
7644
  --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
@@ -8110,29 +7885,6 @@ button.pf-c-breadcrumb__link {
8110
7885
  --pf-global--link--Color--hover: #73bcf7;
8111
7886
  --pf-global--BackgroundColor--100: #1b1d21;
8112
7887
  }
8113
- :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,
8114
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8115
- :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,
8116
- :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 {
8117
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8118
- }
8119
- :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,
8120
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8121
- :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,
8122
- :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 {
8123
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8124
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8125
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8126
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8127
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8128
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8129
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8130
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8131
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8132
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8133
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8134
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8135
- }
8136
7888
 
8137
7889
  :where(.pf-theme-dark) .pf-c-calendar-month {
8138
7890
  --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
@@ -8492,29 +8244,6 @@ button.pf-c-breadcrumb__link {
8492
8244
  --pf-global--link--Color--hover: #73bcf7;
8493
8245
  --pf-global--BackgroundColor--100: #1b1d21;
8494
8246
  }
8495
- :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,
8496
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8497
- :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,
8498
- :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 {
8499
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8500
- }
8501
- :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,
8502
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8503
- :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,
8504
- :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 {
8505
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8506
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8507
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8508
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8509
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8510
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8511
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8512
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8513
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8514
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8515
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8516
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8517
- }
8518
8247
 
8519
8248
  :where(.pf-theme-dark) .pf-c-card,
8520
8249
  :where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
@@ -8707,29 +8436,6 @@ label.pf-c-check, .pf-c-check__label,
8707
8436
  --pf-global--link--Color--hover: #73bcf7;
8708
8437
  --pf-global--BackgroundColor--100: #1b1d21;
8709
8438
  }
8710
- :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,
8711
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8712
- :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,
8713
- :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 {
8714
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8715
- }
8716
- :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,
8717
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8718
- :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,
8719
- :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 {
8720
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8721
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8722
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8723
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8724
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8725
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8726
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8727
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8728
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8729
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8730
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8731
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8732
- }
8733
8439
 
8734
8440
  :where(.pf-theme-dark) .pf-c-chip {
8735
8441
  --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -8921,29 +8627,6 @@ label.pf-c-check, .pf-c-check__label,
8921
8627
  --pf-global--link--Color--hover: #73bcf7;
8922
8628
  --pf-global--BackgroundColor--100: #1b1d21;
8923
8629
  }
8924
- :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,
8925
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8926
- :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,
8927
- :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 {
8928
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8929
- }
8930
- :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,
8931
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8932
- :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,
8933
- :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 {
8934
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8935
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8936
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8937
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8938
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8939
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8940
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8941
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8942
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8943
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8944
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8945
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8946
- }
8947
8630
 
8948
8631
  :where(.pf-theme-dark) .pf-c-clipboard-copy {
8949
8632
  --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -9143,29 +8826,6 @@ label.pf-c-check, .pf-c-check__label,
9143
8826
  --pf-global--link--Color--hover: #73bcf7;
9144
8827
  --pf-global--BackgroundColor--100: #1b1d21;
9145
8828
  }
9146
- :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,
9147
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9148
- :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,
9149
- :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 {
9150
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9151
- }
9152
- :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,
9153
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9154
- :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,
9155
- :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 {
9156
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9157
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9158
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9159
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9160
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9161
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9162
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9163
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9164
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9165
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9166
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9167
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9168
- }
9169
8829
 
9170
8830
  :where(.pf-theme-dark) .pf-c-code-editor__controls > * + * {
9171
8831
  border-left: 1px solid var(--pf-global--palette--black-700);
@@ -9727,29 +9387,6 @@ label.pf-c-check, .pf-c-check__label,
9727
9387
  --pf-global--link--Color--hover: #73bcf7;
9728
9388
  --pf-global--BackgroundColor--100: #1b1d21;
9729
9389
  }
9730
- :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,
9731
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9732
- :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,
9733
- :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 {
9734
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9735
- }
9736
- :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,
9737
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9738
- :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,
9739
- :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 {
9740
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9741
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9742
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9743
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9744
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9745
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9746
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9747
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9748
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9749
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9750
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9751
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9752
- }
9753
9390
 
9754
9391
  :where(.pf-theme-dark) .pf-c-context-selector {
9755
9392
  --pf-c-context-selector__menu--Top: 100%;
@@ -10617,29 +10254,6 @@ label.pf-c-check, .pf-c-check__label,
10617
10254
  --pf-global--link--Color--hover: #73bcf7;
10618
10255
  --pf-global--BackgroundColor--100: #1b1d21;
10619
10256
  }
10620
- :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,
10621
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
10622
- :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,
10623
- :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 {
10624
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
10625
- }
10626
- :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,
10627
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
10628
- :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,
10629
- :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 {
10630
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
10631
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
10632
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
10633
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
10634
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
10635
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
10636
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
10637
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
10638
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
10639
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
10640
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
10641
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
10642
- }
10643
10257
 
10644
10258
  :where(.pf-theme-dark) .pf-c-data-list {
10645
10259
  --pf-c-data-list--BorderTopColor: var(--pf-global--BorderColor--100);
@@ -12521,29 +12135,6 @@ label.pf-c-check, .pf-c-check__label,
12521
12135
  --pf-global--link--Color--hover: #73bcf7;
12522
12136
  --pf-global--BackgroundColor--100: #1b1d21;
12523
12137
  }
12524
- :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,
12525
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
12526
- :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,
12527
- :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 {
12528
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
12529
- }
12530
- :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,
12531
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
12532
- :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,
12533
- :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 {
12534
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
12535
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
12536
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
12537
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
12538
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
12539
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
12540
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
12541
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
12542
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
12543
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
12544
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
12545
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
12546
- }
12547
12138
 
12548
12139
  :where(.pf-theme-dark) .pf-c-date-picker {
12549
12140
  --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -13675,29 +13266,6 @@ label.pf-c-check, .pf-c-check__label,
13675
13266
  --pf-global--link--Color--hover: #73bcf7;
13676
13267
  --pf-global--BackgroundColor--100: #1b1d21;
13677
13268
  }
13678
- :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,
13679
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
13680
- :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,
13681
- :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 {
13682
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
13683
- }
13684
- :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,
13685
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
13686
- :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,
13687
- :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 {
13688
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
13689
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
13690
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
13691
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
13692
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
13693
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
13694
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
13695
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
13696
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
13697
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
13698
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
13699
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
13700
- }
13701
13269
 
13702
13270
  :where(.pf-theme-dark) .pf-c-drawer {
13703
13271
  --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -14369,29 +13937,6 @@ label.pf-c-check, .pf-c-check__label,
14369
13937
  --pf-global--link--Color--hover: #73bcf7;
14370
13938
  --pf-global--BackgroundColor--100: #1b1d21;
14371
13939
  }
14372
- :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,
14373
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
14374
- :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,
14375
- :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 {
14376
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
14377
- }
14378
- :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,
14379
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
14380
- :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,
14381
- :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 {
14382
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
14383
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
14384
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
14385
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
14386
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
14387
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
14388
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
14389
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
14390
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
14391
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
14392
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
14393
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
14394
- }
14395
13940
 
14396
13941
  :where(.pf-theme-dark) .pf-c-dropdown {
14397
13942
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15244,29 +14789,6 @@ label.pf-c-check, .pf-c-check__label,
15244
14789
  --pf-global--link--Color--hover: #73bcf7;
15245
14790
  --pf-global--BackgroundColor--100: #1b1d21;
15246
14791
  }
15247
- :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,
15248
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15249
- :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,
15250
- :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 {
15251
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15252
- }
15253
- :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,
15254
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15255
- :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,
15256
- :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 {
15257
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15258
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15259
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15260
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15261
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15262
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15263
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15264
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15265
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15266
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15267
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15268
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15269
- }
15270
14792
 
15271
14793
  :where(.pf-theme-dark) .pf-c-form {
15272
14794
  --pf-c-form__helper-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15601,29 +15123,6 @@ textarea.pf-c-form-control {
15601
15123
  --pf-global--link--Color--hover: #73bcf7;
15602
15124
  --pf-global--BackgroundColor--100: #1b1d21;
15603
15125
  }
15604
- :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,
15605
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15606
- :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,
15607
- :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 {
15608
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15609
- }
15610
- :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,
15611
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15612
- :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,
15613
- :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 {
15614
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15615
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15616
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15617
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15618
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15619
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15620
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15621
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15622
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15623
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15624
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15625
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15626
- }
15627
15126
 
15628
15127
  :where(.pf-theme-dark) .pf-c-form-control {
15629
15128
  --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");
@@ -15717,29 +15216,6 @@ textarea.pf-c-form-control {
15717
15216
  --pf-global--link--Color--hover: #73bcf7;
15718
15217
  --pf-global--BackgroundColor--100: #1b1d21;
15719
15218
  }
15720
- :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,
15721
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15722
- :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,
15723
- :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 {
15724
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15725
- }
15726
- :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,
15727
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15728
- :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,
15729
- :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 {
15730
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15731
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15732
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15733
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15734
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15735
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15736
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15737
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15738
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15739
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15740
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15741
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15742
- }
15743
15219
 
15744
15220
  :where(.pf-theme-dark) .pf-c-hint {
15745
15221
  --pf-c-hint--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15832,29 +15308,6 @@ textarea.pf-c-form-control {
15832
15308
  --pf-global--link--Color--hover: #73bcf7;
15833
15309
  --pf-global--BackgroundColor--100: #1b1d21;
15834
15310
  }
15835
- :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,
15836
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15837
- :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,
15838
- :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 {
15839
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15840
- }
15841
- :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,
15842
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15843
- :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,
15844
- :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 {
15845
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15846
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15847
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15848
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15849
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15850
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15851
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15852
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15853
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15854
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15855
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15856
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15857
- }
15858
15311
 
15859
15312
  :where(.pf-theme-dark) .pf-c-helper-text {
15860
15313
  --pf-c-helper-text__item-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15878,7 +15331,7 @@ textarea.pf-c-form-control {
15878
15331
  --pf-c-icon__content--m-warning--Color: var(--pf-global--warning-color--100);
15879
15332
  --pf-c-icon__content--m-success--Color: var(--pf-global--success-color--100);
15880
15333
  --pf-c-icon__content--m-info--Color: var(--pf-global--info-color--100);
15881
- --pf-c-icon__content--m-default--Color: var(--pf-global--default-color--100);
15334
+ --pf-c-icon__content--m-custom--Color: var(--pf-global--custom-color--100);
15882
15335
  --pf-c-icon__content--FontSize: var(--pf-global--icon--FontSize--md);
15883
15336
  --pf-c-icon--m-inline__content--FontSize: 1em;
15884
15337
  --pf-c-icon__content--svg--VerticalAlign: -.125em;
@@ -15969,8 +15422,8 @@ textarea.pf-c-form-control {
15969
15422
  .pf-c-icon__content.pf-m-info {
15970
15423
  --pf-c-icon__content--Color: var(--pf-c-icon__content--m-info--Color);
15971
15424
  }
15972
- .pf-c-icon__content.pf-m-default {
15973
- --pf-c-icon__content--Color: var(--pf-c-icon__content--m-default--Color);
15425
+ .pf-c-icon__content.pf-m-custom {
15426
+ --pf-c-icon__content--Color: var(--pf-c-icon__content--m-custom--Color);
15974
15427
  }
15975
15428
 
15976
15429
  .pf-c-icon__progress {
@@ -16144,29 +15597,6 @@ label.pf-c-input-group__text {
16144
15597
  --pf-global--link--Color--hover: #73bcf7;
16145
15598
  --pf-global--BackgroundColor--100: #1b1d21;
16146
15599
  }
16147
- :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,
16148
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16149
- :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,
16150
- :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 {
16151
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16152
- }
16153
- :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,
16154
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16155
- :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,
16156
- :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 {
16157
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16158
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16159
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16160
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16161
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16162
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16163
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16164
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16165
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16166
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16167
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16168
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16169
- }
16170
15600
 
16171
15601
  :where(.pf-theme-dark) .pf-c-input-group {
16172
15602
  --pf-c-input-group__item--BorderLeftWidth: var(--pf-c-input-group__item--BorderWidth--base);
@@ -16519,11 +15949,11 @@ label.pf-c-input-group__text {
16519
15949
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
16520
15950
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--BorderColor--100);
16521
15951
  --pf-c-label--m-cyan--BackgroundColor: var(--pf-global--palette--cyan-50);
16522
- --pf-c-label--m-cyan__icon--Color: var(--pf-global--default-color--200);
16523
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--300);
15952
+ --pf-c-label--m-cyan__icon--Color: var(--pf-global--custom-color--200);
15953
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--300);
16524
15954
  --pf-c-label--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16525
- --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--default-color--200);
16526
- --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--default-color--200);
15955
+ --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--custom-color--200);
15956
+ --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--custom-color--200);
16527
15957
  --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--palette--cyan-400);
16528
15958
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--BorderColor--100);
16529
15959
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
@@ -16864,29 +16294,6 @@ button.pf-c-label__content:focus {
16864
16294
  --pf-global--link--Color--hover: #73bcf7;
16865
16295
  --pf-global--BackgroundColor--100: #1b1d21;
16866
16296
  }
16867
- :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,
16868
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16869
- :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,
16870
- :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 {
16871
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16872
- }
16873
- :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,
16874
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16875
- :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,
16876
- :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 {
16877
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16878
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16879
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16880
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16881
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16882
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16883
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16884
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16885
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16886
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16887
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16888
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16889
- }
16890
16297
 
16891
16298
  :where(.pf-theme-dark) .pf-c-label {
16892
16299
  --pf-c-label--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -16925,8 +16332,8 @@ button.pf-c-label__content:focus {
16925
16332
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
16926
16333
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
16927
16334
  --pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
16928
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--200);
16929
- --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--default-color--200);
16335
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--200);
16336
+ --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--custom-color--200);
16930
16337
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16931
16338
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
16932
16339
  --pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
@@ -17335,29 +16742,6 @@ ul.pf-c-list {
17335
16742
  --pf-global--link--Color--hover: #73bcf7;
17336
16743
  --pf-global--BackgroundColor--100: #1b1d21;
17337
16744
  }
17338
- :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,
17339
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17340
- :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,
17341
- :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 {
17342
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17343
- }
17344
- :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,
17345
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17346
- :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,
17347
- :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 {
17348
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17349
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17350
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17351
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17352
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17353
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17354
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17355
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17356
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17357
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17358
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17359
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17360
- }
17361
16745
 
17362
16746
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
17363
16747
  color: var(--pf-global--Color--100);
@@ -17642,29 +17026,6 @@ ul.pf-c-list {
17642
17026
  --pf-global--link--Color--hover: #73bcf7;
17643
17027
  --pf-global--BackgroundColor--100: #1b1d21;
17644
17028
  }
17645
- :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,
17646
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17647
- :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,
17648
- :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 {
17649
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17650
- }
17651
- :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,
17652
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17653
- :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,
17654
- :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 {
17655
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17656
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17657
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17658
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17659
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17660
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17661
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17662
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17663
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17664
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17665
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17666
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17667
- }
17668
17029
 
17669
17030
  :where(.pf-theme-dark) .pf-c-login__header,
17670
17031
  :where(.pf-theme-dark) .pf-c-login__footer {
@@ -18303,29 +17664,6 @@ ul.pf-c-list {
18303
17664
  --pf-global--link--Color--hover: #73bcf7;
18304
17665
  --pf-global--BackgroundColor--100: #1b1d21;
18305
17666
  }
18306
- :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,
18307
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18308
- :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,
18309
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
18310
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18311
- }
18312
- :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,
18313
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18314
- :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,
18315
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
18316
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18317
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18318
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18319
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18320
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18321
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18322
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18323
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18324
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18325
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18326
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18327
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18328
- }
18329
17667
 
18330
17668
  :where(.pf-theme-dark) .pf-c-masthead {
18331
17669
  --pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
@@ -18911,29 +18249,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18911
18249
  --pf-global--link--Color--hover: #73bcf7;
18912
18250
  --pf-global--BackgroundColor--100: #1b1d21;
18913
18251
  }
18914
- :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,
18915
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18916
- :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,
18917
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
18918
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18919
- }
18920
- :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,
18921
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18922
- :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,
18923
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
18924
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18925
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18926
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18927
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18928
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18929
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18930
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18931
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18932
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18933
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18934
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18935
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18936
- }
18937
18252
 
18938
18253
  :where(.pf-theme-dark) .pf-c-menu {
18939
18254
  --pf-c-menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -19354,29 +18669,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19354
18669
  --pf-global--link--Color--hover: #73bcf7;
19355
18670
  --pf-global--BackgroundColor--100: #1b1d21;
19356
18671
  }
19357
- :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,
19358
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19359
- :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,
19360
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19361
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19362
- }
19363
- :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,
19364
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19365
- :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,
19366
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19367
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19368
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19369
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19370
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19371
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19372
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19373
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19374
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19375
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19376
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19377
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19378
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19379
- }
19380
18672
 
19381
18673
  :where(.pf-theme-dark) .pf-c-menu-toggle {
19382
18674
  --pf-c-menu-toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -19416,7 +18708,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19416
18708
  --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
19417
18709
  --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
19418
18710
  --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
19419
- --pf-c-modal-box--m-default__title-icon--Color: var(--pf-global--default-color--200);
18711
+ --pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
19420
18712
  --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
19421
18713
  --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
19422
18714
  --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
@@ -19481,8 +18773,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19481
18773
  .pf-c-modal-box.pf-m-success {
19482
18774
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
19483
18775
  }
19484
- .pf-c-modal-box.pf-m-default {
19485
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
18776
+ .pf-c-modal-box.pf-m-custom {
18777
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
19486
18778
  }
19487
18779
  .pf-c-modal-box.pf-m-info {
19488
18780
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
@@ -19593,29 +18885,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19593
18885
  --pf-global--link--Color--hover: #73bcf7;
19594
18886
  --pf-global--BackgroundColor--100: #1b1d21;
19595
18887
  }
19596
- :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,
19597
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19598
- :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,
19599
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19600
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19601
- }
19602
- :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,
19603
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19604
- :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,
19605
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19606
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19607
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19608
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19609
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19610
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19611
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19612
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19613
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19614
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19615
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19616
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19617
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19618
- }
19619
18888
 
19620
18889
  :where(.pf-theme-dark) .pf-c-modal-box {
19621
18890
  --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -20743,29 +20012,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20743
20012
  --pf-global--link--Color--hover: #73bcf7;
20744
20013
  --pf-global--BackgroundColor--100: #1b1d21;
20745
20014
  }
20746
- :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,
20747
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20748
- :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,
20749
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20750
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20751
- }
20752
- :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,
20753
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20754
- :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,
20755
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20756
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20757
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20758
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20759
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20760
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20761
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20762
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20763
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20764
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20765
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20766
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20767
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20768
- }
20769
20015
 
20770
20016
  :where(.pf-theme-dark) .pf-c-nav {
20771
20017
  --pf-c-nav__item--item__link--after--Top: -1px;
@@ -20913,29 +20159,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20913
20159
  --pf-global--link--Color--hover: #73bcf7;
20914
20160
  --pf-global--BackgroundColor--100: #1b1d21;
20915
20161
  }
20916
- :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,
20917
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20918
- :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,
20919
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20920
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20921
- }
20922
- :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,
20923
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20924
- :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,
20925
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20926
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20927
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20928
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20929
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20930
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20931
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20932
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20933
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20934
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20935
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20936
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20937
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20938
- }
20939
20162
 
20940
20163
  :where(.pf-theme-dark) .pf-c-notification-badge {
20941
20164
  --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -20975,8 +20198,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20975
20198
  --pf-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-global--danger-color--100);
20976
20199
  --pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-global--success-color--100);
20977
20200
  --pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-global--success-color--100);
20978
- --pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color: var(--pf-global--default-color--200);
20979
- --pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor: var(--pf-global--default-color--200);
20201
+ --pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-global--custom-color--200);
20202
+ --pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor: var(--pf-global--custom-color--200);
20980
20203
  --pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--200);
20981
20204
  --pf-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-global--BorderColor--100);
20982
20205
  --pf-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-c-notification-drawer__list-item--BorderBottomWidth) * -1);
@@ -21091,9 +20314,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21091
20314
  --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
21092
20315
  --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
21093
20316
  }
21094
- .pf-c-notification-drawer__list-item.pf-m-default {
21095
- --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor);
21096
- --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color);
20317
+ .pf-c-notification-drawer__list-item.pf-m-custom {
20318
+ --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor);
20319
+ --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
21097
20320
  }
21098
20321
  .pf-c-notification-drawer__list-item.pf-m-read {
21099
20322
  --pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-c-notification-drawer__list-item--m-read--BorderBottomColor);
@@ -21217,30 +20440,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21217
20440
  --pf-global--primary-color--100: #1fa7f8;
21218
20441
  --pf-global--link--Color: #1fa7f8;
21219
20442
  --pf-global--link--Color--hover: #73bcf7;
21220
- --pf-global--BackgroundColor--100: #1b1d21;
21221
- }
21222
- :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,
21223
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21224
- :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,
21225
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21226
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21227
- }
21228
- :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,
21229
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21230
- :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,
21231
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21232
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21233
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21234
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21235
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21236
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21237
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21238
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21239
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21240
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21241
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21242
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21243
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20443
+ --pf-global--BackgroundColor--100: #1b1d21;
21244
20444
  }
21245
20445
 
21246
20446
  :where(.pf-theme-dark) .pf-c-notification-drawer {
@@ -21516,29 +20716,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21516
20716
  --pf-global--link--Color--hover: #73bcf7;
21517
20717
  --pf-global--BackgroundColor--100: #1b1d21;
21518
20718
  }
21519
- :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,
21520
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21521
- :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,
21522
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21523
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21524
- }
21525
- :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,
21526
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21527
- :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,
21528
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21529
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21530
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21531
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21532
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21533
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21534
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21535
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21536
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21537
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21538
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21539
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21540
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
21541
- }
21542
20719
 
21543
20720
  :where(.pf-theme-dark) .pf-c-options-menu {
21544
20721
  --pf-c-options-menu__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -22498,29 +21675,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22498
21675
  --pf-global--link--Color--hover: #73bcf7;
22499
21676
  --pf-global--BackgroundColor--100: #1b1d21;
22500
21677
  }
22501
- :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,
22502
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22503
- :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,
22504
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
22505
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22506
- }
22507
- :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,
22508
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22509
- :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,
22510
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
22511
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22512
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22513
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22514
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22515
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22516
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22517
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22518
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22519
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22520
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22521
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22522
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22523
- }
22524
21678
 
22525
21679
  :where(.pf-theme-dark) .pf-c-page {
22526
21680
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
@@ -22962,29 +22116,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22962
22116
  --pf-global--link--Color--hover: #73bcf7;
22963
22117
  --pf-global--BackgroundColor--100: #1b1d21;
22964
22118
  }
22965
- :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,
22966
- :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,
22967
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22968
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
22969
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22970
- }
22971
- :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,
22972
- :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,
22973
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22974
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
22975
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22976
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22977
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22978
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22979
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22980
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22981
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22982
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22983
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22984
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22985
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22986
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22987
- }
22988
22119
 
22989
22120
  :where(.pf-theme-dark) .pf-c-pagination {
22990
22121
  --pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -23078,12 +22209,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23078
22209
  --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
23079
22210
  --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
23080
22211
  --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
23081
- --pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
22212
+ --pf-c-popover--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
23082
22213
  --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
23083
22214
  --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
23084
22215
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
23085
22216
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
23086
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
22217
+ --pf-c-popover--m-custom__title-text--Color: var(--pf-global--custom-color--300);
23087
22218
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
23088
22219
  --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
23089
22220
  --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
@@ -23178,9 +22309,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23178
22309
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
23179
22310
  --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
23180
22311
  }
23181
- .pf-c-popover.pf-m-default {
23182
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
23183
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
22312
+ .pf-c-popover.pf-m-custom {
22313
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-custom__title-icon--Color);
22314
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-custom__title-text--Color);
23184
22315
  }
23185
22316
  .pf-c-popover.pf-m-info {
23186
22317
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
@@ -23253,34 +22384,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23253
22384
  --pf-global--link--Color--hover: #73bcf7;
23254
22385
  --pf-global--BackgroundColor--100: #1b1d21;
23255
22386
  }
23256
- :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,
23257
- :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,
23258
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23259
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23260
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23261
- }
23262
- :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,
23263
- :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,
23264
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23265
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23266
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23267
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23268
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23269
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23270
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23271
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23272
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23273
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23274
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23275
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23276
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23277
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23278
- }
23279
22387
 
23280
22388
  :where(.pf-theme-dark) .pf-c-popover {
23281
22389
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
23282
22390
  --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
23283
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
22391
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--custom-color--200);
23284
22392
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
23285
22393
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
23286
22394
  }
@@ -23464,29 +22572,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23464
22572
  --pf-global--link--Color--hover: #73bcf7;
23465
22573
  --pf-global--BackgroundColor--100: #1b1d21;
23466
22574
  }
23467
- :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,
23468
- :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,
23469
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23470
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23471
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23472
- }
23473
- :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,
23474
- :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,
23475
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23476
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23477
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23478
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23479
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23480
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23481
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23482
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23483
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23484
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23485
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23486
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23487
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23488
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23489
- }
23490
22575
 
23491
22576
  :where(.pf-theme-dark) .pf-c-progress {
23492
22577
  --pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
@@ -24369,29 +23454,6 @@ label.pf-c-radio, .pf-c-radio__label,
24369
23454
  --pf-global--link--Color--hover: #73bcf7;
24370
23455
  --pf-global--BackgroundColor--100: #1b1d21;
24371
23456
  }
24372
- :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,
24373
- :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,
24374
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24375
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24376
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24377
- }
24378
- :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,
24379
- :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,
24380
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24381
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24382
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24383
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24384
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24385
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24386
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24387
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24388
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24389
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24390
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24391
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24392
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24393
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24394
- }
24395
23457
 
24396
23458
  :where(.pf-theme-dark) .pf-c-search-input {
24397
23459
  --pf-c-search-input__text--before--BorderColor: transparent;
@@ -24986,29 +24048,6 @@ label.pf-c-radio, .pf-c-radio__label,
24986
24048
  --pf-global--link--Color--hover: #73bcf7;
24987
24049
  --pf-global--BackgroundColor--100: #1b1d21;
24988
24050
  }
24989
- :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,
24990
- :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,
24991
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24992
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24993
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24994
- }
24995
- :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,
24996
- :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,
24997
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24998
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24999
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25000
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25001
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25002
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25003
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25004
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25005
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25006
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25007
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25008
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25009
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25010
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25011
- }
25012
24051
 
25013
24052
  :where(.pf-theme-dark) .pf-c-select {
25014
24053
  --pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
@@ -25439,29 +24478,6 @@ label.pf-c-radio, .pf-c-radio__label,
25439
24478
  --pf-global--link--Color--hover: #73bcf7;
25440
24479
  --pf-global--BackgroundColor--100: #1b1d21;
25441
24480
  }
25442
- :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,
25443
- :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,
25444
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25445
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25446
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25447
- }
25448
- :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,
25449
- :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,
25450
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25451
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25452
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25453
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25454
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25455
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25456
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25457
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25458
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25459
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25460
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25461
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25462
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25463
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25464
- }
25465
24481
 
25466
24482
  :where(.pf-theme-dark) .pf-c-simple-list {
25467
24483
  --pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
@@ -25647,29 +24663,6 @@ label.pf-c-radio, .pf-c-radio__label,
25647
24663
  --pf-global--link--Color--hover: #73bcf7;
25648
24664
  --pf-global--BackgroundColor--100: #1b1d21;
25649
24665
  }
25650
- :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,
25651
- :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,
25652
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25653
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25654
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25655
- }
25656
- :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,
25657
- :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,
25658
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25659
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25660
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25661
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25662
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25663
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25664
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25665
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25666
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25667
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25668
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25669
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25670
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25671
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25672
- }
25673
24666
 
25674
24667
  :where(.pf-theme-dark) .pf-c-skeleton {
25675
24668
  --pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
@@ -26260,29 +25253,6 @@ svg.pf-c-spinner.pf-m-xl {
26260
25253
  --pf-global--link--Color--hover: #73bcf7;
26261
25254
  --pf-global--BackgroundColor--100: #1b1d21;
26262
25255
  }
26263
- :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,
26264
- :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,
26265
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
26266
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
26267
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
26268
- }
26269
- :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,
26270
- :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,
26271
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
26272
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
26273
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
26274
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
26275
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
26276
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
26277
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
26278
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
26279
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
26280
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
26281
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
26282
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
26283
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
26284
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
26285
- }
26286
25256
 
26287
25257
  :where(.pf-theme-dark) .pf-c-switch {
26288
25258
  --pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
@@ -28983,29 +27953,6 @@ svg.pf-c-spinner.pf-m-xl {
28983
27953
  --pf-global--link--Color--hover: #73bcf7;
28984
27954
  --pf-global--BackgroundColor--100: #1b1d21;
28985
27955
  }
28986
- :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,
28987
- :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,
28988
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
28989
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
28990
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
28991
- }
28992
- :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,
28993
- :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,
28994
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
28995
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
28996
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
28997
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
28998
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
28999
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
29000
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
29001
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
29002
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
29003
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
29004
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
29005
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
29006
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
29007
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
29008
- }
29009
27956
 
29010
27957
  :where(.pf-theme-dark) .pf-c-table {
29011
27958
  --pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--150);
@@ -30721,29 +29668,6 @@ svg.pf-c-spinner.pf-m-xl {
30721
29668
  --pf-global--link--Color--hover: #73bcf7;
30722
29669
  --pf-global--BackgroundColor--100: #1b1d21;
30723
29670
  }
30724
- :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,
30725
- :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,
30726
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30727
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30728
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30729
- }
30730
- :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,
30731
- :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,
30732
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30733
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30734
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30735
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30736
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30737
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30738
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30739
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30740
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30741
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30742
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30743
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30744
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30745
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30746
- }
30747
29671
 
30748
29672
  :where(.pf-theme-dark) .pf-c-tabs {
30749
29673
  --pf-c-tabs__scroll-button--BackgroundColor: transparent;
@@ -31055,29 +29979,6 @@ svg.pf-c-spinner.pf-m-xl {
31055
29979
  --pf-global--link--Color--hover: #73bcf7;
31056
29980
  --pf-global--BackgroundColor--100: #1b1d21;
31057
29981
  }
31058
- :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,
31059
- :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,
31060
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31061
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31062
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31063
- }
31064
- :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,
31065
- :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,
31066
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31067
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31068
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31069
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31070
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31071
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31072
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31073
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31074
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31075
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31076
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31077
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31078
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31079
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31080
- }
31081
29982
 
31082
29983
  :where(.pf-theme-dark) .pf-c-tile {
31083
29984
  --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
@@ -31291,29 +30192,6 @@ svg.pf-c-spinner.pf-m-xl {
31291
30192
  --pf-global--link--Color--hover: #73bcf7;
31292
30193
  --pf-global--BackgroundColor--100: #1b1d21;
31293
30194
  }
31294
- :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,
31295
- :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,
31296
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31297
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31298
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31299
- }
31300
- :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,
31301
- :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,
31302
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31303
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31304
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31305
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31306
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31307
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31308
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31309
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31310
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31311
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31312
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31313
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31314
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31315
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31316
- }
31317
30195
 
31318
30196
  :where(.pf-theme-dark) .pf-c-toggle-group {
31319
30197
  --pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
@@ -31422,29 +30300,6 @@ svg.pf-c-spinner.pf-m-xl {
31422
30300
  --pf-global--link--Color--hover: #73bcf7;
31423
30301
  --pf-global--BackgroundColor--100: #1b1d21;
31424
30302
  }
31425
- :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,
31426
- :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,
31427
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31428
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31429
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31430
- }
31431
- :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,
31432
- :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,
31433
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31434
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31435
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31436
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31437
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31438
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31439
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31440
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31441
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31442
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31443
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31444
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31445
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31446
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31447
- }
31448
30303
 
31449
30304
  :where(.pf-theme-dark) .pf-c-tooltip {
31450
30305
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -31981,29 +30836,6 @@ label.pf-c-tree-view__node-text {
31981
30836
  --pf-global--link--Color--hover: #73bcf7;
31982
30837
  --pf-global--BackgroundColor--100: #1b1d21;
31983
30838
  }
31984
- :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,
31985
- :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,
31986
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31987
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31988
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31989
- }
31990
- :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,
31991
- :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,
31992
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31993
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31994
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31995
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31996
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31997
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31998
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31999
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32000
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32001
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32002
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32003
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32004
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32005
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32006
- }
32007
30839
 
32008
30840
  :where(.pf-theme-dark) .pf-c-tree-view {
32009
30841
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -32511,29 +31343,6 @@ label.pf-c-tree-view__node-text {
32511
31343
  --pf-global--link--Color--hover: #73bcf7;
32512
31344
  --pf-global--BackgroundColor--100: #1b1d21;
32513
31345
  }
32514
- :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,
32515
- :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,
32516
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
32517
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
32518
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
32519
- }
32520
- :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,
32521
- :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,
32522
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
32523
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
32524
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
32525
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
32526
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
32527
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
32528
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
32529
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32530
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32531
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32532
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32533
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32534
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32535
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32536
- }
32537
31346
 
32538
31347
  :where(.pf-theme-dark) .pf-c-wizard {
32539
31348
  --pf-c-wizard__header--BackgroundColor: var(--pf-global--palette--black-1000);