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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/DatePicker/date-picker.css +0 -8
  20. package/components/DatePicker/date-picker.scss +0 -9
  21. package/components/HelperText/helper-text.css +4 -0
  22. package/components/HelperText/helper-text.scss +5 -0
  23. package/components/Icon/icon.css +3 -3
  24. package/components/Icon/icon.scss +3 -3
  25. package/components/Label/label.css +6 -6
  26. package/components/Label/label.scss +4 -4
  27. package/components/Label/themes/dark/label.scss +2 -2
  28. package/components/LogViewer/log-viewer.css +0 -38
  29. package/components/Login/login.css +0 -40
  30. package/components/Masthead/masthead.css +0 -38
  31. package/components/ModalBox/modal-box.css +3 -3
  32. package/components/ModalBox/modal-box.scss +3 -3
  33. package/components/NotificationDrawer/notification-drawer.css +5 -5
  34. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  35. package/components/Page/page.css +0 -42
  36. package/components/Popover/popover.css +6 -6
  37. package/components/Popover/popover.scss +5 -5
  38. package/components/Popover/themes/dark/popover.scss +1 -1
  39. package/components/Wizard/wizard.css +0 -38
  40. package/docs/components/Alert/examples/Alert.md +15 -15
  41. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  42. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  43. package/docs/components/Check/examples/Check.md +1 -0
  44. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  45. package/docs/components/DatePicker/examples/DatePicker.md +15 -3
  46. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  47. package/docs/components/FileUpload/examples/FileUpload.md +11 -6
  48. package/docs/components/Form/examples/Form.md +95 -73
  49. package/docs/components/FormControl/examples/FormControl.md +1 -0
  50. package/docs/components/HelperText/examples/HelperText.md +13 -24
  51. package/docs/components/Icon/examples/Icon.md +2 -2
  52. package/docs/components/Login/examples/Login.md +67 -30
  53. package/docs/components/Menu/examples/Menu.md +1 -0
  54. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  55. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  56. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  57. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  58. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  59. package/docs/components/Popover/examples/Popover.md +9 -9
  60. package/docs/components/Progress/examples/Progress.md +1 -1
  61. package/docs/components/Radio/examples/Radio.md +1 -0
  62. package/docs/components/Select/examples/Select.md +1 -0
  63. package/docs/demos/Alert/examples/Alert.md +105 -58
  64. package/docs/demos/CardView/examples/CardView.md +1 -1
  65. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  66. package/docs/demos/Form/examples/BasicForms.md +130 -140
  67. package/docs/demos/HelperText/examples/HelperText.md +11 -8
  68. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  69. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  70. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +88 -54
  71. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  72. package/docs/demos/Toolbar/examples/Toolbar.md +17 -5
  73. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  74. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  75. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  76. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  77. package/docs/utilities/Display/examples/Display.md +1 -1
  78. package/docs/utilities/Flex/examples/Flex.md +1 -1
  79. package/docs/utilities/Float/examples/Float.md +1 -1
  80. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  81. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  82. package/docs/utilities/Text/examples/Text.md +5 -5
  83. package/package.json +2 -2
  84. package/patternfly-addons.css +48 -48
  85. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  86. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  87. package/patternfly-base.css +45 -72
  88. package/{patternfly-no-reset.css → patternfly-no-globals.css} +56 -1245
  89. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  90. package/patternfly.css +87 -1282
  91. package/patternfly.min.css +1 -1
  92. package/patternfly.min.css.map +1 -1
  93. package/sass-utilities/placeholders.scss +0 -23
  94. package/sass-utilities/scss-variables.scss +4 -5
  95. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  96. package/utilities/Text/text.css +48 -48
  97. package/utilities/Text/text.scss +6 -6
  98. package/utilities/Text/themes/dark/text.scss +2 -2
  99. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  100. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  101. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  102. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  103. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  104. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  105. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  106. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  107. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  108. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  109. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  110. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  111. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  112. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  113. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  114. package/assets/pficon/pficon.woff +0 -0
  115. package/sass-utilities/bs-variables.scss +0 -709
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);
@@ -12458,9 +12072,6 @@ label.pf-c-check, .pf-c-check__label,
12458
12072
  --pf-c-date-picker--m-top__calendar--Top: 0;
12459
12073
  --pf-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-global--spacer--xs));
