@patternfly/patternfly 5.0.0-prerelease.1 → 5.0.0-prerelease.10

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 (90) hide show
  1. package/base/_common.scss +7 -0
  2. package/base/_fonts.scss +1 -1
  3. package/base/_variables.scss +4 -7
  4. package/base/patternfly-common.css +6 -0
  5. package/base/patternfly-fonts.css +1 -1
  6. package/base/patternfly-themes.css +14 -0
  7. package/base/patternfly-variables.css +8 -6
  8. package/base/themes/dark/_chart-globals.scss +1 -1
  9. package/base/themes/dark/_variables.scss +4 -0
  10. package/components/AboutModalBox/about-modal-box.css +7 -8
  11. package/components/Accordion/accordion.css +2 -0
  12. package/components/Alert/alert.css +2 -0
  13. package/components/Banner/banner.css +9 -8
  14. package/components/CalendarMonth/calendar-month.css +5 -0
  15. package/components/CalendarMonth/calendar-month.scss +2 -0
  16. package/components/CalendarMonth/themes/dark/calendar-month.scss +4 -0
  17. package/components/Card/card.css +4 -0
  18. package/components/Card/themes/dark/card.scss +7 -1
  19. package/components/Chip/chip-group.css +2 -0
  20. package/components/Chip/chip.css +2 -0
  21. package/components/ContextSelector/context-selector.css +2 -0
  22. package/components/DataList/data-list.css +2 -0
  23. package/components/FormControl/form-control.css +2 -0
  24. package/components/LogViewer/log-viewer.css +7 -8
  25. package/components/Login/login.css +8 -9
  26. package/components/Masthead/masthead.css +11 -14
  27. package/components/Masthead/masthead.scss +1 -7
  28. package/components/Masthead/themes/dark/masthead.scss +1 -0
  29. package/components/Menu/menu.css +2 -0
  30. package/components/MenuToggle/menu-toggle.css +13 -11
  31. package/components/MenuToggle/menu-toggle.scss +14 -12
  32. package/components/MenuToggle/themes/dark/menu-toggle.scss +2 -1
  33. package/components/Page/page.css +11 -10
  34. package/components/Select/select.css +2 -0
  35. package/components/Switch/switch.css +3 -0
  36. package/components/Switch/switch.scss +3 -0
  37. package/components/Switch/themes/dark/switch.scss +1 -0
  38. package/components/Table/table.css +2 -0
  39. package/components/TextInputGroup/text-input-group.css +2 -2
  40. package/components/TextInputGroup/text-input-group.scss +2 -2
  41. package/components/Wizard/wizard.css +7 -8
  42. package/docs/components/Drawer/examples/Drawer.md +2 -2
  43. package/docs/components/Dropdown/deprecated/Dropdown.css +64 -0
  44. package/docs/components/Dropdown/{examples → deprecated}/Dropdown.md +1 -0
  45. package/docs/components/Nav/examples/Navigation.md +2 -2
  46. package/docs/components/Select/deprecated/Select.css +56 -0
  47. package/docs/components/Select/{examples → deprecated}/Select.md +1 -0
  48. package/docs/components/Switch/examples/Switch.md +36 -0
  49. package/docs/demos/AboutModal/examples/AboutModal.md +42 -774
  50. package/docs/demos/Alert/examples/Alert.md +126 -2322
  51. package/docs/demos/BackToTop/examples/BackToTop.md +42 -774
  52. package/docs/demos/Banner/examples/Banner.md +84 -1588
  53. package/docs/demos/CardView/examples/CardView.md +42 -774
  54. package/docs/demos/ContextSelector/examples/ContextSelector.md +136 -2448
  55. package/docs/demos/Dashboard/examples/Dashboard.md +42 -774
  56. package/docs/demos/DataList/examples/DataList.md +191 -3119
  57. package/docs/demos/DescriptionList/examples/DescriptionList.md +126 -2322
  58. package/docs/demos/Drawer/examples/Drawer.md +210 -3870
  59. package/docs/demos/JumpLinks/examples/JumpLinks.md +252 -4644
  60. package/docs/demos/Masthead/examples/Masthead.md +144 -1962
  61. package/docs/demos/Modal/examples/Modal.md +252 -4644
  62. package/docs/demos/Nav/examples/Nav.md +337 -6193
  63. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +231 -3891
  64. package/docs/demos/Page/examples/Page.md +378 -6966
  65. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +426 -5550
  66. package/docs/demos/Skeleton/examples/Skeleton.md +42 -774
  67. package/docs/demos/Table/examples/Table.md +752 -11732
  68. package/docs/demos/Tabs/examples/Tabs.md +252 -4644
  69. package/docs/demos/Toolbar/examples/Toolbar.md +84 -1548
  70. package/docs/demos/Wizard/examples/Wizard.md +378 -6966
  71. package/package.json +2 -2
  72. package/patternfly-base-no-globals-theme-dark-unversioned.css +22 -7
  73. package/patternfly-base-no-globals.css +22 -7
  74. package/patternfly-base-theme-dark-unversioned.css +22 -7
  75. package/patternfly-base.css +22 -7
  76. package/patternfly-charts-theme-dark-unversioned.css +66 -66
  77. package/patternfly-charts-theme-dark.css +66 -66
  78. package/patternfly-no-globals.css +314 -609
  79. package/patternfly-theme-dark-unversioned.css +314 -609
  80. package/patternfly.css +314 -609
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +8 -0
  84. package/sass-utilities/scss-variables.scss +6 -2
  85. package/sass-utilities/themes/dark/placeholders.scss +3 -8
  86. package/sass-utilities/themes/dark/scss-variables.scss +6 -3
  87. package/RELEASE-NOTES.md +0 -1815
  88. package/UPGRADE-GUIDE.md +0 -1298
  89. package/docs/components/Dropdown/examples/Dropdown.css +0 -64
  90. package/docs/components/Select/examples/Select.css +0 -55
package/patternfly.css CHANGED
@@ -7,6 +7,8 @@
7
7
  --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
8
8
  --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
9
9
  --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
10
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
11
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
10
12
  }
11
13
 
12
14
  .pf-v5-c-wizard__header, .pf-v5-c-page__main-section[class*=pf-m-dark-], .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-page__sidebar, .pf-v5-c-page__header, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain, .pf-v5-c-masthead, .pf-v5-c-login__footer, .pf-v5-c-login__header, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-c-about-modal-box, .pf-v5-t-dark {
@@ -17,6 +19,11 @@
17
19
  --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
18
20
  --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
19
21
  --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
22
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
23
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
24
+ }
25
+ .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-page__sidebar .pf-v5-c-button, .pf-v5-c-page__header .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button, .pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
26
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
20
27
  }
21
28
 
22
29
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *, .pf-v5-c-page__header-tools-item, .pf-v5-c-page__header-tools-group, .pf-v5-c-menu__group, .pf-v5-c-menu__list-item, .pf-v5-c-menu__list, .pf-v5-c-divider, .pf-v5-c-toolbar__content-section, .pf-v5-c-toolbar__content, .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group, .pf-v5-c-data-list__item-action {
@@ -276,6 +283,10 @@
276
283
  --pf-v5-global--BorderRadius--lg: 30em;
277
284
  --pf-v5-global--icon--Color--light: #6a6e73;
278
285
  --pf-v5-global--icon--Color--dark: #151515;
286
+ --pf-v5-global--icon--Color--light--light: #f0f0f0;
287
+ --pf-v5-global--icon--Color--dark--light: #fff;
288
+ --pf-v5-global--icon--Color--light--dark: #6a6e73;
289
+ --pf-v5-global--icon--Color--dark--dark: #151515;
279
290
  --pf-v5-global--icon--FontSize--sm: 0.75rem;
280
291
  --pf-v5-global--icon--FontSize--md: 1rem;
281
292
  --pf-v5-global--icon--FontSize--lg: 1.5rem;
@@ -308,23 +319,11 @@
308
319
  --pf-v5-global--target-size--MinHeight: 44px;
309
320
  }