12460
12074
  --pf-c-date-picker__helper-text--MarginTop: var(--pf-global--spacer--xs);
12461
- --pf-c-date-picker__helper-text--FontSize: var(--pf-global--FontSize--sm);
12462
- --pf-c-date-picker__helper-text--Color: var(--pf-global--Color--100);
12463
- --pf-c-date-picker__helper-text--m-error--Color: var(--pf-global--danger-color--100);
12464
12075
  --pf-c-date-picker__input--c-form-control--Width: calc(var(--pf-c-date-picker__input--c-form-control--width-chars) * 1ch + var(--pf-c-date-picker__input--c-form-control--width-base));
12465
12076
  --pf-c-date-picker__input--c-form-control--width-base: calc(var(--pf-global--spacer--xl) + var(--pf-global--spacer--sm));
12466
12077
  --pf-c-date-picker__input--c-form-control--width-chars: 10;
@@ -12478,11 +12089,6 @@ label.pf-c-check, .pf-c-check__label,
12478
12089
 
12479
12090
  .pf-c-date-picker__helper-text {
12480
12091
  margin-top: var(--pf-c-date-picker__helper-text--MarginTop);
12481
- font-size: var(--pf-c-date-picker__helper-text--FontSize);
12482
- color: var(--pf-c-date-picker__helper-text--Color);
12483
- }
12484
- .pf-c-date-picker__helper-text.pf-m-error {
12485
- --pf-c-date-picker__helper-text--Color: var(--pf-c-date-picker__helper-text--m-error--Color);
12486
12092
  }
12487
12093
 
12488
12094
  .pf-c-date-picker__input .pf-c-form-control {
@@ -12529,29 +12135,6 @@ label.pf-c-check, .pf-c-check__label,
12529
12135
  --pf-global--link--Color--hover: #73bcf7;
12530
12136
  --pf-global--BackgroundColor--100: #1b1d21;
12531
12137
  }
12532
- :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,
12533
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
12534
- :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,
12535
- :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 {
12536
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
12537
- }
12538
- :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,
12539
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
12540
- :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,
12541
- :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 {
12542
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
12543
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
12544
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
12545
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
12546
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
12547
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
12548
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
12549
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
12550
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
12551
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
12552
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
12553
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
12554
- }
12555
12138
 
12556
12139
  :where(.pf-theme-dark) .pf-c-date-picker {
12557
12140
  --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -13683,29 +13266,6 @@ label.pf-c-check, .pf-c-check__label,
13683
13266
  --pf-global--link--Color--hover: #73bcf7;
13684
13267
  --pf-global--BackgroundColor--100: #1b1d21;
13685
13268
  }
13686
- :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,
13687
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
13688
- :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,
13689
- :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 {
13690
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
13691
- }
13692
- :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,
13693
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
13694
- :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,
13695
- :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 {
13696
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
13697
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
13698
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
13699
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
13700
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
13701
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
13702
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
13703
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
13704
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
13705
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
13706
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
13707
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
13708
- }
13709
13269
 
13710
13270
  :where(.pf-theme-dark) .pf-c-drawer {
13711
13271
  --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -14377,29 +13937,6 @@ label.pf-c-check, .pf-c-check__label,
14377
13937
  --pf-global--link--Color--hover: #73bcf7;
14378
13938
  --pf-global--BackgroundColor--100: #1b1d21;
14379
13939
  }
14380
- :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,
14381
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
14382
- :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,
14383
- :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 {
14384
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
14385
- }
14386
- :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,
14387
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
14388
- :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,
14389
- :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 {
14390
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
14391
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
14392
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
14393
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
14394
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
14395
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
14396
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
14397
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
14398
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
14399
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
14400
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
14401
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
14402
- }
14403
13940
 
14404
13941
  :where(.pf-theme-dark) .pf-c-dropdown {
14405
13942
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15252,29 +14789,6 @@ label.pf-c-check, .pf-c-check__label,
15252
14789
  --pf-global--link--Color--hover: #73bcf7;
15253
14790
  --pf-global--BackgroundColor--100: #1b1d21;
15254
14791
  }
15255
- :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,
15256
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15257
- :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,
15258
- :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 {
15259
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15260
- }
15261
- :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,
15262
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15263
- :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,
15264
- :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 {
15265
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15266
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15267
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15268
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15269
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15270
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15271
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15272
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15273
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15274
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15275
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15276
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15277
- }
15278
14792
 
15279
14793
  :where(.pf-theme-dark) .pf-c-form {
15280
14794
  --pf-c-form__helper-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15609,29 +15123,6 @@ textarea.pf-c-form-control {
15609
15123
  --pf-global--link--Color--hover: #73bcf7;
15610
15124
  --pf-global--BackgroundColor--100: #1b1d21;
15611
15125
  }
15612
- :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,
15613
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15614
- :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,
15615
- :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 {
15616
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15617
- }
15618
- :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,
15619
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15620
- :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,
15621
- :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 {
15622
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15623
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15624
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15625
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15626
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15627
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15628
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15629
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15630
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15631
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15632
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15633
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15634
- }
15635
15126
 
15636
15127
  :where(.pf-theme-dark) .pf-c-form-control {
15637
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");
@@ -15725,29 +15216,6 @@ textarea.pf-c-form-control {
15725
15216
  --pf-global--link--Color--hover: #73bcf7;
15726
15217
  --pf-global--BackgroundColor--100: #1b1d21;
15727
15218
  }
15728
- :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,
15729
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15730
- :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,
15731
- :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 {
15732
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15733
- }
15734
- :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,
15735
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15736
- :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,
15737
- :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 {
15738
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15739
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15740
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15741
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15742
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15743
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15744
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15745
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15746
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15747
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15748
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15749
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15750
- }
15751
15219
 
15752
15220
  :where(.pf-theme-dark) .pf-c-hint {
15753
15221
  --pf-c-hint--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15782,6 +15250,10 @@ textarea.pf-c-form-control {
15782
15250
  gap: var(--pf-c-helper-text--Gap);
15783
15251
  font-size: var(--pf-c-helper-text--FontSize);
15784
15252
  }
15253
+ .pf-c-helper-text.pf-m-hidden {
15254
+ visibility: hidden;
15255
+ opacity: 0;
15256
+ }
15785
15257
 
15786
15258
  .pf-c-helper-text__item {
15787
15259
  display: flex;
@@ -15836,29 +15308,6 @@ textarea.pf-c-form-control {
15836
15308
  --pf-global--link--Color--hover: #73bcf7;
15837
15309
  --pf-global--BackgroundColor--100: #1b1d21;
15838
15310
  }
15839
- :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,
15840
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15841
- :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,
15842
- :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 {
15843
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15844
- }
15845
- :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,
15846
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15847
- :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,
15848
- :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 {
15849
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15850
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15851
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15852
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15853
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15854
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15855
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15856
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15857
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15858
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15859
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15860
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15861
- }
15862
15311
 
15863
15312
  :where(.pf-theme-dark) .pf-c-helper-text {
15864
15313
  --pf-c-helper-text__item-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15882,7 +15331,7 @@ textarea.pf-c-form-control {
15882
15331
  --pf-c-icon__content--m-warning--Color: var(--pf-global--warning-color--100);
15883
15332
  --pf-c-icon__content--m-success--Color: var(--pf-global--success-color--100);
15884
15333
  --pf-c-icon__content--m-info--Color: var(--pf-global--info-color--100);
15885
- --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);
15886
15335
  --pf-c-icon__content--FontSize: var(--pf-global--icon--FontSize--md);
15887
15336
  --pf-c-icon--m-inline__content--FontSize: 1em;
15888
15337
  --pf-c-icon__content--svg--VerticalAlign: -.125em;
@@ -15973,8 +15422,8 @@ textarea.pf-c-form-control {
15973
15422
  .pf-c-icon__content.pf-m-info {
15974
15423
  --pf-c-icon__content--Color: var(--pf-c-icon__content--m-info--Color);
15975
15424
  }
15976
- .pf-c-icon__content.pf-m-default {
15977
- --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);
15978
15427
  }
15979
15428
 
15980
15429
  .pf-c-icon__progress {
@@ -16148,29 +15597,6 @@ label.pf-c-input-group__text {
16148
15597
  --pf-global--link--Color--hover: #73bcf7;
16149
15598
  --pf-global--BackgroundColor--100: #1b1d21;
16150
15599
  }
16151
- :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,
16152
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16153
- :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,
16154
- :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 {
16155
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16156
- }
16157
- :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,
16158
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16159
- :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,
16160
- :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 {
16161
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16162
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16163
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16164
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16165
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16166
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16167
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16168
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16169
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16170
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16171
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16172
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16173
- }
16174
15600
 
16175
15601
  :where(.pf-theme-dark) .pf-c-input-group {
16176
15602
  --pf-c-input-group__item--BorderLeftWidth: var(--pf-c-input-group__item--BorderWidth--base);
@@ -16523,11 +15949,11 @@ label.pf-c-input-group__text {
16523
15949
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
16524
15950
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--BorderColor--100);
16525
15951
  --pf-c-label--m-cyan--BackgroundColor: var(--pf-global--palette--cyan-50);
16526
- --pf-c-label--m-cyan__icon--Color: var(--pf-global--default-color--200);
16527
- --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);
16528
15954
  --pf-c-label--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16529
- --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--default-color--200);
16530
- --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);
16531
15957
  --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--palette--cyan-400);
16532
15958
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--BorderColor--100);
16533
15959
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
@@ -16868,29 +16294,6 @@ button.pf-c-label__content:focus {
16868
16294
  --pf-global--link--Color--hover: #73bcf7;
16869
16295
  --pf-global--BackgroundColor--100: #1b1d21;
16870
16296
  }
16871
- :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,
16872
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16873
- :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,
16874
- :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 {
16875
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16876
- }
16877
- :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,
16878
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16879
- :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,
16880
- :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 {
16881
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16882
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16883
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16884
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16885
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16886
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16887
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16888
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16889
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16890
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16891
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16892
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16893
- }
16894
16297
 
16895
16298
  :where(.pf-theme-dark) .pf-c-label {
16896
16299
  --pf-c-label--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -16929,8 +16332,8 @@ button.pf-c-label__content:focus {
16929
16332
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
16930
16333
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
16931
16334
  --pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
16932
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--200);
16933
- --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);
16934
16337
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16935
16338
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
16936
16339
  --pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
@@ -17339,29 +16742,6 @@ ul.pf-c-list {
17339
16742
  --pf-global--link--Color--hover: #73bcf7;
17340
16743
  --pf-global--BackgroundColor--100: #1b1d21;
17341
16744
  }
17342
- :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,
17343
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17344
- :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,
17345
- :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 {
17346
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17347
- }
17348
- :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,
17349
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17350
- :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,
17351
- :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 {
17352
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17353
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17354
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17355
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17356
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17357
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17358
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17359
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17360
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17361
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17362
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17363
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17364
- }
17365
16745
 
17366
16746
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
17367
16747
  color: var(--pf-global--Color--100);
@@ -17646,29 +17026,6 @@ ul.pf-c-list {
17646
17026
  --pf-global--link--Color--hover: #73bcf7;
17647
17027
  --pf-global--BackgroundColor--100: #1b1d21;
17648
17028
  }
17649
- :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,
17650
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17651
- :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,
17652
- :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 {
17653
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17654
- }
17655
- :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,
17656
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17657
- :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,
17658
- :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 {
17659
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17660
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17661
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17662
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17663
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17664
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17665
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17666
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17667
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17668
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17669
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17670
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17671
- }
17672
17029
 
17673
17030
  :where(.pf-theme-dark) .pf-c-login__header,
17674
17031
  :where(.pf-theme-dark) .pf-c-login__footer {
@@ -18307,29 +17664,6 @@ ul.pf-c-list {
18307
17664
  --pf-global--link--Color--hover: #73bcf7;
18308
17665
  --pf-global--BackgroundColor--100: #1b1d21;
18309
17666
  }
18310
- :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,
18311
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18312
- :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,
18313
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
18314
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18315
- }
18316
- :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,
18317
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18318
- :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,
18319
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
18320
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18321
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18322
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18323
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18324
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18325
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18326
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18327
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18328
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18329
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18330
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18331
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18332
- }
18333
17667
 
18334
17668
  :where(.pf-theme-dark) .pf-c-masthead {
18335
17669
  --pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
@@ -18915,29 +18249,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18915
18249
  --pf-global--link--Color--hover: #73bcf7;
18916
18250
  --pf-global--BackgroundColor--100: #1b1d21;
18917
18251
  }
18918
- :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,
18919
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18920
- :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,
18921
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
18922
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18923
- }
18924
- :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,
18925
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18926
- :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,
18927
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
18928
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18929
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18930
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18931
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18932
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18933
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18934
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18935
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18936
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18937
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18938
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18939
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18940
- }
18941
18252
 