310
321
 
311
- .pf-m-vf-font {
312
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
313
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
314
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
315
- }
316
-
317
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
318
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
319
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
320
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
321
- --pf-v5-global--Color--100: #e0e0e0;
322
- --pf-v5-global--Color--200: #aaabac;
323
- --pf-v5-global--BorderColor--100: #444548;
324
- --pf-v5-global--primary-color--100: #1fa7f8;
325
- --pf-v5-global--link--Color: #1fa7f8;
326
- --pf-v5-global--link--Color--hover: #73bcf7;
327
- --pf-v5-global--BackgroundColor--100: #1b1d21;
322
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
323
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
324
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
325
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
326
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
328
327
  }
329
328
 
330
329
  :where(.pf-v5-theme-dark) {
@@ -383,6 +382,10 @@
383
382
  --pf-v5-global--link--Color--light--hover: #73bcf7;
384
383
  --pf-v5-global--link--Color--dark: #1fa7f8;
385
384
  --pf-v5-global--link--Color--dark--hover: #73bcf7;
385
+ --pf-v5-global--icon--Color--light--light: #aaabac;
386
+ --pf-v5-global--icon--Color--dark--light: #e0e0e0;
387
+ --pf-v5-global--icon--Color--light--dark: #aaabac;
388
+ --pf-v5-global--icon--Color--dark--dark: #e0e0e0;
386
389
  --pf-v5-global--BackgroundColor--light-100: #1b1d21;
387
390
  --pf-v5-global--BackgroundColor--light-200: #0f1214;
388
391
  --pf-v5-global--BackgroundColor--light-300: #26292d;
@@ -436,7 +439,7 @@
436
439
  }
437
440
  @font-face {
438
441
  font-family: RedHatDisplay;
439
- font-style: normal;
442
+ font-style: italic;
440
443
  font-weight: 700;
441
444
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff2") format("woff2");
442
445
  font-display: fallback;
@@ -546,6 +549,12 @@
546
549
  font-variant-numeric: tabular-nums;
547
550
  }
548
551
 
552
+ .pf-v5-m-vf-font {
553
+ --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
554
+ --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
555
+ --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
556
+ }
557
+
549
558
  :where(html,
550
559
  body,
551
560
  p,
@@ -5617,17 +5626,11 @@ button) {
5617
5626
  --pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
5618
5627
  }
5619
5628
 
5620
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5621
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5622
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
5623
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
5624
- --pf-v5-global--Color--100: #e0e0e0;
5625
- --pf-v5-global--Color--200: #aaabac;
5626
- --pf-v5-global--BorderColor--100: #444548;
5627
- --pf-v5-global--primary-color--100: #1fa7f8;
5628
- --pf-v5-global--link--Color: #1fa7f8;
5629
- --pf-v5-global--link--Color--hover: #73bcf7;
5630
- --pf-v5-global--BackgroundColor--100: #1b1d21;
5629
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
5630
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
5631
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
5632
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
5633
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
5631
5634
  }
5632
5635
 
5633
5636
  :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
@@ -5847,17 +5850,11 @@ button) {
5847
5850
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
5848
5851
  }
5849
5852
 
5850
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5851
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5852
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
5853
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
5854
- --pf-v5-global--Color--100: #e0e0e0;
5855
- --pf-v5-global--Color--200: #aaabac;
5856
- --pf-v5-global--BorderColor--100: #444548;
5857
- --pf-v5-global--primary-color--100: #1fa7f8;
5858
- --pf-v5-global--link--Color: #1fa7f8;
5859
- --pf-v5-global--link--Color--hover: #73bcf7;
5860
- --pf-v5-global--BackgroundColor--100: #1b1d21;
5853
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
5854
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
5855
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
5856
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
5857
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
5861
5858
  }
5862
5859
 
5863
5860
  :where(.pf-v5-theme-dark) .pf-v5-c-accordion {
@@ -6094,17 +6091,11 @@ button) {
6094
6091
  margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
6095
6092
  }
6096
6093
 
6097
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6098
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6099
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6100
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6101
- --pf-v5-global--Color--100: #e0e0e0;
6102
- --pf-v5-global--Color--200: #aaabac;
6103
- --pf-v5-global--BorderColor--100: #444548;
6104
- --pf-v5-global--primary-color--100: #1fa7f8;
6105
- --pf-v5-global--link--Color: #1fa7f8;
6106
- --pf-v5-global--link--Color--hover: #73bcf7;
6107
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6094
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6095
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6096
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6097
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6098
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6108
6099
  }
6109
6100
 
6110
6101
  :where(.pf-v5-theme-dark) .pf-v5-c-alert {
@@ -6402,17 +6393,11 @@ button) {
6402
6393
  color: var(--pf-v5-c-app-launcher__group-title--Color);
6403
6394
  }
6404
6395
 
6405
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6406
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6407
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6408
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6409
- --pf-v5-global--Color--100: #e0e0e0;
6410
- --pf-v5-global--Color--200: #aaabac;
6411
- --pf-v5-global--BorderColor--100: #444548;
6412
- --pf-v5-global--primary-color--100: #1fa7f8;
6413
- --pf-v5-global--link--Color: #1fa7f8;
6414
- --pf-v5-global--link--Color--hover: #73bcf7;
6415
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6396
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6397
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6398
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6399
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6400
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6416
6401
  }
6417
6402
 
6418
6403
  :where(.pf-v5-theme-dark) .pf-v5-c-app-launcher {
@@ -6776,17 +6761,11 @@ button) {
6776
6761
  --pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
6777
6762
  }
6778
6763
 
6779
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6780
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6781
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6782
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6783
- --pf-v5-global--Color--100: #e0e0e0;
6784
- --pf-v5-global--Color--200: #aaabac;
6785
- --pf-v5-global--BorderColor--100: #444548;
6786
- --pf-v5-global--primary-color--100: #1fa7f8;
6787
- --pf-v5-global--link--Color: #1fa7f8;
6788
- --pf-v5-global--link--Color--hover: #73bcf7;
6789
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6764
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6765
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6766
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6767
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6768
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6790
6769
  }
6791
6770
 
6792
6771
  :where(.pf-v5-theme-dark) .pf-v5-c-badge {
@@ -6880,17 +6859,11 @@ button) {
6880
6859
  cursor: not-allowed;
6881
6860
  }
6882
6861
 
6883
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6884
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6885
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6886
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6887
- --pf-v5-global--Color--100: #e0e0e0;
6888
- --pf-v5-global--Color--200: #aaabac;
6889
- --pf-v5-global--BorderColor--100: #444548;
6890
- --pf-v5-global--primary-color--100: #1fa7f8;
6891
- --pf-v5-global--link--Color: #1fa7f8;
6892
- --pf-v5-global--link--Color--hover: #73bcf7;
6893
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6862
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6863
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6864
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6865
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6866
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6894
6867
  }
6895
6868
 