18942
18253
  :where(.pf-theme-dark) .pf-c-menu {
18943
18254
  --pf-c-menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -19358,29 +18669,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19358
18669
  --pf-global--link--Color--hover: #73bcf7;
19359
18670
  --pf-global--BackgroundColor--100: #1b1d21;
19360
18671
  }
19361
- :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,
19362
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19363
- :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,
19364
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19365
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19366
- }
19367
- :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,
19368
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19369
- :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,
19370
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19371
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19372
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19373
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19374
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19375
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19376
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19377
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19378
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19379
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19380
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19381
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19382
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19383
- }
19384
18672
 
19385
18673
  :where(.pf-theme-dark) .pf-c-menu-toggle {
19386
18674
  --pf-c-menu-toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -19420,7 +18708,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19420
18708
  --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
19421
18709
  --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
19422
18710
  --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
19423
- --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);
19424
18712
  --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
19425
18713
  --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
19426
18714
  --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
@@ -19485,8 +18773,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19485
18773
  .pf-c-modal-box.pf-m-success {
19486
18774
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
19487
18775
  }
19488
- .pf-c-modal-box.pf-m-default {
19489
- --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);
19490
18778
  }
19491
18779
  .pf-c-modal-box.pf-m-info {
19492
18780
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
@@ -19597,29 +18885,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19597
18885
  --pf-global--link--Color--hover: #73bcf7;
19598
18886
  --pf-global--BackgroundColor--100: #1b1d21;
19599
18887
  }
19600
- :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,
19601
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19602
- :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,
19603
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19604
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19605
- }
19606
- :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,
19607
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19608
- :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,
19609
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19610
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19611
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19612
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19613
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19614
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19615
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19616
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19617
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19618
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19619
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19620
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19621
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19622
- }
19623
18888
 
19624
18889
  :where(.pf-theme-dark) .pf-c-modal-box {
19625
18890
  --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -20747,29 +20012,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20747
20012
  --pf-global--link--Color--hover: #73bcf7;
20748
20013
  --pf-global--BackgroundColor--100: #1b1d21;
20749
20014
  }
20750
- :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,
20751
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20752
- :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,
20753
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20754
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20755
- }
20756
- :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,
20757
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20758
- :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,
20759
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20760
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20761
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20762
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20763
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20764
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20765
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20766
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20767
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20768
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20769
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20770
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20771
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20772
- }
20773
20015
 
20774
20016
  :where(.pf-theme-dark) .pf-c-nav {
20775
20017
  --pf-c-nav__item--item__link--after--Top: -1px;
@@ -20917,29 +20159,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20917
20159
  --pf-global--link--Color--hover: #73bcf7;
20918
20160
  --pf-global--BackgroundColor--100: #1b1d21;
20919
20161
  }
20920
- :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,
20921
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20922
- :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,
20923
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20924
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20925
- }
20926
- :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,
20927
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20928
- :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,
20929
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20930
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20931
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20932
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20933
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20934
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20935
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20936
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20937
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20938
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20939
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20940
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20941
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20942
- }
20943
20162
 
20944
20163
  :where(.pf-theme-dark) .pf-c-notification-badge {
20945
20164
  --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -20979,8 +20198,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20979
20198
  --pf-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-global--danger-color--100);
20980
20199
  --pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-global--success-color--100);
20981
20200
  --pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-global--success-color--100);
20982
- --pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color: var(--pf-global--default-color--200);
20983
- --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);
20984
20203
  --pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--200);
20985
20204
  --pf-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-global--BorderColor--100);
20986
20205
  --pf-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-c-notification-drawer__list-item--BorderBottomWidth) * -1);
@@ -21095,9 +20314,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21095
20314
  --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
21096
20315
  --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
21097
20316
  }
21098
- .pf-c-notification-drawer__list-item.pf-m-default {
21099
- --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor);
21100
- --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);
21101
20320
  }
21102
20321
  .pf-c-notification-drawer__list-item.pf-m-read {
21103
20322
  --pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-c-notification-drawer__list-item--m-read--BorderBottomColor);
@@ -21221,30 +20440,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21221
20440
  --pf-global--primary-color--100: #1fa7f8;