6896
6869
  :where(.pf-v5-theme-dark) .pf-v5-c-banner {
@@ -7561,17 +7534,11 @@ button.pf-v5-c-breadcrumb__link {
7561
7534
  margin-left: var(--pf-v5-c-button__count--MarginLeft);
7562
7535
  }
7563
7536
 
7564
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7565
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7566
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
7567
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
7568
- --pf-v5-global--Color--100: #e0e0e0;
7569
- --pf-v5-global--Color--200: #aaabac;
7570
- --pf-v5-global--BorderColor--100: #444548;
7571
- --pf-v5-global--primary-color--100: #1fa7f8;
7572
- --pf-v5-global--link--Color: #1fa7f8;
7573
- --pf-v5-global--link--Color--hover: #73bcf7;
7574
- --pf-v5-global--BackgroundColor--100: #1b1d21;
7537
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
7538
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
7539
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7540
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
7541
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7575
7542
  }
7576
7543
 
7577
7544
  :where(.pf-v5-theme-dark) .pf-v5-c-button {
@@ -7620,6 +7587,7 @@ button.pf-v5-c-breadcrumb__link {
7620
7587
  }
7621
7588
 
7622
7589
  .pf-v5-c-calendar-month {
7590
+ --pf-v5-c-calendar-month--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
7623
7591
  --pf-v5-c-calendar-month--PaddingTop: var(--pf-v5-global--spacer--lg);
7624
7592
  --pf-v5-c-calendar-month--PaddingRight: var(--pf-v5-global--spacer--lg);
7625
7593
  --pf-v5-c-calendar-month--PaddingBottom: var(--pf-v5-global--spacer--md);
@@ -7677,6 +7645,7 @@ button.pf-v5-c-breadcrumb__link {
7677
7645
  flex-direction: column;
7678
7646
  padding: var(--pf-v5-c-calendar-month--PaddingTop) var(--pf-v5-c-calendar-month--PaddingRight) var(--pf-v5-c-calendar-month--PaddingBottom) var(--pf-v5-c-calendar-month--PaddingLeft);
7679
7647
  font-size: var(--pf-v5-c-calendar-month--FontSize);
7648
+ background-color: var(--pf-v5-c-calendar-month--BackgroundColor);
7680
7649
  }
7681
7650
 
7682
7651
  .pf-v5-c-calendar-month__header {
@@ -7807,20 +7776,15 @@ button.pf-v5-c-breadcrumb__link {
7807
7776
  pointer-events: none;
7808
7777
  }
7809
7778
 
7810
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7811
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7812
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
7813
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
7814
- --pf-v5-global--Color--100: #e0e0e0;
7815
- --pf-v5-global--Color--200: #aaabac;
7816
- --pf-v5-global--BorderColor--100: #444548;
7817
- --pf-v5-global--primary-color--100: #1fa7f8;
7818
- --pf-v5-global--link--Color: #1fa7f8;
7819
- --pf-v5-global--link--Color--hover: #73bcf7;
7820
- --pf-v5-global--BackgroundColor--100: #1b1d21;
7779
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
7780
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
7781
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7782
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
7783
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7821
7784
  }
7822
7785
 
7823
7786
  :where(.pf-v5-theme-dark) .pf-v5-c-calendar-month {
7787
+ --pf-v5-c-calendar-month--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
7824
7788
  --pf-v5-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-v5-global--palette--black-500);
7825
7789
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
7826
7790
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--Color: var(--pf-v5-global--primary-color--400);
@@ -8234,22 +8198,20 @@ button.pf-v5-c-breadcrumb__link {
8234
8198
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
8235
8199
  }
8236
8200
 
8237
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8238
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8239
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8240
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8241
- --pf-v5-global--Color--100: #e0e0e0;
8242
- --pf-v5-global--Color--200: #aaabac;
8243
- --pf-v5-global--BorderColor--100: #444548;
8244
- --pf-v5-global--primary-color--100: #1fa7f8;
8245
- --pf-v5-global--link--Color: #1fa7f8;
8246
- --pf-v5-global--link--Color--hover: #73bcf7;
8247
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8201
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8202
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8203
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8204
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8205
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8248
8206
  }
8249
8207
 
8250
8208
  :where(.pf-v5-theme-dark) .pf-v5-c-card,
8251
8209
  :where(.pf-v5-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
8252
8210
  --pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
8211
+ --pf-v5-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-v5-global--palette--black-700);
8212
+ --pf-v5-c-card--m-selectable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
8213
+ --pf-v5-c-card--m-selectable--m-clickable--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
8214
+ --pf-v5-c-card--m-selectable--focus--BackgroundColor: var(--pf-v5-global--palette--blue-600);
8253
8215
  --pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
8254
8216
  --pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
8255
8217
  --pf-v5-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
@@ -8426,17 +8388,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8426
8388
  line-height: 1;
8427
8389
  }
8428
8390
 
8429
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8430
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8431
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8432
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8433
- --pf-v5-global--Color--100: #e0e0e0;
8434
- --pf-v5-global--Color--200: #aaabac;
8435
- --pf-v5-global--BorderColor--100: #444548;
8436
- --pf-v5-global--primary-color--100: #1fa7f8;
8437
- --pf-v5-global--link--Color: #1fa7f8;
8438
- --pf-v5-global--link--Color--hover: #73bcf7;
8439
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8391
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8392
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8393
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8394
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8395
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8440
8396
  }
8441
8397
 
8442
8398
  :where(.pf-v5-theme-dark) .pf-v5-c-chip {
@@ -8617,17 +8573,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8617
8573
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
8618
8574
  }
8619
8575
 
8620
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8621
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8622
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8623
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8624
- --pf-v5-global--Color--100: #e0e0e0;
8625
- --pf-v5-global--Color--200: #aaabac;
8626
- --pf-v5-global--BorderColor--100: #444548;
8627
- --pf-v5-global--primary-color--100: #1fa7f8;
8628
- --pf-v5-global--link--Color: #1fa7f8;
8629
- --pf-v5-global--link--Color--hover: #73bcf7;
8630
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8576
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8577
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8578
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8579
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8580
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8631
8581
  }
8632
8582
 
8633
8583
  :where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy {
@@ -8817,17 +8767,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8817
8767
  margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
8818
8768
  }
8819
8769
 
8820
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8821
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8822
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8823
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8824
- --pf-v5-global--Color--100: #e0e0e0;
8825
- --pf-v5-global--Color--200: #aaabac;
8826
- --pf-v5-global--BorderColor--100: #444548;
8827
- --pf-v5-global--primary-color--100: #1fa7f8;
8828
- --pf-v5-global--link--Color: #1fa7f8;
8829
- --pf-v5-global--link--Color--hover: #73bcf7;
8830
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8770
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8771
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8772
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8773
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8774
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8831
8775
  }
8832
8776
 
8833
8777
  :where(.pf-v5-theme-dark) .pf-v5-c-code-editor {
@@ -9385,17 +9329,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9385
9329
  pointer-events: none;
9386
9330
  }
9387
9331
 
9388
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
9389
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
9390
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
9391
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
9392
- --pf-v5-global--Color--100: #e0e0e0;
9393
- --pf-v5-global--Color--200: #aaabac;
9394
- --pf-v5-global--BorderColor--100: #444548;
9395
- --pf-v5-global--primary-color--100: #1fa7f8;
9396
- --pf-v5-global--link--Color: #1fa7f8;
9397
- --pf-v5-global--link--Color--hover: #73bcf7;
9398
- --pf-v5-global--BackgroundColor--100: #1b1d21;
9332
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
9333
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
9334
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9335
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9336
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9399
9337
  }
9400
9338
 
9401
9339
  :where(.pf-v5-theme-dark) .pf-v5-c-context-selector {
@@ -10257,17 +10195,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10257
10195
  padding: 0;
10258
10196
  }
10259
10197
 