21222
20441
  --pf-global--link--Color: #1fa7f8;
21223
20442
  --pf-global--link--Color--hover: #73bcf7;
21224
- --pf-global--BackgroundColor--100: #1b1d21;
21225
- }
21226
- :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,
21227
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21228
- :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,
21229
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21230
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21231
- }
21232
- :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,
21233
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21234
- :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,
21235
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21236
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21237
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21238
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21239
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21240
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21241
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21242
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21243
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21244
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21245
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21246
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21247
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20443
+ --pf-global--BackgroundColor--100: #1b1d21;
21248
20444
  }
21249
20445
 
21250
20446
  :where(.pf-theme-dark) .pf-c-notification-drawer {
@@ -21520,29 +20716,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21520
20716
  --pf-global--link--Color--hover: #73bcf7;
21521
20717
  --pf-global--BackgroundColor--100: #1b1d21;
21522
20718
  }
21523
- :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,
21524
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21525
- :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,
21526
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21527
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21528
- }
21529
- :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,
21530
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21531
- :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,
21532
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21533
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21534
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21535
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21536
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21537
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21538
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21539
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21540
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21541
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21542
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21543
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21544
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
21545
- }
21546
20719
 
21547
20720
  :where(.pf-theme-dark) .pf-c-options-menu {
21548
20721
  --pf-c-options-menu__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -22502,29 +21675,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22502
21675
  --pf-global--link--Color--hover: #73bcf7;
22503
21676
  --pf-global--BackgroundColor--100: #1b1d21;
22504
21677
  }
22505
- :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,
22506
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22507
- :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,
22508
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
22509
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22510
- }
22511
- :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,
22512
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22513
- :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,
22514
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
22515
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22516
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22517
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22518
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22519
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22520
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22521
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22522
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22523
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22524
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22525
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22526
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22527
- }
22528
21678
 
22529
21679
  :where(.pf-theme-dark) .pf-c-page {
22530
21680
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
@@ -22966,29 +22116,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22966
22116
  --pf-global--link--Color--hover: #73bcf7;
22967
22117
  --pf-global--BackgroundColor--100: #1b1d21;
22968
22118
  }
22969
- :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,
22970
- :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,
22971
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22972
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
22973
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22974
- }
22975
- :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,
22976
- :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,
22977
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22978
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
22979
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22980
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22981
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22982
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22983
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22984
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22985
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22986
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22987
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22988
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22989
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22990
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22991
- }
22992
22119
 
22993
22120
  :where(.pf-theme-dark) .pf-c-pagination {
22994
22121
  --pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -23082,12 +22209,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23082
22209
  --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
23083
22210
  --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
23084
22211
  --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
23085
- --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);
23086
22213
  --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
23087
22214
  --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
23088
22215
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
23089
22216
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
23090
- --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);
23091
22218
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
23092
22219
  --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
23093
22220
  --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
@@ -23182,9 +22309,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23182
22309
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
23183
22310
  --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
23184
22311
  }
23185
- .pf-c-popover.pf-m-default {
23186
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
23187
- --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);
23188
22315
  }
23189
22316
  .pf-c-popover.pf-m-info {
23190
22317
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
@@ -23257,34 +22384,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23257
22384
  --pf-global--link--Color--hover: #73bcf7;
23258
22385
  --pf-global--BackgroundColor--100: #1b1d21;
23259
22386
  }
23260
- :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,
23261
- :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,
23262
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23263
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23264
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23265
- }
23266
- :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,
23267
- :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,
23268
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23269
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23270
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23271
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23272
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23273
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23274
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23275
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23276
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23277
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23278
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23279
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23280
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23281
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23282
- }
23283
22387
 
23284
22388
  :where(.pf-theme-dark) .pf-c-popover {
23285
22389
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
23286
22390
  --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
23287
- --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);
23288
22392
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
23289
22393
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
23290
22394
  }
@@ -23468,29 +22572,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23468
22572
  --pf-global--link--Color--hover: #73bcf7;
23469
22573
  --pf-global--BackgroundColor--100: #1b1d21;
23470
22574
  }
23471
- :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,
23472
- :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,
23473
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23474
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23475
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23476
- }
23477
- :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,
23478
- :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,
23479
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23480
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23481
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23482
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23483
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23484
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23485
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23486
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23487
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23488
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23489
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23490
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23491
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23492
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23493
- }
23494
22575
 