10260
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10261
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10262
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10263
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10264
- --pf-v5-global--Color--100: #e0e0e0;
10265
- --pf-v5-global--Color--200: #aaabac;
10266
- --pf-v5-global--BorderColor--100: #444548;
10267
- --pf-v5-global--primary-color--100: #1fa7f8;
10268
- --pf-v5-global--link--Color: #1fa7f8;
10269
- --pf-v5-global--link--Color--hover: #73bcf7;
10270
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10198
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10199
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10200
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10201
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10202
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10271
10203
  }
10272
10204
 
10273
10205
  :where(.pf-v5-theme-dark) .pf-v5-c-data-list {
@@ -10662,17 +10594,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10662
10594
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
10663
10595
  }
10664
10596
 
10665
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10666
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10667
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10668
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10669
- --pf-v5-global--Color--100: #e0e0e0;
10670
- --pf-v5-global--Color--200: #aaabac;
10671
- --pf-v5-global--BorderColor--100: #444548;
10672
- --pf-v5-global--primary-color--100: #1fa7f8;
10673
- --pf-v5-global--link--Color: #1fa7f8;
10674
- --pf-v5-global--link--Color--hover: #73bcf7;
10675
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10597
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10598
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10599
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10600
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10601
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10676
10602
  }
10677
10603
 
10678
10604
  :where(.pf-v5-theme-dark) .pf-v5-c-droppable {
@@ -10978,17 +10904,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10978
10904
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
10979
10905
  }
10980
10906
 
10981
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10982
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10983
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10984
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10985
- --pf-v5-global--Color--100: #e0e0e0;
10986
- --pf-v5-global--Color--200: #aaabac;
10987
- --pf-v5-global--BorderColor--100: #444548;
10988
- --pf-v5-global--primary-color--100: #1fa7f8;
10989
- --pf-v5-global--link--Color: #1fa7f8;
10990
- --pf-v5-global--link--Color--hover: #73bcf7;
10991
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10907
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10908
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10909
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10910
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10911
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10992
10912
  }
10993
10913
 
10994
10914
  :where(.pf-v5-theme-dark) .pf-v5-c-dual-list-selector {
@@ -12221,17 +12141,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12221
12141
  min-width: min-content;
12222
12142
  }
12223
12143
 
12224
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
12225
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
12226
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
12227
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
12228
- --pf-v5-global--Color--100: #e0e0e0;
12229
- --pf-v5-global--Color--200: #aaabac;
12230
- --pf-v5-global--BorderColor--100: #444548;
12231
- --pf-v5-global--primary-color--100: #1fa7f8;
12232
- --pf-v5-global--link--Color: #1fa7f8;
12233
- --pf-v5-global--link--Color--hover: #73bcf7;
12234
- --pf-v5-global--BackgroundColor--100: #1b1d21;
12144
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
12145
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
12146
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
12147
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
12148
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
12235
12149
  }
12236
12150
 
12237
12151
  :where(.pf-v5-theme-dark) .pf-v5-c-date-picker {
@@ -13352,17 +13266,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13352
13266
  display: none;
13353
13267
  }
13354
13268
  }
13355
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
13356
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
13357
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
13358
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
13359
- --pf-v5-global--Color--100: #e0e0e0;
13360
- --pf-v5-global--Color--200: #aaabac;
13361
- --pf-v5-global--BorderColor--100: #444548;
13362
- --pf-v5-global--primary-color--100: #1fa7f8;
13363
- --pf-v5-global--link--Color: #1fa7f8;
13364
- --pf-v5-global--link--Color--hover: #73bcf7;
13365
- --pf-v5-global--BackgroundColor--100: #1b1d21;
13269
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
13270
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
13271
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
13272
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
13273
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
13366
13274
  }
13367
13275
 
13368
13276
  :where(.pf-v5-theme-dark) .pf-v5-c-drawer {
@@ -14022,17 +13930,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14022
13930
  color: var(--pf-v5-c-dropdown__group-title--Color);
14023
13931
  }
14024
13932
 
14025
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14026
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14027
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
14028
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
14029
- --pf-v5-global--Color--100: #e0e0e0;
14030
- --pf-v5-global--Color--200: #aaabac;
14031
- --pf-v5-global--BorderColor--100: #444548;
14032
- --pf-v5-global--primary-color--100: #1fa7f8;
14033
- --pf-v5-global--link--Color: #1fa7f8;
14034
- --pf-v5-global--link--Color--hover: #73bcf7;
14035
- --pf-v5-global--BackgroundColor--100: #1b1d21;
13933
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
13934
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
13935
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
13936
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
13937
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14036
13938
  }
14037
13939
 
14038
13940
  :where(.pf-v5-theme-dark) .pf-v5-c-dropdown {
@@ -14878,17 +14780,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14878
14780
  margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
14879
14781
  }
14880
14782
 
14881
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14882
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14883
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
14884
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
14885
- --pf-v5-global--Color--100: #e0e0e0;
14886
- --pf-v5-global--Color--200: #aaabac;
14887
- --pf-v5-global--BorderColor--100: #444548;
14888
- --pf-v5-global--primary-color--100: #1fa7f8;
14889
- --pf-v5-global--link--Color: #1fa7f8;
14890
- --pf-v5-global--link--Color--hover: #73bcf7;
14891
- --pf-v5-global--BackgroundColor--100: #1b1d21;
14783
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
14784
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
14785
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
14786
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14787
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14892
14788
  }
14893
14789
 
14894
14790
  :where(.pf-v5-theme-dark) .pf-v5-c-form {
@@ -15149,17 +15045,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15149
15045
  pointer-events: none;
15150
15046
  }
15151
15047
 
15152
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15153
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15154
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15155
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15156
- --pf-v5-global--Color--100: #e0e0e0;
15157
- --pf-v5-global--Color--200: #aaabac;
15158
- --pf-v5-global--BorderColor--100: #444548;
15159
- --pf-v5-global--primary-color--100: #1fa7f8;
15160
- --pf-v5-global--link--Color: #1fa7f8;
15161
- --pf-v5-global--link--Color--hover: #73bcf7;
15162
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15048
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15049
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15050
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15051
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15052
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15163
15053
  }
15164
15054
 
15165
15055
  :where(.pf-v5-theme-dark) .pf-v5-c-form-control {
@@ -15241,17 +15131,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15241
15131
  margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
15242
15132
  }
15243
15133
 
15244
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15245
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15246
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15247
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15248
- --pf-v5-global--Color--100: #e0e0e0;
15249
- --pf-v5-global--Color--200: #aaabac;
15250
- --pf-v5-global--BorderColor--100: #444548;
15251
- --pf-v5-global--primary-color--100: #1fa7f8;
15252
- --pf-v5-global--link--Color: #1fa7f8;
15253
- --pf-v5-global--link--Color--hover: #73bcf7;
15254
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15134
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15135
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15136
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15137
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15138
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15255
15139
  }
15256
15140
 
15257
15141
  :where(.pf-v5-theme-dark) .pf-v5-c-hint {
@@ -15333,17 +15217,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15333
15217
  color: var(--pf-v5-c-helper-text__item-text--Color);
15334
15218
  }
15335
15219
 
15336
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15337
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15338
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15339
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15340
- --pf-v5-global--Color--100: #e0e0e0;
15341
- --pf-v5-global--Color--200: #aaabac;
15342
- --pf-v5-global--BorderColor--100: #444548;
15343
- --pf-v5-global--primary-color--100: #1fa7f8;
15344
- --pf-v5-global--link--Color: #1fa7f8;
15345
- --pf-v5-global--link--Color--hover: #73bcf7;
15346
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15220
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15221
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15222
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15223
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15224
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15347
15225
  }
15348
15226
 
15349
15227
  :where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
@@ -15621,17 +15499,11 @@ label.pf-v5-c-input-group__text {
15621
15499
  cursor: pointer;
15622
15500
  }