23495
22576
  :where(.pf-theme-dark) .pf-c-progress {
23496
22577
  --pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
@@ -24373,29 +23454,6 @@ label.pf-c-radio, .pf-c-radio__label,
24373
23454
  --pf-global--link--Color--hover: #73bcf7;
24374
23455
  --pf-global--BackgroundColor--100: #1b1d21;
24375
23456
  }
24376
- :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,
24377
- :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,
24378
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24379
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24380
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24381
- }
24382
- :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,
24383
- :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,
24384
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24385
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24386
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24387
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24388
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24389
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24390
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24391
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24392
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24393
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24394
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24395
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24396
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24397
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24398
- }
24399
23457
 
24400
23458
  :where(.pf-theme-dark) .pf-c-search-input {
24401
23459
  --pf-c-search-input__text--before--BorderColor: transparent;
@@ -24990,29 +24048,6 @@ label.pf-c-radio, .pf-c-radio__label,
24990
24048
  --pf-global--link--Color--hover: #73bcf7;
24991
24049
  --pf-global--BackgroundColor--100: #1b1d21;
24992
24050
  }
24993
- :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,
24994
- :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,
24995
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24996
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24997
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24998
- }
24999
- :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,
25000
- :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,
25001
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25002
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25003
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25004
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25005
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25006
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25007
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25008
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25009
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25010
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25011
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25012
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25013
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25014
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25015
- }
25016
24051
 
25017
24052
  :where(.pf-theme-dark) .pf-c-select {
25018
24053
  --pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
@@ -25443,29 +24478,6 @@ label.pf-c-radio, .pf-c-radio__label,
25443
24478
  --pf-global--link--Color--hover: #73bcf7;
25444
24479
  --pf-global--BackgroundColor--100: #1b1d21;
25445
24480
  }
25446
- :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,
25447
- :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,
25448
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25449
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25450
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25451
- }
25452
- :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,
25453
- :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,
25454
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25455
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25456
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25457
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25458
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25459
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25460
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25461
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25462
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25463
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25464
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25465
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25466
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25467
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25468
- }
25469
24481
 
25470
24482
  :where(.pf-theme-dark) .pf-c-simple-list {
25471
24483
  --pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
@@ -25651,29 +24663,6 @@ label.pf-c-radio, .pf-c-radio__label,
25651
24663
  --pf-global--link--Color--hover: #73bcf7;
25652
24664
  --pf-global--BackgroundColor--100: #1b1d21;
25653
24665
  }
25654
- :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,
25655
- :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,
25656
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25657
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25658
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25659
- }
25660
- :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,
25661
- :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,
25662
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25663
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25664
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25665
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25666
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25667
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25668
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25669
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25670
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25671
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25672
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25673
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25674
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25675
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25676
- }
25677
24666
 
25678
24667
  :where(.pf-theme-dark) .pf-c-skeleton {
25679
24668
  --pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
@@ -26264,29 +25253,6 @@ svg.pf-c-spinner.pf-m-xl {
26264
25253
  --pf-global--link--Color--hover: #73bcf7;
26265
25254
  --pf-global--BackgroundColor--100: #1b1d21;
26266
25255
  }
26267
- :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,
26268
- :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,
26269
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
26270
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
26271
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
26272
- }
26273
- :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,
26274
- :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,
26275
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
26276
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
26277
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
26278
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
26279
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
26280
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
26281
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
26282
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
26283
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
26284
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
26285
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
26286
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
26287
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
26288
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
26289
- }
26290
25256
 
26291
25257
  :where(.pf-theme-dark) .pf-c-switch {
26292
25258
  --pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
@@ -28987,29 +27953,6 @@ svg.pf-c-spinner.pf-m-xl {
28987
27953
  --pf-global--link--Color--hover: #73bcf7;
28988
27954
  --pf-global--BackgroundColor--100: #1b1d21;
28989
27955
  }
28990
- :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,
28991
- :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,
28992
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
28993
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
28994
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
28995
- }
28996
- :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,
28997
- :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,
28998
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
28999
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
29000
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
29001
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
29002
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
29003
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
29004
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
29005
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
29006
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
29007
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
29008
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
29009
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
29010
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
29011
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
29012
- }
29013
27956
 
29014
27957
  :where(.pf-theme-dark) .pf-c-table {
29015
27958
  --pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--150);
@@ -30725,29 +29668,6 @@ svg.pf-c-spinner.pf-m-xl {
30725
29668
  --pf-global--link--Color--hover: #73bcf7;
30726
29669
  --pf-global--BackgroundColor--100: #1b1d21;
30727
29670
  }
30728
- :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,
30729
- :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,
30730
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30731
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30732
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30733
- }
30734
- :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,
30735
- :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,
30736
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30737
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30738
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30739
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30740
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30741
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30742
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30743
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30744
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30745
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30746
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30747
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30748
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30749
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30750
- }
30751
29671
 
30752
29672
  :where(.pf-theme-dark) .pf-c-tabs {
30753
29673
  --pf-c-tabs__scroll-button--BackgroundColor: transparent;
@@ -31059,29 +29979,6 @@ svg.pf-c-spinner.pf-m-xl {
31059
29979
  --pf-global--link--Color--hover: #73bcf7;
31060
29980
  --pf-global--BackgroundColor--100: #1b1d21;
31061
29981
  }
31062
- :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,
31063
- :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,
31064
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31065
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31066
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31067
- }
31068
- :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,
31069
- :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,
31070
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31071
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31072
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31073
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31074
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31075
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31076
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31077
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31078
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31079
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31080
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31081
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31082
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31083
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31084
- }
31085
29982
 
31086
29983
  :where(.pf-theme-dark) .pf-c-tile {
31087
29984
  --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
@@ -31295,29 +30192,6 @@ svg.pf-c-spinner.pf-m-xl {
31295
30192
  --pf-global--link--Color--hover: #73bcf7;
31296
30193
  --pf-global--BackgroundColor--100: #1b1d21;
31297
30194
  }
31298
- :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,
31299
- :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,
31300
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31301
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31302
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31303
- }
31304
- :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,
31305
- :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,
31306
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31307
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31308
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31309
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31310
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31311
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31312
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31313
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31314
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31315
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31316
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31317
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31318
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31319
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31320
- }
31321
30195
 
31322
30196
  :where(.pf-theme-dark) .pf-c-toggle-group {
31323
30197
  --pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
@@ -31426,29 +30300,6 @@ svg.pf-c-spinner.pf-m-xl {
31426
30300
  --pf-global--link--Color--hover: #73bcf7;
31427
30301
  --pf-global--BackgroundColor--100: #1b1d21;
31428
30302
  }
31429
- :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,
31430
- :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,
31431
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31432
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31433
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31434
- }
31435
- :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,
31436
- :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,
31437
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31438
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31439
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31440
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31441
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31442
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31443
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31444
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31445
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31446
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31447
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31448
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31449
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31450
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31451
- }
31452
30303
 
31453
30304
  :where(.pf-theme-dark) .pf-c-tooltip {
31454
30305
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -31985,29 +30836,6 @@ label.pf-c-tree-view__node-text {
31985
30836
  --pf-global--link--Color--hover: #73bcf7;
31986
30837
  --pf-global--BackgroundColor--100: #1b1d21;
31987
30838
  }
31988
- :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,
31989
- :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,
31990
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31991
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31992
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31993
- }
31994
- :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,
31995
- :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,
31996
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31997
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31998
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31999
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
32000
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
32001
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
32002
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
32003
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32004
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32005
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32006
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32007
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32008
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32009
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32010
- }
32011
30839
 
32012
30840
  :where(.pf-theme-dark) .pf-c-tree-view {
32013
30841
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -32515,29 +31343,6 @@ label.pf-c-tree-view__node-text {
32515
31343
  --pf-global--link--Color--hover: #73bcf7;
32516
31344
  --pf-global--BackgroundColor--100: #1b1d21;
32517
31345
  }
32518
- :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,
32519
- :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,
32520
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
32521
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
32522
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
32523
- }
32524
- :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,
32525
- :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,
32526
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
32527
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
32528
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
32529
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
32530
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
32531
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
32532
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
32533
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32534
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32535
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32536
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32537
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32538
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32539
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32540
- }
32541
31346
 
32542
31347
  :where(.pf-theme-dark) .pf-c-wizard {
32543
31348
  --pf-c-wizard__header--BackgroundColor: var(--pf-global--palette--black-1000);