15623
15501
 
15624
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15625
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15626
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15627
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15628
- --pf-v5-global--Color--100: #e0e0e0;
15629
- --pf-v5-global--Color--200: #aaabac;
15630
- --pf-v5-global--BorderColor--100: #444548;
15631
- --pf-v5-global--primary-color--100: #1fa7f8;
15632
- --pf-v5-global--link--Color: #1fa7f8;
15633
- --pf-v5-global--link--Color--hover: #73bcf7;
15634
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15502
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15503
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15504
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15505
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15506
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15635
15507
  }
15636
15508
 
15637
15509
  :where(.pf-v5-theme-dark) .pf-v5-c-input-group {
@@ -16318,17 +16190,11 @@ button.pf-v5-c-label__content:focus {
16318
16190
  margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
16319
16191
  }
16320
16192
 
16321
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16322
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16323
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
16324
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
16325
- --pf-v5-global--Color--100: #e0e0e0;
16326
- --pf-v5-global--Color--200: #aaabac;
16327
- --pf-v5-global--BorderColor--100: #444548;
16328
- --pf-v5-global--primary-color--100: #1fa7f8;
16329
- --pf-v5-global--link--Color: #1fa7f8;
16330
- --pf-v5-global--link--Color--hover: #73bcf7;
16331
- --pf-v5-global--BackgroundColor--100: #1b1d21;
16193
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
16194
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
16195
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16196
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16197
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16332
16198
  }
16333
16199
 
16334
16200
  :where(.pf-v5-theme-dark) .pf-v5-c-label {
@@ -16769,17 +16635,11 @@ ul.pf-v5-c-list {
16769
16635
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
16770
16636
  }
16771
16637
 
16772
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16773
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16774
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
16775
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
16776
- --pf-v5-global--Color--100: #e0e0e0;
16777
- --pf-v5-global--Color--200: #aaabac;
16778
- --pf-v5-global--BorderColor--100: #444548;
16779
- --pf-v5-global--primary-color--100: #1fa7f8;
16780
- --pf-v5-global--link--Color: #1fa7f8;
16781
- --pf-v5-global--link--Color--hover: #73bcf7;
16782
- --pf-v5-global--BackgroundColor--100: #1b1d21;
16638
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
16639
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
16640
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16641
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16642
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16783
16643
  }
16784
16644
 
16785
16645
  :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
@@ -17050,17 +16910,11 @@ ul.pf-v5-c-list {
17050
16910
  padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
17051
16911
  }
17052
16912
 
17053
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17054
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17055
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
17056
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
17057
- --pf-v5-global--Color--100: #e0e0e0;
17058
- --pf-v5-global--Color--200: #aaabac;
17059
- --pf-v5-global--BorderColor--100: #444548;
17060
- --pf-v5-global--primary-color--100: #1fa7f8;
17061
- --pf-v5-global--link--Color: #1fa7f8;
17062
- --pf-v5-global--link--Color--hover: #73bcf7;
17063
- --pf-v5-global--BackgroundColor--100: #1b1d21;
16913
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
16914
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
16915
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16916
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
16917
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17064
16918
  }
17065
16919
 
17066
16920
  :where(.pf-v5-theme-dark) .pf-v5-c-login {
@@ -17140,8 +16994,6 @@ ul.pf-v5-c-list {
17140
16994
  --pf-v5-c-masthead--c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--item-border-color--base);
17141
16995
  --pf-v5-c-masthead--c-menu-toggle--before--BorderRightColor: var(--pf-v5-c-masthead--item-border-color--base);
17142
16996
  --pf-v5-c-masthead--c-menu-toggle--before--BorderLeftColor: var(--pf-v5-c-masthead--item-border-color--base);
17143
- --pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderTopColor: transparent;
17144
- --pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderBottomColor: transparent;
17145
16997
  --pf-v5-c-masthead--c-toolbar--BackgroundColor: var(--pf-v5-c-masthead--BackgroundColor);
17146
16998
  --pf-v5-c-masthead--c-toolbar--AlignItems--base: center;
17147
16999
  --pf-v5-c-masthead--c-toolbar__content--PaddingRight: 0;
@@ -17246,10 +17098,7 @@ ul.pf-v5-c-list {
17246
17098
  --pf-v5-c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderTopColor);
17247
17099
  --pf-v5-c-menu-toggle--before--BorderRightColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderRightColor);
17248
17100
  --pf-v5-c-menu-toggle--before--BorderLeftColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderLeftColor);
17249
- }
17250
- .pf-v5-c-masthead .pf-v5-c-menu-toggle.pf-m-full-height {
17251
- --pf-v5-c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderTopColor);
17252
- --pf-v5-c-menu-toggle--before--BorderBottomColor: var(--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderBottomColor);
17101
+ --pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth: 0;
17253
17102
  }
17254
17103
  .pf-v5-c-masthead .pf-v5-c-context-selector {
17255
17104
  --pf-v5-c-context-selector--Width: var(--pf-v5-c-masthead--c-context-selector--Width);
@@ -17705,21 +17554,16 @@ ul.pf-v5-c-list {
17705
17554
  }
17706
17555
  }
17707
17556
 
17708
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17709
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17710
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
17711
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
17712
- --pf-v5-global--Color--100: #e0e0e0;
17713
- --pf-v5-global--Color--200: #aaabac;
17714
- --pf-v5-global--BorderColor--100: #444548;
17715
- --pf-v5-global--primary-color--100: #1fa7f8;
17716
- --pf-v5-global--link--Color: #1fa7f8;
17717
- --pf-v5-global--link--Color--hover: #73bcf7;
17718
- --pf-v5-global--BackgroundColor--100: #1b1d21;
17557
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
17558
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
17559
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17560
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
17561
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17719
17562
  }
17720
17563
 
17721
17564
  :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
17722
17565
  --pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--black-1000);
17566
+ --pf-v5-c-masthead--item-border-color--base: var(--pf-v5-global--BorderColor--100);
17723
17567
  color: var(--pf-v5-global--Color--100);
17724
17568
  }
17725
17569
  :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
@@ -18290,17 +18134,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18290
18134
  border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
18291
18135
  }
18292
18136
 
18293
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18294
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18295
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
18296
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
18297
- --pf-v5-global--Color--100: #e0e0e0;
18298
- --pf-v5-global--Color--200: #aaabac;
18299
- --pf-v5-global--BorderColor--100: #444548;
18300
- --pf-v5-global--primary-color--100: #1fa7f8;
18301
- --pf-v5-global--link--Color: #1fa7f8;
18302
- --pf-v5-global--link--Color--hover: #73bcf7;
18303
- --pf-v5-global--BackgroundColor--100: #1b1d21;
18137
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
18138
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
18139
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
18140
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
18141
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
18304
18142
  }
18305
18143
 
18306
18144
  :where(.pf-v5-theme-dark) .pf-v5-c-menu {
@@ -18388,6 +18226,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18388
18226
  --pf-v5-c-menu-toggle--m-full-height--PaddingRight: var(--pf-v5-global--spacer--lg);
18389
18227
  --pf-v5-c-menu-toggle--m-full-height--PaddingLeft: var(--pf-v5-global--spacer--lg);
18390
18228
  --pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth: 0;
18229
+ --pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
18391
18230
  --pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
18392
18231
  --pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
18393
18232
  --pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
@@ -18508,6 +18347,17 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18508
18347
  display: inline-block;
18509
18348
  color: var(--pf-v5-c-menu-toggle--m-plain--Color);
18510
18349
  }
18350
+ .pf-v5-c-menu-toggle.pf-m-full-height {
18351
+ --pf-v5-c-menu-toggle--PaddingRight: var(--pf-v5-c-menu-toggle--m-full-height--PaddingRight);
18352
+ --pf-v5-c-menu-toggle--PaddingLeft: var(--pf-v5-c-menu-toggle--m-full-height--PaddingLeft);
18353
+ --pf-v5-c-menu-toggle--before--BorderTopWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth);
18354
+ --pf-v5-c-menu-toggle--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth);
18355
+ --pf-v5-c-menu-toggle--m-expanded--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth);
18356
+ --pf-v5-c-menu-toggle--hover--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth);
18357
+ --pf-v5-c-menu-toggle--focus--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth);
18358
+ --pf-v5-c-menu-toggle--active--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--active--after--BorderBottomWidth);
18359
+ height: 100%;
18360
+ }
18511
18361
  .pf-v5-c-menu-toggle:hover {
18512
18362
  --pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-c-menu-toggle--hover--BackgroundColor);
18513
18363
  --pf-v5-c-menu-toggle--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--hover--after--BorderBottomWidth);
@@ -18546,16 +18396,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18546
18396
  .pf-v5-c-menu-toggle.pf-m-primary::before, .pf-v5-c-menu-toggle.pf-m-primary::after, .pf-v5-c-menu-toggle.pf-m-plain::before, .pf-v5-c-menu-toggle.pf-m-plain::after, .pf-v5-c-menu-toggle:disabled::before, .pf-v5-c-menu-toggle:disabled::after {
18547
18397
  border: 0;
18548
18398
  }
18549
- .pf-v5-c-menu-toggle.pf-m-full-height {
18550
- --pf-v5-c-menu-toggle--PaddingRight: var(--pf-v5-c-menu-toggle--m-full-height--PaddingRight);
18551
- --pf-v5-c-menu-toggle--PaddingLeft: var(--pf-v5-c-menu-toggle--m-full-height--PaddingLeft);
18552
- --pf-v5-c-menu-toggle--before--BorderTopWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth);
18553
- --pf-v5-c-menu-toggle--m-expanded--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth);
18554
- --pf-v5-c-menu-toggle--hover--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth);
18555
- --pf-v5-c-menu-toggle--focus--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth);
18556
- --pf-v5-c-menu-toggle--active--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--active--after--BorderBottomWidth);
18557
- height: 100%;
18558
- }
18559
18399
  .pf-v5-c-menu-toggle.pf-m-typeahead {
18560
18400
  --pf-v5-c-menu-toggle__button__controls--MarginRight: var(--pf-v5-c-menu-toggle--m-typeahead__controls--MarginRight);
18561
18401
  --pf-v5-c-menu-toggle__button__controls--MarginLeft: var(--pf-v5-c-menu-toggle--m-typeahead__controls--MarginLeft);
@@ -18712,17 +18552,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18712
18552
  color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
18713
18553
  }
18714
18554
 
18715
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18716
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18717
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
18718
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
18719
- --pf-v5-global--Color--100: #e0e0e0;
18720
- --pf-v5-global--Color--200: #aaabac;
18721
- --pf-v5-global--BorderColor--100: #444548;
18722
- --pf-v5-global--primary-color--100: #1fa7f8;
18723
- --pf-v5-global--link--Color: #1fa7f8;
18724
- --pf-v5-global--link--Color--hover: #73bcf7;
18725
- --pf-v5-global--BackgroundColor--100: #1b1d21;
18555
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
18556
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
18557
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
18558
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
18559
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
18726
18560
  }
18727
18561
 
18728
18562
  :where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle {
@@ -18743,7 +18577,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18743
18577
  --pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--300);
18744
18578
  --pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
18745
18579
  }
18746
- :where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
18580
+ :where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain, :where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle.pf-m-full-height {
18747
18581
  background: transparent;
18748
18582
  }
18749
18583
 
@@ -18931,17 +18765,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18931
18765
  }
18932
18766
  }
18933
18767
 
18934
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18935
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18936
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
18937
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
18938
- --pf-v5-global--Color--100: #e0e0e0;
18939
- --pf-v5-global--Color--200: #aaabac;
18940
- --pf-v5-global--BorderColor--100: #444548;
18941
- --pf-v5-global--primary-color--100: #1fa7f8;
18942
- --pf-v5-global--link--Color: #1fa7f8;
18943
- --pf-v5-global--link--Color--hover: #73bcf7;
18944
- --pf-v5-global--BackgroundColor--100: #1b1d21;
18768
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
18769
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
18770
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
18771
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
18772
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
18945
18773
  }
18946
18774
 
18947
18775
  :where(.pf-v5-theme-dark) .pf-v5-c-modal-box {
@@ -20075,17 +19903,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20075
19903
  left: 0;
20076
19904
  }
20077
19905
 
20078
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20079
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20080
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20081
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20082
- --pf-v5-global--Color--100: #e0e0e0;
20083
- --pf-v5-global--Color--200: #aaabac;
20084
- --pf-v5-global--BorderColor--100: #444548;
20085
- --pf-v5-global--primary-color--100: #1fa7f8;
20086
- --pf-v5-global--link--Color: #1fa7f8;
20087
- --pf-v5-global--link--Color--hover: #73bcf7;
20088
- --pf-v5-global--BackgroundColor--100: #1b1d21;
19906
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
19907
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
19908
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19909
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
19910
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20089
19911
  }
20090
19912
 
20091
19913
  :where(.pf-v5-theme-dark) .pf-v5-c-nav {
@@ -20222,17 +20044,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20222
20044
  margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
20223
20045
  }
20224
20046
 
20225
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20226
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20227
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20228
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20229
- --pf-v5-global--Color--100: #e0e0e0;
20230
- --pf-v5-global--Color--200: #aaabac;
20231
- --pf-v5-global--BorderColor--100: #444548;
20232
- --pf-v5-global--primary-color--100: #1fa7f8;
20233
- --pf-v5-global--link--Color: #1fa7f8;
20234
- --pf-v5-global--link--Color--hover: #73bcf7;
20235
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20047
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20048
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20049
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
20050
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
20051
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20236
20052
  }
20237
20053
 
20238
20054
  :where(.pf-v5-theme-dark) .pf-v5-c-notification-badge {
@@ -20506,17 +20322,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20506
20322
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
20507
20323
  }
20508
20324
 
20509
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20510
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20511
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20512
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20513
- --pf-v5-global--Color--100: #e0e0e0;
20514
- --pf-v5-global--Color--200: #aaabac;
20515
- --pf-v5-global--BorderColor--100: #444548;
20516
- --pf-v5-global--primary-color--100: #1fa7f8;
20517
- --pf-v5-global--link--Color: #1fa7f8;
20518
- --pf-v5-global--link--Color--hover: #73bcf7;
20519
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20325
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20326
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20327
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
20328
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
20329
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20520
20330
  }
20521
20331
 
20522
20332
  :where(.pf-v5-theme-dark) .pf-v5-c-notification-drawer {
@@ -20783,17 +20593,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20783
20593
  color: var(--pf-v5-c-options-menu__group-title--Color);
20784
20594
  }
20785
20595
 
20786
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20787
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20788
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20789
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20790
- --pf-v5-global--Color--100: #e0e0e0;
20791
- --pf-v5-global--Color--200: #aaabac;
20792
- --pf-v5-global--BorderColor--100: #444548;
20793
- --pf-v5-global--primary-color--100: #1fa7f8;
20794
- --pf-v5-global--link--Color: #1fa7f8;
20795
- --pf-v5-global--link--Color--hover: #73bcf7;
20796
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20596
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20597
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20598
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
20599
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
20600
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20797
20601
  }
20798
20602
 
20799
20603
  :where(.pf-v5-theme-dark) .pf-v5-c-options-menu {
@@ -21763,17 +21567,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21763
21567
  flex: 1 0 auto;
21764
21568
  }
21765
21569
 
21766
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21767
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21768
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
21769
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
21770
- --pf-v5-global--Color--100: #e0e0e0;
21771
- --pf-v5-global--Color--200: #aaabac;
21772
- --pf-v5-global--BorderColor--100: #444548;
21773
- --pf-v5-global--primary-color--100: #1fa7f8;
21774
- --pf-v5-global--link--Color: #1fa7f8;
21775
- --pf-v5-global--link--Color--hover: #73bcf7;
21776
- --pf-v5-global--BackgroundColor--100: #1b1d21;
21570
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
21571
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
21572
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
21573
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
21574
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21777
21575
  }
21778
21576
 
21779
21577
  :where(.pf-v5-theme-dark):root {
@@ -22204,17 +22002,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22204
22002
  }
22205
22003
  }
22206
22004
 
22207
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22208
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22209
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22210
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22211
- --pf-v5-global--Color--100: #e0e0e0;
22212
- --pf-v5-global--Color--200: #aaabac;
22213
- --pf-v5-global--BorderColor--100: #444548;
22214
- --pf-v5-global--primary-color--100: #1fa7f8;
22215
- --pf-v5-global--link--Color: #1fa7f8;
22216
- --pf-v5-global--link--Color--hover: #73bcf7;
22217
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22005
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22006
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22007
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
22008
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
22009
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22218
22010
  }
22219
22011
 
22220
22012
  :where(.pf-v5-theme-dark) .pf-v5-c-pagination {
@@ -22302,17 +22094,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22302
22094
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22303
22095
  }
22304
22096
 
22305
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22306
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22307
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22308
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22309
- --pf-v5-global--Color--100: #e0e0e0;
22310
- --pf-v5-global--Color--200: #aaabac;
22311
- --pf-v5-global--BorderColor--100: #444548;
22312
- --pf-v5-global--primary-color--100: #1fa7f8;
22313
- --pf-v5-global--link--Color: #1fa7f8;
22314
- --pf-v5-global--link--Color--hover: #73bcf7;
22315
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22097
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22098
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22099
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
22100
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
22101
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22316
22102
  }
22317
22103
 
22318
22104
  :where(.pf-v5-theme-dark) .pf-v5-c-panel {
@@ -22491,17 +22277,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22491
22277
  margin-top: var(--pf-v5-c-popover__footer--MarginTop);
22492
22278
  }
22493
22279
 
22494
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22495
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22496
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22497
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22498
- --pf-v5-global--Color--100: #e0e0e0;
22499
- --pf-v5-global--Color--200: #aaabac;
22500
- --pf-v5-global--BorderColor--100: #444548;
22501
- --pf-v5-global--primary-color--100: #1fa7f8;
22502
- --pf-v5-global--link--Color: #1fa7f8;
22503
- --pf-v5-global--link--Color--hover: #73bcf7;
22504
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22280
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22281
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22282
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
22283
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
22284
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22505
22285
  }
22506
22286
 
22507
22287
  :where(.pf-v5-theme-dark) .pf-v5-c-popover {
@@ -22679,17 +22459,11 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22679
22459
  margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
22680
22460
  }
22681
22461
 
22682
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22683
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22684
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22685
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22686
- --pf-v5-global--Color--100: #e0e0e0;
22687
- --pf-v5-global--Color--200: #aaabac;
22688
- --pf-v5-global--BorderColor--100: #444548;
22689
- --pf-v5-global--primary-color--100: #1fa7f8;
22690
- --pf-v5-global--link--Color: #1fa7f8;
22691
- --pf-v5-global--link--Color--hover: #73bcf7;
22692
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22462
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22463
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22464
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
22465
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
22466
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22693
22467
  }
22694
22468
 
22695
22469
  :where(.pf-v5-theme-dark) .pf-v5-c-progress {
@@ -23943,17 +23717,11 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23943
23717
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
23944
23718
  }
23945
23719
 
23946
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
23947
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
23948
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
23949
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
23950
- --pf-v5-global--Color--100: #e0e0e0;
23951
- --pf-v5-global--Color--200: #aaabac;
23952
- --pf-v5-global--BorderColor--100: #444548;
23953
- --pf-v5-global--primary-color--100: #1fa7f8;
23954
- --pf-v5-global--link--Color: #1fa7f8;
23955
- --pf-v5-global--link--Color--hover: #73bcf7;
23956
- --pf-v5-global--BackgroundColor--100: #1b1d21;
23720
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23721
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
23722
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
23723
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
23724
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23957
23725
  }
23958
23726
 
23959
23727
  :where(.pf-v5-theme-dark) .pf-v5-c-select {
@@ -24373,17 +24141,11 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24373
24141
  margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
24374
24142
  }
24375
24143
 
24376
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
24377
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24378
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24379
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
24380
- --pf-v5-global--Color--100: #e0e0e0;
24381
- --pf-v5-global--Color--200: #aaabac;
24382
- --pf-v5-global--BorderColor--100: #444548;
24383
- --pf-v5-global--primary-color--100: #1fa7f8;
24384
- --pf-v5-global--link--Color: #1fa7f8;
24385
- --pf-v5-global--link--Color--hover: #73bcf7;
24386
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24144
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24145
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24146
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
24147
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
24148
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
24387
24149
  }
24388
24150
 
24389
24151
  :where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
@@ -24558,17 +24320,11 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24558
24320
  transform: translateX(100%);
24559
24321
  }
24560
24322
  }
24561
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
24562
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24563
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24564
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
24565
- --pf-v5-global--Color--100: #e0e0e0;
24566
- --pf-v5-global--Color--200: #aaabac;
24567
- --pf-v5-global--BorderColor--100: #444548;
24568
- --pf-v5-global--primary-color--100: #1fa7f8;
24569
- --pf-v5-global--link--Color: #1fa7f8;
24570
- --pf-v5-global--link--Color--hover: #73bcf7;
24571
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24323
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24324
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24325
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
24326
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
24327
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
24572
24328
  }
24573
24329
 
24574
24330
  :where(.pf-v5-theme-dark) .pf-v5-c-skeleton {
@@ -24890,6 +24646,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
24890
24646
  --pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--Color--light-100);
24891
24647
  --pf-v5-c-switch__toggle-icon--Left: calc(var(--pf-v5-c-switch--FontSize) * .4);
24892
24648
  --pf-v5-c-switch__toggle-icon--Offset: 0.125rem;
24649
+ --pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--palette--black-150);
24893
24650
  --pf-v5-c-switch--LineHeight: var(--pf-v5-global--LineHeight--md);
24894
24651
  --pf-v5-c-switch--Height: auto;
24895
24652
  --pf-v5-c-switch__input--checked__toggle--BackgroundColor: var(--pf-v5-global--primary-color--100);
@@ -24972,6 +24729,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
24972
24729
  cursor: not-allowed;
24973
24730
  }
24974
24731
  .pf-v5-c-switch__input:disabled ~ .pf-v5-c-switch__toggle {
24732
+ --pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-c-switch__input--disabled__toggle-icon--Color);
24975
24733
  cursor: not-allowed;
24976
24734
  background-color: var(--pf-v5-c-switch__input--disabled__toggle--BackgroundColor);
24977
24735
  }
@@ -25019,17 +24777,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
25019
24777
  vertical-align: top;
25020
24778
  }
25021
24779
 
25022
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
25023
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
25024
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
25025
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
25026
- --pf-v5-global--Color--100: #e0e0e0;
25027
- --pf-v5-global--Color--200: #aaabac;
25028
- --pf-v5-global--BorderColor--100: #444548;
25029
- --pf-v5-global--primary-color--100: #1fa7f8;
25030
- --pf-v5-global--link--Color: #1fa7f8;
25031
- --pf-v5-global--link--Color--hover: #73bcf7;
25032
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24780
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24781
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24782
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
24783
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
24784
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25033
24785
  }
25034
24786
 
25035
24787
  :where(.pf-v5-theme-dark) .pf-v5-c-switch {
@@ -25037,6 +24789,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25037
24789
  --pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
25038
24790
  --pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
25039
24791
  --pf-v5-c-switch__toggle--before--BoxShadow: none;
24792
+ --pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--disabled-color--100);
25040
24793
  }
25041
24794
 
25042
24795
  .pf-v5-c-tab-content {
@@ -27704,17 +27457,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
27704
27457
  --pf-v5-c-table--cell--Width: 100%;
27705
27458
  }
27706
27459
 
27707
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
27708
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
27709
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
27710
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
27711
- --pf-v5-global--Color--100: #e0e0e0;
27712
- --pf-v5-global--Color--200: #aaabac;
27713
- --pf-v5-global--BorderColor--100: #444548;
27714
- --pf-v5-global--primary-color--100: #1fa7f8;
27715
- --pf-v5-global--link--Color: #1fa7f8;
27716
- --pf-v5-global--link--Color--hover: #73bcf7;
27717
- --pf-v5-global--BackgroundColor--100: #1b1d21;
27460
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
27461
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
27462
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
27463
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
27464
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
27718
27465
  }
27719
27466
 
27720
27467
  :where(.pf-v5-theme-dark) .pf-v5-c-table {
@@ -29419,17 +29166,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
29419
29166
  }
29420
29167
  }
29421
29168
 
29422
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29423
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29424
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29425
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29426
- --pf-v5-global--Color--100: #e0e0e0;
29427
- --pf-v5-global--Color--200: #aaabac;
29428
- --pf-v5-global--BorderColor--100: #444548;
29429
- --pf-v5-global--primary-color--100: #1fa7f8;
29430
- --pf-v5-global--link--Color: #1fa7f8;
29431
- --pf-v5-global--link--Color--hover: #73bcf7;
29432
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29169
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29170
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29171
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
29172
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
29173
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
29433
29174
  }
29434
29175
 
29435
29176
  :where(.pf-v5-theme-dark) .pf-v5-c-tabs {
@@ -29460,8 +29201,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
29460
29201
  --pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
29461
29202
  --pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
29462
29203
  --pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
29463
- --pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--dark-200);
29464
- --pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--dark-200);
29204
+ --pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--200);
29205
+ --pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--200);
29465
29206
  --pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
29466
29207
  --pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
29467
29208
  --pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
@@ -29589,17 +29330,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
29589
29330
  display: flex;
29590
29331
  }
29591
29332
 
29592
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29593
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29594
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29595
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29596
- --pf-v5-global--Color--100: #e0e0e0;
29597
- --pf-v5-global--Color--200: #aaabac;
29598
- --pf-v5-global--BorderColor--100: #444548;
29599
- --pf-v5-global--primary-color--100: #1fa7f8;
29600
- --pf-v5-global--link--Color: #1fa7f8;
29601
- --pf-v5-global--link--Color--hover: #73bcf7;
29602
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29333
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29334
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29335
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
29336
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
29337
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
29603
29338
  }
29604
29339
 
29605
29340
  :where(.pf-v5-theme-dark) .pf-v5-c-text-input-group {
@@ -29748,17 +29483,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
29748
29483
  color: var(--pf-v5-c-tile__icon--Color);
29749
29484
  }
29750
29485
 
29751
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29752
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29753
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29754
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29755
- --pf-v5-global--Color--100: #e0e0e0;
29756
- --pf-v5-global--Color--200: #aaabac;
29757
- --pf-v5-global--BorderColor--100: #444548;
29758
- --pf-v5-global--primary-color--100: #1fa7f8;
29759
- --pf-v5-global--link--Color: #1fa7f8;
29760
- --pf-v5-global--link--Color--hover: #73bcf7;
29761
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29486
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29487
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29488
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
29489
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
29490
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
29762
29491
  }
29763
29492
 
29764
29493
  :where(.pf-v5-theme-dark) .pf-v5-c-tile {
@@ -29963,17 +29692,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
29963
29692
  margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
29964
29693
  }
29965
29694
 
29966
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29967
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29968
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29969
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29970
- --pf-v5-global--Color--100: #e0e0e0;
29971
- --pf-v5-global--Color--200: #aaabac;
29972
- --pf-v5-global--BorderColor--100: #444548;
29973
- --pf-v5-global--primary-color--100: #1fa7f8;
29974
- --pf-v5-global--link--Color: #1fa7f8;
29975
- --pf-v5-global--link--Color--hover: #73bcf7;
29976
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29695
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29696
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29697
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
29698
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
29699
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
29977
29700
  }
29978
29701
 
29979
29702
  :where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
@@ -30072,17 +29795,11 @@ svg.pf-v5-c-spinner.pf-m-xl {
30072
29795
  box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
30073
29796
  }
30074
29797
 
30075
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
30076
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30077
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30078
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
30079
- --pf-v5-global--Color--100: #e0e0e0;
30080
- --pf-v5-global--Color--200: #aaabac;
30081
- --pf-v5-global--BorderColor--100: #444548;
30082
- --pf-v5-global--primary-color--100: #1fa7f8;
30083
- --pf-v5-global--link--Color: #1fa7f8;
30084
- --pf-v5-global--link--Color--hover: #73bcf7;
30085
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29798
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29799
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29800
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
29801
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
29802
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30086
29803
  }
30087
29804
 
30088
29805
  :where(.pf-v5-theme-dark) .pf-v5-c-tooltip {
@@ -30609,17 +30326,11 @@ label.pf-v5-c-tree-view__node-text {
30609
30326
  --pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
30610
30327
  }
30611
30328
 
30612
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
30613
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30614
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30615
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
30616
- --pf-v5-global--Color--100: #e0e0e0;
30617
- --pf-v5-global--Color--200: #aaabac;
30618
- --pf-v5-global--BorderColor--100: #444548;
30619
- --pf-v5-global--primary-color--100: #1fa7f8;
30620
- --pf-v5-global--link--Color: #1fa7f8;
30621
- --pf-v5-global--link--Color--hover: #73bcf7;
30622
- --pf-v5-global--BackgroundColor--100: #1b1d21;
30329
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30330
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
30331
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
30332
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
30333
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30623
30334
  }
30624
30335
 
30625
30336
  :where(.pf-v5-theme-dark) .pf-v5-c-tree-view {
@@ -31116,17 +30827,11 @@ label.pf-v5-c-tree-view__node-text {
31116
30827
  margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
31117
30828
  }
31118
30829
 
31119
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
31120
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
31121
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
31122
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
31123
- --pf-v5-global--Color--100: #e0e0e0;
31124
- --pf-v5-global--Color--200: #aaabac;
31125
- --pf-v5-global--BorderColor--100: #444548;
31126
- --pf-v5-global--primary-color--100: #1fa7f8;
31127
- --pf-v5-global--link--Color: #1fa7f8;
31128
- --pf-v5-global--link--Color--hover: #73bcf7;
31129
- --pf-v5-global--BackgroundColor--100: #1b1d21;
30830
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30831
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
30832
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
30833
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
30834
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31130
30835
  }
31131
30836
 
31132
30837
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard {