@patternfly/patternfly 5.0.0-alpha.66 → 5.0.0-alpha.67

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 (74) hide show
  1. package/base/_variables.scss +1 -1
  2. package/base/patternfly-globals.css +1 -1
  3. package/base/patternfly-variables.css +2 -2
  4. package/components/AboutModalBox/about-modal-box.css +2 -2
  5. package/components/Accordion/accordion.css +1 -1
  6. package/components/Alert/alert.css +1 -1
  7. package/components/AppLauncher/app-launcher.css +1 -1
  8. package/components/Badge/badge.css +1 -1
  9. package/components/Banner/banner.css +3 -3
  10. package/components/Button/button.css +2 -2
  11. package/components/CalendarMonth/calendar-month.css +3 -3
  12. package/components/Card/card.css +2 -2
  13. package/components/Chip/chip.css +1 -1
  14. package/components/ClipboardCopy/clipboard-copy.css +3 -3
  15. package/components/CodeEditor/code-editor.css +1 -1
  16. package/components/ContextSelector/context-selector.css +5 -5
  17. package/components/DataList/data-list.css +1 -1
  18. package/components/DatePicker/date-picker.css +1 -1
  19. package/components/DragDrop/drag-drop.css +1 -1
  20. package/components/Drawer/drawer.css +2 -2
  21. package/components/Dropdown/dropdown.css +3 -3
  22. package/components/DualListSelector/dual-list-selector.css +1 -1
  23. package/components/Form/form.css +1 -1
  24. package/components/FormControl/form-control.css +3 -3
  25. package/components/HelperText/helper-text.css +1 -1
  26. package/components/Hint/hint.css +1 -1
  27. package/components/InputGroup/input-group.css +2 -2
  28. package/components/Label/label.css +1 -1
  29. package/components/LogViewer/log-viewer.css +2 -2
  30. package/components/Login/login.css +5 -5
  31. package/components/Masthead/masthead.css +3 -3
  32. package/components/Menu/menu.css +1 -1
  33. package/components/MenuToggle/menu-toggle.css +2 -2
  34. package/components/ModalBox/modal-box.css +1 -1
  35. package/components/Nav/nav.css +6 -6
  36. package/components/NotificationBadge/notification-badge.css +1 -1
  37. package/components/NotificationDrawer/notification-drawer.css +1 -1
  38. package/components/OptionsMenu/options-menu.css +2 -2
  39. package/components/Page/page.css +14 -14
  40. package/components/Pagination/pagination.css +1 -1
  41. package/components/Panel/panel.css +1 -1
  42. package/components/Popover/popover.css +1 -1
  43. package/components/Progress/progress.css +1 -1
  44. package/components/Select/select.css +2 -2
  45. package/components/SimpleList/simple-list.css +1 -1
  46. package/components/Skeleton/skeleton.css +1 -1
  47. package/components/Switch/switch.css +1 -1
  48. package/components/Table/table.css +2 -2
  49. package/components/Tabs/tabs.css +1 -1
  50. package/components/TextInputGroup/text-input-group.css +1 -1
  51. package/components/Tile/tile.css +1 -1
  52. package/components/ToggleGroup/toggle-group.css +1 -1
  53. package/components/Tooltip/tooltip.css +1 -1
  54. package/components/TreeView/tree-view.css +1 -1
  55. package/components/Wizard/wizard.css +3 -3
  56. package/package.json +1 -1
  57. package/patternfly-addons.css +78 -78
  58. package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -3
  59. package/patternfly-base-no-globals.css +3 -3
  60. package/patternfly-base-theme-dark-unversioned.css +3 -3
  61. package/patternfly-base.css +3 -3
  62. package/patternfly-charts-theme-dark-unversioned.css +1 -1
  63. package/patternfly-charts-theme-dark.css +1 -1
  64. package/patternfly-charts.css +1 -1
  65. package/patternfly-charts.scss +1 -1
  66. package/patternfly-no-globals.css +307 -307
  67. package/patternfly-theme-dark-unversioned.css +307 -307
  68. package/patternfly.css +307 -307
  69. package/patternfly.min.css +1 -1
  70. package/patternfly.min.css.map +1 -1
  71. package/sass-utilities/_init.scss +2 -2
  72. package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
  73. package/utilities/BackgroundColor/BackgroundColor.css +30 -30
  74. package/utilities/Text/text.css +48 -48
@@ -76,7 +76,7 @@
76
76
  margin: 0;
77
77
  }
78
78
 
79
- :root {
79
+ :where(:root) {
80
80
  --pf-v5-global--palette--black-100: #fafafa;
81
81
  --pf-v5-global--palette--black-150: #f5f5f5;
82
82
  --pf-v5-global--palette--black-200: #f0f0f0;
@@ -314,10 +314,10 @@
314
314
  --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
315
315
  }
316
316
 
317
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
318
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
319
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
320
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
317
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
318
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
319
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
320
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
321
321
  --pf-v5-global--Color--100: #e0e0e0;
322
322
  --pf-v5-global--Color--200: #aaabac;
323
323
  --pf-v5-global--BorderColor--100: #444548;
@@ -327,7 +327,7 @@
327
327
  --pf-v5-global--BackgroundColor--100: #1b1d21;
328
328
  }
329
329
 
330
- :root:where(.pf-theme-dark) {
330
+ :where(.pf-theme-dark) {
331
331
  --pf-v5-global--palette--black-50: #e0e0e0;
332
332
  --pf-v5-global--palette--black-100: #c6c7c8;
333
333
  --pf-v5-global--palette--black-200: #aaabac;
@@ -663,7 +663,7 @@ button) {
663
663
  cursor: pointer;
664
664
  }
665
665
 
666
- :root:where(.pf-theme-dark) {
666
+ :where(.pf-theme-dark) {
667
667
  color-scheme: dark;
668
668
  }
669
669
 
@@ -5617,10 +5617,10 @@ button) {
5617
5617
  --pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
5618
5618
  }
5619
5619
 
5620
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5621
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5622
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
5623
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5620
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5621
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5622
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
5623
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5624
5624
  --pf-v5-global--Color--100: #e0e0e0;
5625
5625
  --pf-v5-global--Color--200: #aaabac;
5626
5626
  --pf-v5-global--BorderColor--100: #444548;
@@ -5630,7 +5630,7 @@ button) {
5630
5630
  --pf-v5-global--BackgroundColor--100: #1b1d21;
5631
5631
  }
5632
5632
 
5633
- :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5633
+ :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5634
5634
  color: var(--pf-v5-global--Color--100);
5635
5635
  }
5636
5636
 
@@ -5847,10 +5847,10 @@ button) {
5847
5847
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
5848
5848
  }
5849
5849
 
5850
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5851
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5852
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
5853
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5850
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5851
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5852
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
5853
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
5854
5854
  --pf-v5-global--Color--100: #e0e0e0;
5855
5855
  --pf-v5-global--Color--200: #aaabac;
5856
5856
  --pf-v5-global--BorderColor--100: #444548;
@@ -5860,7 +5860,7 @@ button) {
5860
5860
  --pf-v5-global--BackgroundColor--100: #1b1d21;
5861
5861
  }
5862
5862
 
5863
- :root:where(.pf-theme-dark) .pf-v5-c-accordion {
5863
+ :where(.pf-theme-dark) .pf-v5-c-accordion {
5864
5864
  --pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
5865
5865
  --pf-v5-c-accordion__toggle--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
5866
5866
  --pf-v5-c-accordion__toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
@@ -6094,10 +6094,10 @@ button) {
6094
6094
  margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
6095
6095
  }
6096
6096
 
6097
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6098
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6099
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
6100
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6097
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6098
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6099
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
6100
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6101
6101
  --pf-v5-global--Color--100: #e0e0e0;
6102
6102
  --pf-v5-global--Color--200: #aaabac;
6103
6103
  --pf-v5-global--BorderColor--100: #444548;
@@ -6107,7 +6107,7 @@ button) {
6107
6107
  --pf-v5-global--BackgroundColor--100: #1b1d21;
6108
6108
  }
6109
6109
 
6110
- :root:where(.pf-theme-dark) .pf-v5-c-alert {
6110
+ :where(.pf-theme-dark) .pf-v5-c-alert {
6111
6111
  --pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6112
6112
  --pf-v5-c-alert--m-custom__title--Color: var(--pf-v5-global--custom-color--200);
6113
6113
  --pf-v5-c-alert--m-success__title--Color: var(--pf-v5-global--success-color--100);
@@ -6402,10 +6402,10 @@ button) {
6402
6402
  color: var(--pf-v5-c-app-launcher__group-title--Color);
6403
6403
  }
6404
6404
 
6405
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6406
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6407
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
6408
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6405
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6406
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6407
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
6408
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6409
6409
  --pf-v5-global--Color--100: #e0e0e0;
6410
6410
  --pf-v5-global--Color--200: #aaabac;
6411
6411
  --pf-v5-global--BorderColor--100: #444548;
@@ -6415,7 +6415,7 @@ button) {
6415
6415
  --pf-v5-global--BackgroundColor--100: #1b1d21;
6416
6416
  }
6417
6417
 
6418
- :root:where(.pf-theme-dark) .pf-v5-c-app-launcher {
6418
+ :where(.pf-theme-dark) .pf-v5-c-app-launcher {
6419
6419
  --pf-v5-c-app-launcher__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6420
6420
  --pf-v5-c-app-launcher__menu--Top: 100%;
6421
6421
  --pf-v5-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -6775,10 +6775,10 @@ button) {
6775
6775
  --pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
6776
6776
  }
6777
6777
 
6778
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6779
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6780
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
6781
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6778
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6779
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6780
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
6781
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6782
6782
  --pf-v5-global--Color--100: #e0e0e0;
6783
6783
  --pf-v5-global--Color--200: #aaabac;
6784
6784
  --pf-v5-global--BorderColor--100: #444548;
@@ -6788,7 +6788,7 @@ button) {
6788
6788
  --pf-v5-global--BackgroundColor--100: #1b1d21;
6789
6789
  }
6790
6790
 
6791
- :root:where(.pf-theme-dark) .pf-v5-c-badge {
6791
+ :where(.pf-theme-dark) .pf-v5-c-badge {
6792
6792
  --pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-global--palette--black-500);
6793
6793
  --pf-v5-c-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
6794
6794
  --pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-v5-global--primary-color--300);
@@ -6879,10 +6879,10 @@ button) {
6879
6879
  cursor: not-allowed;
6880
6880
  }
6881
6881
 
6882
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6883
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6884
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
6885
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6882
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6883
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6884
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
6885
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-about-modal-box {
6886
6886
  --pf-v5-global--Color--100: #e0e0e0;
6887
6887
  --pf-v5-global--Color--200: #aaabac;
6888
6888
  --pf-v5-global--BorderColor--100: #444548;
@@ -6892,10 +6892,10 @@ button) {
6892
6892
  --pf-v5-global--BackgroundColor--100: #1b1d21;
6893
6893
  }
6894
6894
 
6895
- :root:where(.pf-theme-dark) .pf-v5-c-banner {
6895
+ :where(.pf-theme-dark) .pf-v5-c-banner {
6896
6896
  color: var(false);
6897
6897
  }
6898
- :root:where(.pf-theme-dark) .pf-v5-c-banner.pf-m-blue, :root:where(.pf-theme-dark) .pf-v5-c-banner.pf-m-red, :root:where(.pf-theme-dark) .pf-v5-c-banner.pf-m-green, :root:where(.pf-theme-dark) .pf-v5-c-banner.pf-m-gold {
6898
+ :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-gold {
6899
6899
  --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
6900
6900
  }
6901
6901
 
@@ -7560,10 +7560,10 @@ button.pf-v5-c-breadcrumb__link {
7560
7560
  margin-left: var(--pf-v5-c-button__count--MarginLeft);
7561
7561
  }
7562
7562
 
7563
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7564
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7565
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
7566
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
7563
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7564
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7565
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
7566
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
7567
7567
  --pf-v5-global--Color--100: #e0e0e0;
7568
7568
  --pf-v5-global--Color--200: #aaabac;
7569
7569
  --pf-v5-global--BorderColor--100: #444548;
@@ -7573,7 +7573,7 @@ button.pf-v5-c-breadcrumb__link {
7573
7573
  --pf-v5-global--BackgroundColor--100: #1b1d21;
7574
7574
  }
7575
7575
 
7576
- :root:where(.pf-theme-dark) .pf-v5-c-button {
7576
+ :where(.pf-theme-dark) .pf-v5-c-button {
7577
7577
  --pf-v5-c-button--disabled--Color: var(--pf-v5-global--disabled-color--300);
7578
7578
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7579
7579
  --pf-v5-c-button--m-primary--Color: var(--pf-v5-global--primary-color--400);
@@ -7613,7 +7613,7 @@ button.pf-v5-c-breadcrumb__link {
7613
7613
  --pf-v5-c-button--m-control--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
7614
7614
  --pf-v5-c-button--m-primary__c-badge--BorderColor: var(--pf-v5-global--Color--100);
7615
7615
  }
7616
- :root:where(.pf-theme-dark) .pf-v5-c-button.pf-m-control:disabled::after {
7616
+ :where(.pf-theme-dark) .pf-v5-c-button.pf-m-control:disabled::after {
7617
7617
  border: 0;
7618
7618
  border-bottom: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--palette--black-700);
7619
7619
  }
@@ -7806,10 +7806,10 @@ button.pf-v5-c-breadcrumb__link {
7806
7806
  pointer-events: none;
7807
7807
  }
7808
7808
 
7809
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7810
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7811
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
7812
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
7809
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7810
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7811
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
7812
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
7813
7813
  --pf-v5-global--Color--100: #e0e0e0;
7814
7814
  --pf-v5-global--Color--200: #aaabac;
7815
7815
  --pf-v5-global--BorderColor--100: #444548;
@@ -7819,7 +7819,7 @@ button.pf-v5-c-breadcrumb__link {
7819
7819
  --pf-v5-global--BackgroundColor--100: #1b1d21;
7820
7820
  }
7821
7821
 
7822
- :root:where(.pf-theme-dark) .pf-v5-c-calendar-month {
7822
+ :where(.pf-theme-dark) .pf-v5-c-calendar-month {
7823
7823
  --pf-v5-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-v5-global--palette--black-500);
7824
7824
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
7825
7825
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--Color: var(--pf-v5-global--primary-color--400);
@@ -7832,11 +7832,11 @@ button.pf-v5-c-breadcrumb__link {
7832
7832
  --pf-v5-c-calendar-month__date--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
7833
7833
  --pf-v5-c-calendar-month__date--focus--after--BorderColor: transparent;
7834
7834
  }
7835
- :root:where(.pf-theme-dark) .pf-v5-c-calendar-month__date:hover, :root:where(.pf-theme-dark) .pf-v5-c-calendar-month__date.pf-m-hover {
7835
+ :where(.pf-theme-dark) .pf-v5-c-calendar-month__date:hover, :where(.pf-theme-dark) .pf-v5-c-calendar-month__date.pf-m-hover {
7836
7836
  --pf-v5-c-calendar-month__date--after--BorderColor: var(--pf-v5-global--BorderColor--100);
7837
7837
  --pf-v5-c-calendar-month__date--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
7838
7838
  }
7839
- :root:where(.pf-theme-dark) .pf-v5-c-calendar-month__date:focus, :root:where(.pf-theme-dark) .pf-v5-c-calendar-month__date.pf-m-focus {
7839
+ :where(.pf-theme-dark) .pf-v5-c-calendar-month__date:focus, :where(.pf-theme-dark) .pf-v5-c-calendar-month__date.pf-m-focus {
7840
7840
  --pf-v5-c-calendar-month__date--after--BorderColor: var(--pf-v5-global--active-color--100);
7841
7841
  --pf-v5-c-calendar-month__date--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
7842
7842
  --pf-v5-c-calendar-month__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
@@ -8233,10 +8233,10 @@ button.pf-v5-c-breadcrumb__link {
8233
8233
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
8234
8234
  }
8235
8235
 
8236
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8237
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8238
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
8239
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
8236
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8237
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8238
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
8239
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
8240
8240
  --pf-v5-global--Color--100: #e0e0e0;
8241
8241
  --pf-v5-global--Color--200: #aaabac;
8242
8242
  --pf-v5-global--BorderColor--100: #444548;
@@ -8246,8 +8246,8 @@ button.pf-v5-c-breadcrumb__link {
8246
8246
  --pf-v5-global--BackgroundColor--100: #1b1d21;
8247
8247
  }
8248
8248
 
8249
- :root:where(.pf-theme-dark) .pf-v5-c-card,
8250
- :root:where(.pf-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
8249
+ :where(.pf-theme-dark) .pf-v5-c-card,
8250
+ :where(.pf-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
8251
8251
  --pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
8252
8252
  --pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
8253
8253
  --pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
@@ -8425,10 +8425,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8425
8425
  line-height: 1;
8426
8426
  }
8427
8427
 
8428
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8429
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8430
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
8431
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
8428
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8429
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8430
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
8431
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
8432
8432
  --pf-v5-global--Color--100: #e0e0e0;
8433
8433
  --pf-v5-global--Color--200: #aaabac;
8434
8434
  --pf-v5-global--BorderColor--100: #444548;
@@ -8438,7 +8438,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8438
8438
  --pf-v5-global--BackgroundColor--100: #1b1d21;
8439
8439
  }
8440
8440
 
8441
- :root:where(.pf-theme-dark) .pf-v5-c-chip {
8441
+ :where(.pf-theme-dark) .pf-v5-c-chip {
8442
8442
  --pf-v5-c-chip--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
8443
8443
  --pf-v5-c-chip--before--BorderColor: var(--pf-v5-global--BorderColor--100);
8444
8444
  --pf-v5-c-chip--m-draggable--BackgroundColor: var(--pf-v5-global--palette--black-600);
@@ -8616,10 +8616,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8616
8616
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
8617
8617
  }
8618
8618
 
8619
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8620
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8621
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
8622
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
8619
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8620
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8621
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
8622
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
8623
8623
  --pf-v5-global--Color--100: #e0e0e0;
8624
8624
  --pf-v5-global--Color--200: #aaabac;
8625
8625
  --pf-v5-global--BorderColor--100: #444548;
@@ -8629,14 +8629,14 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8629
8629
  --pf-v5-global--BackgroundColor--100: #1b1d21;
8630
8630
  }
8631
8631
 
8632
- :root:where(.pf-theme-dark) .pf-v5-c-clipboard-copy {
8632
+ :where(.pf-theme-dark) .pf-v5-c-clipboard-copy {
8633
8633
  --pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
8634
8634
  }
8635
- :root:where(.pf-theme-dark) .pf-v5-c-clipboard-copy__group > * + * {
8635
+ :where(.pf-theme-dark) .pf-v5-c-clipboard-copy__group > * + * {
8636
8636
  margin-left: 0;
8637
8637
  border-left: 1px solid var(--pf-v5-global--palette--black-700) !important;
8638
8638
  }
8639
- :root:where(.pf-theme-dark) .pf-v5-c-clipboard-copy__expandable-content {
8639
+ :where(.pf-theme-dark) .pf-v5-c-clipboard-copy__expandable-content {
8640
8640
  border: 0;
8641
8641
  }
8642
8642
 
@@ -8815,10 +8815,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8815
8815
  margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
8816
8816
  }
8817
8817
 
8818
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8819
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8820
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
8821
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
8818
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8819
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8820
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
8821
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
8822
8822
  --pf-v5-global--Color--100: #e0e0e0;
8823
8823
  --pf-v5-global--Color--200: #aaabac;
8824
8824
  --pf-v5-global--BorderColor--100: #444548;
@@ -8828,7 +8828,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8828
8828
  --pf-v5-global--BackgroundColor--100: #1b1d21;
8829
8829
  }
8830
8830
 
8831
- :root:where(.pf-theme-dark) .pf-v5-c-code-editor__controls > * + * {
8831
+ :where(.pf-theme-dark) .pf-v5-c-code-editor__controls > * + * {
8832
8832
  border-left: 1px solid var(--pf-v5-global--palette--black-700);
8833
8833
  }
8834
8834
 
@@ -9379,10 +9379,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9379
9379
  pointer-events: none;
9380
9380
  }
9381
9381
 
9382
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
9383
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
9384
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
9385
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
9382
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
9383
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
9384
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
9385
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
9386
9386
  --pf-v5-global--Color--100: #e0e0e0;
9387
9387
  --pf-v5-global--Color--200: #aaabac;
9388
9388
  --pf-v5-global--BorderColor--100: #444548;
@@ -9392,20 +9392,20 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9392
9392
  --pf-v5-global--BackgroundColor--100: #1b1d21;
9393
9393
  }
9394
9394
 
9395
- :root:where(.pf-theme-dark) .pf-v5-c-context-selector {
9395
+ :where(.pf-theme-dark) .pf-v5-c-context-selector {
9396
9396
  --pf-v5-c-context-selector__menu--Top: 100%;
9397
9397
  --pf-v5-c-context-selector__menu-list-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
9398
9398
  }
9399
- :root:where(.pf-theme-dark) .pf-v5-c-context-selector__toggle {
9399
+ :where(.pf-theme-dark) .pf-v5-c-context-selector__toggle {
9400
9400
  background: var(--pf-v5-global--BackgroundColor--400);
9401
9401
  }
9402
- :root:where(.pf-theme-dark) .pf-v5-c-context-selector__toggle.pf-m-plain {
9402
+ :where(.pf-theme-dark) .pf-v5-c-context-selector__toggle.pf-m-plain {
9403
9403
  background: transparent;
9404
9404
  }
9405
- :root:where(.pf-theme-dark) .pf-v5-c-context-selector__menu {
9405
+ :where(.pf-theme-dark) .pf-v5-c-context-selector__menu {
9406
9406
  background: var(--pf-v5-global--BackgroundColor--300);
9407
9407
  }
9408
- :root:where(.pf-theme-dark) .pf-v5-c-context-selector__menu-footer {
9408
+ :where(.pf-theme-dark) .pf-v5-c-context-selector__menu-footer {
9409
9409
  border-top: 1px solid var(--pf-v5-global--BorderColor--300);
9410
9410
  }
9411
9411
 
@@ -10251,10 +10251,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10251
10251
  padding: 0;
10252
10252
  }
10253
10253
 
10254
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10255
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10256
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
10257
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
10254
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10255
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10256
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
10257
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
10258
10258
  --pf-v5-global--Color--100: #e0e0e0;
10259
10259
  --pf-v5-global--Color--200: #aaabac;
10260
10260
  --pf-v5-global--BorderColor--100: #444548;
@@ -10264,7 +10264,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10264
10264
  --pf-v5-global--BackgroundColor--100: #1b1d21;
10265
10265
  }
10266
10266
 
10267
- :root:where(.pf-theme-dark) .pf-v5-c-data-list {
10267
+ :where(.pf-theme-dark) .pf-v5-c-data-list {
10268
10268
  --pf-v5-c-data-list--BorderTopColor: var(--pf-v5-global--BorderColor--100);
10269
10269
  --pf-v5-c-data-list--sm--BorderTopColor: var(--pf-v5-global--BorderColor--100);
10270
10270
  --pf-v5-c-data-list__item--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
@@ -10656,10 +10656,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10656
10656
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
10657
10657
  }
10658
10658
 
10659
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10660
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10661
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
10662
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
10659
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10660
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10661
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
10662
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
10663
10663
  --pf-v5-global--Color--100: #e0e0e0;
10664
10664
  --pf-v5-global--Color--200: #aaabac;
10665
10665
  --pf-v5-global--BorderColor--100: #444548;
@@ -10669,7 +10669,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10669
10669
  --pf-v5-global--BackgroundColor--100: #1b1d21;
10670
10670
  }
10671
10671
 
10672
- :root:where(.pf-theme-dark) .pf-v5-c-droppable {
10672
+ :where(.pf-theme-dark) .pf-v5-c-droppable {
10673
10673
  --pf-v5-c-droppable--m-dragging--before--Opacity: .2;
10674
10674
  }
10675
10675
 
@@ -10972,10 +10972,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10972
10972
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
10973
10973
  }
10974
10974
 
10975
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10976
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10977
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
10978
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
10975
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10976
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10977
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
10978
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
10979
10979
  --pf-v5-global--Color--100: #e0e0e0;
10980
10980
  --pf-v5-global--Color--200: #aaabac;
10981
10981
  --pf-v5-global--BorderColor--100: #444548;
@@ -10985,7 +10985,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10985
10985
  --pf-v5-global--BackgroundColor--100: #1b1d21;
10986
10986
  }
10987
10987
 
10988
- :root:where(.pf-theme-dark) .pf-v5-c-dual-list-selector {
10988
+ :where(.pf-theme-dark) .pf-v5-c-dual-list-selector {
10989
10989
  --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
10990
10990
  --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
10991
10991
  --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -12214,10 +12214,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12214
12214
  min-width: min-content;
12215
12215
  }
12216
12216
 
12217
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
12218
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
12219
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
12220
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
12217
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
12218
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
12219
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
12220
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
12221
12221
  --pf-v5-global--Color--100: #e0e0e0;
12222
12222
  --pf-v5-global--Color--200: #aaabac;
12223
12223
  --pf-v5-global--BorderColor--100: #444548;
@@ -12227,7 +12227,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12227
12227
  --pf-v5-global--BackgroundColor--100: #1b1d21;
12228
12228
  }
12229
12229
 
12230
- :root:where(.pf-theme-dark) .pf-v5-c-date-picker {
12230
+ :where(.pf-theme-dark) .pf-v5-c-date-picker {
12231
12231
  --pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
12232
12232
  --pf-v5-c-date-picker__calendar--Top: 100%;
12233
12233
  }
@@ -13345,10 +13345,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13345
13345
  display: none;
13346
13346
  }
13347
13347
  }
13348
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
13349
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
13350
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
13351
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
13348
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
13349
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
13350
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
13351
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
13352
13352
  --pf-v5-global--Color--100: #e0e0e0;
13353
13353
  --pf-v5-global--Color--200: #aaabac;
13354
13354
  --pf-v5-global--BorderColor--100: #444548;
@@ -13358,11 +13358,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13358
13358
  --pf-v5-global--BackgroundColor--100: #1b1d21;
13359
13359
  }
13360
13360
 
13361
- :root:where(.pf-theme-dark) .pf-v5-c-drawer {
13361
+ :where(.pf-theme-dark) .pf-v5-c-drawer {
13362
13362
  --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
13363
13363
  --pf-v5-c-drawer__splitter--BackgroundColor: transparent;
13364
13364
  }
13365
- :root:where(.pf-theme-dark) .pf-v5-c-drawer.pf-m-inline, :root:where(.pf-theme-dark) .pf-v5-c-drawer.pf-m-static {
13365
+ :where(.pf-theme-dark) .pf-v5-c-drawer.pf-m-inline, :where(.pf-theme-dark) .pf-v5-c-drawer.pf-m-static {
13366
13366
  --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
13367
13367
  }
13368
13368
 
@@ -14015,10 +14015,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14015
14015
  color: var(--pf-v5-c-dropdown__group-title--Color);
14016
14016
  }
14017
14017
 
14018
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14019
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14020
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
14021
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
14018
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14019
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14020
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
14021
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
14022
14022
  --pf-v5-global--Color--100: #e0e0e0;
14023
14023
  --pf-v5-global--Color--200: #aaabac;
14024
14024
  --pf-v5-global--BorderColor--100: #444548;
@@ -14028,7 +14028,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14028
14028
  --pf-v5-global--BackgroundColor--100: #1b1d21;
14029
14029
  }
14030
14030
 
14031
- :root:where(.pf-theme-dark) .pf-v5-c-dropdown {
14031
+ :where(.pf-theme-dark) .pf-v5-c-dropdown {
14032
14032
  --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
14033
14033
  --pf-v5-c-dropdown__toggle--before--BorderTopColor: transparent;
14034
14034
  --pf-v5-c-dropdown__toggle--before--BorderRightColor: transparent;
@@ -14043,10 +14043,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14043
14043
  --pf-v5-c-dropdown--m-top__menu--TranslateY: -100%;
14044
14044
  --pf-v5-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
14045
14045
  }
14046
- :root:where(.pf-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain):disabled, :root:where(.pf-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
14046
+ :where(.pf-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
14047
14047
  color: var(--pf-v5-global--palette--black-100);
14048
14048
  }
14049
- :root:where(.pf-theme-dark) .pf-v5-c-dropdown__toggle.pf-m-plain {
14049
+ :where(.pf-theme-dark) .pf-v5-c-dropdown__toggle.pf-m-plain {
14050
14050
  background: transparent;
14051
14051
  }
14052
14052
 
@@ -14871,10 +14871,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14871
14871
  margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
14872
14872
  }
14873
14873
 
14874
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14875
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14876
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
14877
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
14874
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14875
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14876
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
14877
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
14878
14878
  --pf-v5-global--Color--100: #e0e0e0;
14879
14879
  --pf-v5-global--Color--200: #aaabac;
14880
14880
  --pf-v5-global--BorderColor--100: #444548;
@@ -14884,7 +14884,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14884
14884
  --pf-v5-global--BackgroundColor--100: #1b1d21;
14885
14885
  }
14886
14886
 
14887
- :root:where(.pf-theme-dark) .pf-v5-c-form {
14887
+ :where(.pf-theme-dark) .pf-v5-c-form {
14888
14888
  --pf-v5-c-form__helper-text--m-success--Color: var(--pf-v5-global--success-color--100);
14889
14889
  }
14890
14890
 
@@ -15149,10 +15149,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15149
15149
  pointer-events: none;
15150
15150
  }
15151
15151
 
15152
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15153
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15154
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
15155
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
15152
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15153
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15154
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
15155
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
15156
15156
  --pf-v5-global--Color--100: #e0e0e0;
15157
15157
  --pf-v5-global--Color--200: #aaabac;
15158
15158
  --pf-v5-global--BorderColor--100: #444548;
@@ -15162,7 +15162,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15162
15162
  --pf-v5-global--BackgroundColor--100: #1b1d21;
15163
15163
  }
15164
15164
 
15165
- :root:where(.pf-theme-dark) .pf-v5-c-form-control {
15165
+ :where(.pf-theme-dark) .pf-v5-c-form-control {
15166
15166
  --pf-v5-c-form-control--BorderTopColor: transparent;
15167
15167
  --pf-v5-c-form-control--BorderRightColor: transparent;
15168
15168
  --pf-v5-c-form-control--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
@@ -15173,10 +15173,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15173
15173
  --pf-v5-c-form-control--readonly--BackgroundColor: var(--pf-v5-global--disabled-color--200);
15174
15174
  color: var(--pf-v5-global--Color--100);
15175
15175
  }
15176
- :root:where(.pf-theme-dark) .pf-v5-c-form-control::-webkit-calendar-picker-indicator {
15176
+ :where(.pf-theme-dark) .pf-v5-c-form-control::-webkit-calendar-picker-indicator {
15177
15177
  filter: invert(1);
15178
15178
  }
15179
- :root:where(.pf-theme-dark) .pf-v5-c-form-control.pf-m-readonly {
15179
+ :where(.pf-theme-dark) .pf-v5-c-form-control.pf-m-readonly {
15180
15180
  border-bottom-color: var(--pf-v5-global--palette--black-700);
15181
15181
  }
15182
15182
 
@@ -15241,10 +15241,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15241
15241
  margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
15242
15242
  }
15243
15243
 
15244
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15245
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15246
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
15247
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
15244
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15245
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15246
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
15247
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
15248
15248
  --pf-v5-global--Color--100: #e0e0e0;
15249
15249
  --pf-v5-global--Color--200: #aaabac;
15250
15250
  --pf-v5-global--BorderColor--100: #444548;
@@ -15254,7 +15254,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15254
15254
  --pf-v5-global--BackgroundColor--100: #1b1d21;
15255
15255
  }
15256
15256
 
15257
- :root:where(.pf-theme-dark) .pf-v5-c-hint {
15257
+ :where(.pf-theme-dark) .pf-v5-c-hint {
15258
15258
  --pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
15259
15259
  --pf-v5-c-hint--BorderColor: var(--pf-v5-global--BorderColor--300);
15260
15260
  }
@@ -15333,10 +15333,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15333
15333
  color: var(--pf-v5-c-helper-text__item-text--Color);
15334
15334
  }
15335
15335
 
15336
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15337
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15338
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
15339
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
15336
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15337
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15338
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
15339
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
15340
15340
  --pf-v5-global--Color--100: #e0e0e0;
15341
15341
  --pf-v5-global--Color--200: #aaabac;
15342
15342
  --pf-v5-global--BorderColor--100: #444548;
@@ -15346,7 +15346,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15346
15346
  --pf-v5-global--BackgroundColor--100: #1b1d21;
15347
15347
  }
15348
15348
 
15349
- :root:where(.pf-theme-dark) .pf-v5-c-helper-text {
15349
+ :where(.pf-theme-dark) .pf-v5-c-helper-text {
15350
15350
  --pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
15351
15351
  }
15352
15352
 
@@ -15623,10 +15623,10 @@ label.pf-v5-c-input-group__text {
15623
15623
  cursor: pointer;
15624
15624
  }
15625
15625
 
15626
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15627
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15628
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
15629
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
15626
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15627
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15628
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
15629
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
15630
15630
  --pf-v5-global--Color--100: #e0e0e0;
15631
15631
  --pf-v5-global--Color--200: #aaabac;
15632
15632
  --pf-v5-global--BorderColor--100: #444548;
@@ -15636,7 +15636,7 @@ label.pf-v5-c-input-group__text {
15636
15636
  --pf-v5-global--BackgroundColor--100: #1b1d21;
15637
15637
  }
15638
15638
 
15639
- :root:where(.pf-theme-dark) .pf-v5-c-input-group {
15639
+ :where(.pf-theme-dark) .pf-v5-c-input-group {
15640
15640
  --pf-v5-c-input-group__item--BorderLeftWidth: var(--pf-v5-c-input-group__item--BorderWidth--base);
15641
15641
  --pf-v5-c-input-group__item--BorderLeftColor: var(--pf-v5-global--palette--black-700);
15642
15642
  --pf-v5-c-input-group__item--m-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -15648,7 +15648,7 @@ label.pf-v5-c-input-group__text {
15648
15648
  --pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
15649
15649
  --pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--300);
15650
15650
  }
15651
- :root:where(.pf-theme-dark) .pf-v5-c-input-group > * + * {
15651
+ :where(.pf-theme-dark) .pf-v5-c-input-group > * + * {
15652
15652
  --pf-v5-c-input-group__item--m-box--BorderLeftColor: var(--pf-v5-c-input-group__item--BorderLeftColor);
15653
15653
  border-left: var(--pf-v5-c-input-group__item--BorderLeftWidth) solid var(--pf-v5-c-input-group__item--BorderLeftColor);
15654
15654
  }
@@ -16320,10 +16320,10 @@ button.pf-v5-c-label__content:focus {
16320
16320
  margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
16321
16321
  }
16322
16322
 
16323
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16324
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16325
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
16326
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
16323
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16324
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16325
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
16326
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
16327
16327
  --pf-v5-global--Color--100: #e0e0e0;
16328
16328
  --pf-v5-global--Color--200: #aaabac;
16329
16329
  --pf-v5-global--BorderColor--100: #444548;
@@ -16333,7 +16333,7 @@ button.pf-v5-c-label__content:focus {
16333
16333
  --pf-v5-global--BackgroundColor--100: #1b1d21;
16334
16334
  }
16335
16335
 
16336
- :root:where(.pf-theme-dark) .pf-v5-c-label {
16336
+ :where(.pf-theme-dark) .pf-v5-c-label {
16337
16337
  --pf-v5-c-label--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16338
16338
  --pf-v5-c-label--m-blue--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16339
16339
  --pf-v5-c-label--m-green--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
@@ -16771,10 +16771,10 @@ ul.pf-v5-c-list {
16771
16771
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
16772
16772
  }
16773
16773
 
16774
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16775
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16776
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
16777
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner {
16774
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16775
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16776
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
16777
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner {
16778
16778
  --pf-v5-global--Color--100: #e0e0e0;
16779
16779
  --pf-v5-global--Color--200: #aaabac;
16780
16780
  --pf-v5-global--BorderColor--100: #444548;
@@ -16784,7 +16784,7 @@ ul.pf-v5-c-list {
16784
16784
  --pf-v5-global--BackgroundColor--100: #1b1d21;
16785
16785
  }
16786
16786
 
16787
- :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
16787
+ :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
16788
16788
  color: var(--pf-v5-global--Color--100);
16789
16789
  }
16790
16790
 
@@ -17052,10 +17052,10 @@ ul.pf-v5-c-list {
17052
17052
  padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
17053
17053
  }
17054
17054
 
17055
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17056
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17057
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
17058
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
17055
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17056
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17057
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
17058
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
17059
17059
  --pf-v5-global--Color--100: #e0e0e0;
17060
17060
  --pf-v5-global--Color--200: #aaabac;
17061
17061
  --pf-v5-global--BorderColor--100: #444548;
@@ -17065,11 +17065,11 @@ ul.pf-v5-c-list {
17065
17065
  --pf-v5-global--BackgroundColor--100: #1b1d21;
17066
17066
  }
17067
17067
 
17068
- :root:where(.pf-theme-dark) .pf-v5-c-login {
17068
+ :where(.pf-theme-dark) .pf-v5-c-login {
17069
17069
  --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
17070
17070
  }
17071
- :root:where(.pf-theme-dark) .pf-v5-c-login__header,
17072
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer {
17071
+ :where(.pf-theme-dark) .pf-v5-c-login__header,
17072
+ :where(.pf-theme-dark) .pf-v5-c-login__footer {
17073
17073
  color: var(--pf-v5-global--Color--100);
17074
17074
  }
17075
17075
 
@@ -17695,10 +17695,10 @@ ul.pf-v5-c-list {
17695
17695
  }
17696
17696
  }
17697
17697
 
17698
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17699
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17700
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
17701
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer {
17698
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17699
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17700
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
17701
+ :where(.pf-theme-dark) .pf-v5-c-login__footer {
17702
17702
  --pf-v5-global--Color--100: #e0e0e0;
17703
17703
  --pf-v5-global--Color--200: #aaabac;
17704
17704
  --pf-v5-global--BorderColor--100: #444548;
@@ -17708,11 +17708,11 @@ ul.pf-v5-c-list {
17708
17708
  --pf-v5-global--BackgroundColor--100: #1b1d21;
17709
17709
  }
17710
17710
 
17711
- :root:where(.pf-theme-dark) .pf-v5-c-masthead {
17711
+ :where(.pf-theme-dark) .pf-v5-c-masthead {
17712
17712
  --pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--black-1000);
17713
17713
  color: var(--pf-v5-global--Color--100);
17714
17714
  }
17715
- :root:where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
17715
+ :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
17716
17716
  --pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--palette--black-1000);
17717
17717
  }
17718
17718
 
@@ -18280,10 +18280,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18280
18280
  border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
18281
18281
  }
18282
18282
 
18283
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18284
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18285
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
18286
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
18283
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18284
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18285
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
18286
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
18287
18287
  --pf-v5-global--Color--100: #e0e0e0;
18288
18288
  --pf-v5-global--Color--200: #aaabac;
18289
18289
  --pf-v5-global--BorderColor--100: #444548;
@@ -18293,7 +18293,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18293
18293
  --pf-v5-global--BackgroundColor--100: #1b1d21;
18294
18294
  }
18295
18295
 
18296
- :root:where(.pf-theme-dark) .pf-v5-c-menu {
18296
+ :where(.pf-theme-dark) .pf-v5-c-menu {
18297
18297
  --pf-v5-c-menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
18298
18298
  --pf-v5-c-menu__list-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
18299
18299
  --pf-v5-c-menu__list-item--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -18698,10 +18698,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18698
18698
  color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
18699
18699
  }
18700
18700
 
18701
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18702
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18703
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
18704
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
18701
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18702
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18703
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
18704
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
18705
18705
  --pf-v5-global--Color--100: #e0e0e0;
18706
18706
  --pf-v5-global--Color--200: #aaabac;
18707
18707
  --pf-v5-global--BorderColor--100: #444548;
@@ -18711,7 +18711,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18711
18711
  --pf-v5-global--BackgroundColor--100: #1b1d21;
18712
18712
  }
18713
18713
 
18714
- :root:where(.pf-theme-dark) .pf-v5-c-menu-toggle {
18714
+ :where(.pf-theme-dark) .pf-v5-c-menu-toggle {
18715
18715
  --pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
18716
18716
  --pf-v5-c-menu-toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
18717
18717
  --pf-v5-c-menu-toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -18729,7 +18729,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18729
18729
  --pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--300);
18730
18730
  --pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
18731
18731
  }
18732
- :root:where(.pf-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
18732
+ :where(.pf-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
18733
18733
  background: transparent;
18734
18734
  }
18735
18735
 
@@ -18917,10 +18917,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18917
18917
  }
18918
18918
  }
18919
18919
 
18920
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18921
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18922
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
18923
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
18920
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18921
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18922
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
18923
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
18924
18924
  --pf-v5-global--Color--100: #e0e0e0;
18925
18925
  --pf-v5-global--Color--200: #aaabac;
18926
18926
  --pf-v5-global--BorderColor--100: #444548;
@@ -18930,7 +18930,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18930
18930
  --pf-v5-global--BackgroundColor--100: #1b1d21;
18931
18931
  }
18932
18932
 
18933
- :root:where(.pf-theme-dark) .pf-v5-c-modal-box {
18933
+ :where(.pf-theme-dark) .pf-v5-c-modal-box {
18934
18934
  --pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
18935
18935
  }
18936
18936
 
@@ -20057,10 +20057,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20057
20057
  left: 0;
20058
20058
  }
20059
20059
 
20060
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20061
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20062
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
20063
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
20060
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20061
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20062
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
20063
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
20064
20064
  --pf-v5-global--Color--100: #e0e0e0;
20065
20065
  --pf-v5-global--Color--200: #aaabac;
20066
20066
  --pf-v5-global--BorderColor--100: #444548;
@@ -20070,7 +20070,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20070
20070
  --pf-v5-global--BackgroundColor--100: #1b1d21;
20071
20071
  }
20072
20072
 
20073
- :root:where(.pf-theme-dark) .pf-v5-c-nav {
20073
+ :where(.pf-theme-dark) .pf-v5-c-nav {
20074
20074
  --pf-v5-c-nav__item--item__link--after--Top: -1px;
20075
20075
  --pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-global--BorderColor--100);
20076
20076
  --pf-v5-c-nav__link--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
@@ -20088,19 +20088,19 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20088
20088
  --pf-v5-c-nav__link--active--before--BorderBottomWidth: 0;
20089
20089
  --pf-v5-c-nav__link--m-current--before--BorderBottomWidth: 0;
20090
20090
  }
20091
- :root:where(.pf-theme-dark) .pf-v5-c-nav__link::before {
20091
+ :where(.pf-theme-dark) .pf-v5-c-nav__link::before {
20092
20092
  bottom: 0;
20093
20093
  }
20094
- :root:where(.pf-theme-dark) .pf-v5-c-nav__link::after {
20094
+ :where(.pf-theme-dark) .pf-v5-c-nav__link::after {
20095
20095
  top: var(--pf-v5-c-nav__item--item__link--after--Top);
20096
20096
  }
20097
- :root:where(.pf-theme-dark) .pf-v5-c-nav__item + .pf-v5-c-nav__item {
20097
+ :where(.pf-theme-dark) .pf-v5-c-nav__item + .pf-v5-c-nav__item {
20098
20098
  --pf-v5-c-nav__link--after--Top: var(--pf-v5-c-nav__item--item__link--after--Top);
20099
20099
  }
20100
- :root:where(.pf-theme-dark) .pf-v5-c-nav__subnav {
20100
+ :where(.pf-theme-dark) .pf-v5-c-nav__subnav {
20101
20101
  --pf-v5-c-nav__item--item__link--after--Top: 0;
20102
20102
  }
20103
- :root:where(.pf-theme-dark) .pf-v5-c-nav__section {
20103
+ :where(.pf-theme-dark) .pf-v5-c-nav__section {
20104
20104
  --pf-v5-c-nav__item--item__link--after--Top: 0;
20105
20105
  }
20106
20106
 
@@ -20204,10 +20204,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20204
20204
  margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
20205
20205
  }
20206
20206
 
20207
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20208
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20209
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
20210
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
20207
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20208
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20209
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
20210
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
20211
20211
  --pf-v5-global--Color--100: #e0e0e0;
20212
20212
  --pf-v5-global--Color--200: #aaabac;
20213
20213
  --pf-v5-global--BorderColor--100: #444548;
@@ -20217,7 +20217,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20217
20217
  --pf-v5-global--BackgroundColor--100: #1b1d21;
20218
20218
  }
20219
20219
 
20220
- :root:where(.pf-theme-dark) .pf-v5-c-notification-badge {
20220
+ :where(.pf-theme-dark) .pf-v5-c-notification-badge {
20221
20221
  --pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
20222
20222
  --pf-v5-c-notification-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
20223
20223
  --pf-v5-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--300);
@@ -20488,10 +20488,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20488
20488
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
20489
20489
  }
20490
20490
 
20491
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20492
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20493
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
20494
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
20491
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20492
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20493
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
20494
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
20495
20495
  --pf-v5-global--Color--100: #e0e0e0;
20496
20496
  --pf-v5-global--Color--200: #aaabac;
20497
20497
  --pf-v5-global--BorderColor--100: #444548;
@@ -20501,7 +20501,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20501
20501
  --pf-v5-global--BackgroundColor--100: #1b1d21;
20502
20502
  }
20503
20503
 
20504
- :root:where(.pf-theme-dark) .pf-v5-c-notification-drawer {
20504
+ :where(.pf-theme-dark) .pf-v5-c-notification-drawer {
20505
20505
  --pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
20506
20506
  --pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
20507
20507
  --pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
@@ -20765,10 +20765,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20765
20765
  color: var(--pf-v5-c-options-menu__group-title--Color);
20766
20766
  }
20767
20767
 
20768
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20769
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20770
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
20771
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
20768
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20769
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20770
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
20771
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
20772
20772
  --pf-v5-global--Color--100: #e0e0e0;
20773
20773
  --pf-v5-global--Color--200: #aaabac;
20774
20774
  --pf-v5-global--BorderColor--100: #444548;
@@ -20778,7 +20778,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20778
20778
  --pf-v5-global--BackgroundColor--100: #1b1d21;
20779
20779
  }
20780
20780
 
20781
- :root:where(.pf-theme-dark) .pf-v5-c-options-menu {
20781
+ :where(.pf-theme-dark) .pf-v5-c-options-menu {
20782
20782
  --pf-v5-c-options-menu__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
20783
20783
  --pf-v5-c-options-menu__toggle--BorderTopColor: transparent;
20784
20784
  --pf-v5-c-options-menu__toggle--BorderRightColor: transparent;
@@ -20789,7 +20789,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20789
20789
  --pf-v5-c-options-menu__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
20790
20790
  --pf-v5-c-options-menu__menu--Top: 100%;
20791
20791
  }
20792
- :root:where(.pf-theme-dark) .pf-v5-c-options-menu__toggle.pf-m-plain {
20792
+ :where(.pf-theme-dark) .pf-v5-c-options-menu__toggle.pf-m-plain {
20793
20793
  background: transparent;
20794
20794
  }
20795
20795
 
@@ -21742,10 +21742,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21742
21742
  flex: 1 0 auto;
21743
21743
  }
21744
21744
 
21745
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21746
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21747
- :root:where(.pf-theme-dark) .pf-v5-c-page__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
21748
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead {
21745
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21746
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21747
+ :where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
21748
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead {
21749
21749
  --pf-v5-global--Color--100: #e0e0e0;
21750
21750
  --pf-v5-global--Color--200: #aaabac;
21751
21751
  --pf-v5-global--BorderColor--100: #444548;
@@ -21755,39 +21755,39 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21755
21755
  --pf-v5-global--BackgroundColor--100: #1b1d21;
21756
21756
  }
21757
21757
 
21758
- :root:where(.pf-theme-dark) .pf-v5-c-page {
21758
+ :where(.pf-theme-dark) .pf-v5-c-page {
21759
21759
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
21760
21760
  --pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21761
21761
  --pf-v5-c-page__sidebar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
21762
21762
  --pf-v5-c-page__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
21763
21763
  }
21764
- :root:where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
21764
+ :where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
21765
21765
  color: var(--pf-v5-global--Color--100);
21766
21766
  }
21767
- :root:where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
21767
+ :where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
21768
21768
  background-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
21769
21769
  }
21770
- :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar {
21770
+ :where(.pf-theme-dark) .pf-v5-c-page__sidebar {
21771
21771
  border-right: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--BorderColor--100);
21772
21772
  }
21773
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :root:where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
21773
+ :where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
21774
21774
  --pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21775
21775
  }
21776
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :root:where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
21776
+ :where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
21777
21777
  --pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21778
21778
  }
21779
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :root:where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
21779
+ :where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
21780
21780
  --pf-v5-c-page__main-section--m-light--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21781
21781
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21782
21782
  --pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21783
21783
  --pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21784
21784
  }
21785
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :root:where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
21785
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
21786
21786
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
21787
21787
  }
21788
- :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21789
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21790
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
21788
+ :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21789
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21790
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
21791
21791
  color: var(--pf-v5-global--Color--100);
21792
21792
  }
21793
21793
 
@@ -22183,10 +22183,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22183
22183
  }
22184
22184
  }
22185
22185
 
22186
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
22187
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22188
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22189
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
22186
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
22187
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22188
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22189
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
22190
22190
  --pf-v5-global--Color--100: #e0e0e0;
22191
22191
  --pf-v5-global--Color--200: #aaabac;
22192
22192
  --pf-v5-global--BorderColor--100: #444548;
@@ -22196,7 +22196,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22196
22196
  --pf-v5-global--BackgroundColor--100: #1b1d21;
22197
22197
  }
22198
22198
 
22199
- :root:where(.pf-theme-dark) .pf-v5-c-pagination {
22199
+ :where(.pf-theme-dark) .pf-v5-c-pagination {
22200
22200
  --pf-v5-c-pagination--m-sticky--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22201
22201
  }
22202
22202
 
@@ -22281,10 +22281,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22281
22281
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22282
22282
  }
22283
22283
 
22284
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
22285
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22286
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22287
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
22284
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
22285
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22286
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22287
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
22288
22288
  --pf-v5-global--Color--100: #e0e0e0;
22289
22289
  --pf-v5-global--Color--200: #aaabac;
22290
22290
  --pf-v5-global--BorderColor--100: #444548;
@@ -22294,7 +22294,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22294
22294
  --pf-v5-global--BackgroundColor--100: #1b1d21;
22295
22295
  }
22296
22296
 
22297
- :root:where(.pf-theme-dark) .pf-v5-c-panel {
22297
+ :where(.pf-theme-dark) .pf-v5-c-panel {
22298
22298
  --pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22299
22299
  }
22300
22300
 
@@ -22470,10 +22470,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22470
22470
  margin-top: var(--pf-v5-c-popover__footer--MarginTop);
22471
22471
  }
22472
22472
 
22473
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
22474
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22475
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22476
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
22473
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
22474
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22475
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22476
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
22477
22477
  --pf-v5-global--Color--100: #e0e0e0;
22478
22478
  --pf-v5-global--Color--200: #aaabac;
22479
22479
  --pf-v5-global--BorderColor--100: #444548;
@@ -22483,7 +22483,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22483
22483
  --pf-v5-global--BackgroundColor--100: #1b1d21;
22484
22484
  }
22485
22485
 
22486
- :root:where(.pf-theme-dark) .pf-v5-c-popover {
22486
+ :where(.pf-theme-dark) .pf-v5-c-popover {
22487
22487
  --pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22488
22488
  --pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22489
22489
  --pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
@@ -22658,10 +22658,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22658
22658
  margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
22659
22659
  }
22660
22660
 
22661
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
22662
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22663
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22664
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
22661
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
22662
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22663
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22664
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
22665
22665
  --pf-v5-global--Color--100: #e0e0e0;
22666
22666
  --pf-v5-global--Color--200: #aaabac;
22667
22667
  --pf-v5-global--BorderColor--100: #444548;
@@ -22671,7 +22671,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22671
22671
  --pf-v5-global--BackgroundColor--100: #1b1d21;
22672
22672
  }
22673
22673
 
22674
- :root:where(.pf-theme-dark) .pf-v5-c-progress {
22674
+ :where(.pf-theme-dark) .pf-v5-c-progress {
22675
22675
  --pf-v5-c-progress--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
22676
22676
  --pf-v5-c-progress--m-success--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
22677
22677
  --pf-v5-c-progress--m-warning--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
@@ -23922,10 +23922,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23922
23922
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
23923
23923
  }
23924
23924
 
23925
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
23926
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
23927
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
23928
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
23925
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
23926
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
23927
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
23928
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
23929
23929
  --pf-v5-global--Color--100: #e0e0e0;
23930
23930
  --pf-v5-global--Color--200: #aaabac;
23931
23931
  --pf-v5-global--BorderColor--100: #444548;
@@ -23935,7 +23935,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23935
23935
  --pf-v5-global--BackgroundColor--100: #1b1d21;
23936
23936
  }
23937
23937
 
23938
- :root:where(.pf-theme-dark) .pf-v5-c-select {
23938
+ :where(.pf-theme-dark) .pf-v5-c-select {
23939
23939
  --pf-v5-c-select__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
23940
23940
  --pf-v5-c-select__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
23941
23941
  --pf-v5-c-select__toggle--before--BorderTopColor: transparent;
@@ -23947,7 +23947,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23947
23947
  --pf-v5-c-select__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
23948
23948
  --pf-v5-c-select__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
23949
23949
  }
23950
- :root:where(.pf-theme-dark) .pf-v5-c-select__toggle:disabled, :root:where(.pf-theme-dark) .pf-v5-c-select__toggle.pf-m-disabled {
23950
+ :where(.pf-theme-dark) .pf-v5-c-select__toggle:disabled, :where(.pf-theme-dark) .pf-v5-c-select__toggle.pf-m-disabled {
23951
23951
  color: var(--pf-v5-global--palette--black-100);
23952
23952
  }
23953
23953
 
@@ -24352,10 +24352,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24352
24352
  margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
24353
24353
  }
24354
24354
 
24355
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
24356
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24357
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24358
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
24355
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
24356
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24357
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24358
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
24359
24359
  --pf-v5-global--Color--100: #e0e0e0;
24360
24360
  --pf-v5-global--Color--200: #aaabac;
24361
24361
  --pf-v5-global--BorderColor--100: #444548;
@@ -24365,7 +24365,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24365
24365
  --pf-v5-global--BackgroundColor--100: #1b1d21;
24366
24366
  }
24367
24367
 
24368
- :root:where(.pf-theme-dark) .pf-v5-c-simple-list {
24368
+ :where(.pf-theme-dark) .pf-v5-c-simple-list {
24369
24369
  --pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
24370
24370
  --pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
24371
24371
  --pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
@@ -24537,10 +24537,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24537
24537
  transform: translateX(100%);
24538
24538
  }
24539
24539
  }
24540
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
24541
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24542
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24543
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
24540
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
24541
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24542
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24543
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
24544
24544
  --pf-v5-global--Color--100: #e0e0e0;
24545
24545
  --pf-v5-global--Color--200: #aaabac;
24546
24546
  --pf-v5-global--BorderColor--100: #444548;
@@ -24550,7 +24550,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24550
24550
  --pf-v5-global--BackgroundColor--100: #1b1d21;
24551
24551
  }
24552
24552
 
24553
- :root:where(.pf-theme-dark) .pf-v5-c-skeleton {
24553
+ :where(.pf-theme-dark) .pf-v5-c-skeleton {
24554
24554
  --pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
24555
24555
  --pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-v5-global--palette--black-600);
24556
24556
  --pf-v5-c-skeleton--after--LinearGradientColorStop2: var(--pf-v5-global--palette--black-500);
@@ -24998,10 +24998,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
24998
24998
  vertical-align: top;
24999
24999
  }
25000
25000
 
25001
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
25002
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
25003
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
25004
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
25001
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
25002
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
25003
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
25004
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
25005
25005
  --pf-v5-global--Color--100: #e0e0e0;
25006
25006
  --pf-v5-global--Color--200: #aaabac;
25007
25007
  --pf-v5-global--BorderColor--100: #444548;
@@ -25011,7 +25011,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25011
25011
  --pf-v5-global--BackgroundColor--100: #1b1d21;
25012
25012
  }
25013
25013
 
25014
- :root:where(.pf-theme-dark) .pf-v5-c-switch {
25014
+ :where(.pf-theme-dark) .pf-v5-c-switch {
25015
25015
  --pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--BackgroundColor--100);
25016
25016
  --pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
25017
25017
  --pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
@@ -27683,10 +27683,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
27683
27683
  --pf-v5-c-table--cell--Width: 100%;
27684
27684
  }
27685
27685
 
27686
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
27687
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
27688
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
27689
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
27686
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
27687
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
27688
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
27689
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
27690
27690
  --pf-v5-global--Color--100: #e0e0e0;
27691
27691
  --pf-v5-global--Color--200: #aaabac;
27692
27692
  --pf-v5-global--BorderColor--100: #444548;
@@ -27696,10 +27696,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
27696
27696
  --pf-v5-global--BackgroundColor--100: #1b1d21;
27697
27697
  }
27698
27698
 
27699
- :root:where(.pf-theme-dark) .pf-v5-c-table {
27699
+ :where(.pf-theme-dark) .pf-v5-c-table {
27700
27700
  --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
27701
27701
  }
27702
- :root:where(.pf-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :root:where(.pf-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
27702
+ :where(.pf-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :where(.pf-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
27703
27703
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100);
27704
27704
  }
27705
27705
 
@@ -29398,10 +29398,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
29398
29398
  }
29399
29399
  }
29400
29400
 
29401
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
29402
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29403
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29404
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
29401
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
29402
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29403
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29404
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
29405
29405
  --pf-v5-global--Color--100: #e0e0e0;
29406
29406
  --pf-v5-global--Color--200: #aaabac;
29407
29407
  --pf-v5-global--BorderColor--100: #444548;
@@ -29411,7 +29411,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29411
29411
  --pf-v5-global--BackgroundColor--100: #1b1d21;
29412
29412
  }
29413
29413
 
29414
- :root:where(.pf-theme-dark) .pf-v5-c-tabs {
29414
+ :where(.pf-theme-dark) .pf-v5-c-tabs {
29415
29415
  --pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
29416
29416
  --pf-v5-c-tabs__link--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
29417
29417
  --pf-v5-c-tabs__link--disabled--Color: var(--pf-v5-global--disabled-color--300);
@@ -29568,10 +29568,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
29568
29568
  display: flex;
29569
29569
  }
29570
29570
 
29571
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
29572
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29573
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29574
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
29571
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
29572
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29573
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29574
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
29575
29575
  --pf-v5-global--Color--100: #e0e0e0;
29576
29576
  --pf-v5-global--Color--200: #aaabac;
29577
29577
  --pf-v5-global--BorderColor--100: #444548;
@@ -29581,7 +29581,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29581
29581
  --pf-v5-global--BackgroundColor--100: #1b1d21;
29582
29582
  }
29583
29583
 
29584
- :root:where(.pf-theme-dark) .pf-v5-c-text-input-group {
29584
+ :where(.pf-theme-dark) .pf-v5-c-text-input-group {
29585
29585
  --pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
29586
29586
  --pf-v5-c-text-input-group--m-disabled--Color: var(--pf-v5-global--disabled-color--300);
29587
29587
  --pf-v5-c-text-input-group--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
@@ -29727,10 +29727,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
29727
29727
  color: var(--pf-v5-c-tile__icon--Color);
29728
29728
  }
29729
29729
 
29730
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
29731
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29732
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29733
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
29730
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
29731
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29732
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29733
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
29734
29734
  --pf-v5-global--Color--100: #e0e0e0;
29735
29735
  --pf-v5-global--Color--200: #aaabac;
29736
29736
  --pf-v5-global--BorderColor--100: #444548;
@@ -29740,7 +29740,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29740
29740
  --pf-v5-global--BackgroundColor--100: #1b1d21;
29741
29741
  }
29742
29742
 
29743
- :root:where(.pf-theme-dark) .pf-v5-c-tile {
29743
+ :where(.pf-theme-dark) .pf-v5-c-tile {
29744
29744
  --pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
29745
29745
  --pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
29746
29746
  --pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
@@ -29942,10 +29942,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
29942
29942
  margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
29943
29943
  }
29944
29944
 
29945
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
29946
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29947
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29948
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
29945
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
29946
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29947
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29948
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
29949
29949
  --pf-v5-global--Color--100: #e0e0e0;
29950
29950
  --pf-v5-global--Color--200: #aaabac;
29951
29951
  --pf-v5-global--BorderColor--100: #444548;
@@ -29955,7 +29955,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29955
29955
  --pf-v5-global--BackgroundColor--100: #1b1d21;
29956
29956
  }
29957
29957
 
29958
- :root:where(.pf-theme-dark) .pf-v5-c-toggle-group {
29958
+ :where(.pf-theme-dark) .pf-v5-c-toggle-group {
29959
29959
  --pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
29960
29960
  --pf-v5-c-toggle-group__button--focus--BackgroundColor: var(--pf-v5-global--palette--black-700);
29961
29961
  --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--palette--black-600);
@@ -30051,10 +30051,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
30051
30051
  box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
30052
30052
  }
30053
30053
 
30054
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
30055
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30056
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30057
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
30054
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
30055
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30056
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30057
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
30058
30058
  --pf-v5-global--Color--100: #e0e0e0;
30059
30059
  --pf-v5-global--Color--200: #aaabac;
30060
30060
  --pf-v5-global--BorderColor--100: #444548;
@@ -30064,7 +30064,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30064
30064
  --pf-v5-global--BackgroundColor--100: #1b1d21;
30065
30065
  }
30066
30066
 
30067
- :root:where(.pf-theme-dark) .pf-v5-c-tooltip {
30067
+ :where(.pf-theme-dark) .pf-v5-c-tooltip {
30068
30068
  --pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
30069
30069
  --pf-v5-c-tooltip__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
30070
30070
  }
@@ -30586,10 +30586,10 @@ label.pf-v5-c-tree-view__node-text {
30586
30586
  --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));
30587
30587
  }
30588
30588
 
30589
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
30590
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30591
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30592
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
30589
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
30590
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30591
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30592
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
30593
30593
  --pf-v5-global--Color--100: #e0e0e0;
30594
30594
  --pf-v5-global--Color--200: #aaabac;
30595
30595
  --pf-v5-global--BorderColor--100: #444548;
@@ -30599,7 +30599,7 @@ label.pf-v5-c-tree-view__node-text {
30599
30599
  --pf-v5-global--BackgroundColor--100: #1b1d21;
30600
30600
  }
30601
30601
 
30602
- :root:where(.pf-theme-dark) .pf-v5-c-tree-view {
30602
+ :where(.pf-theme-dark) .pf-v5-c-tree-view {
30603
30603
  --pf-v5-c-tree-view__node--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
30604
30604
  --pf-v5-c-tree-view__node--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
30605
30605
  }
@@ -31093,10 +31093,10 @@ label.pf-v5-c-tree-view__node-text {
31093
31093
  margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
31094
31094
  }
31095
31095
 
31096
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header, :root:where(.pf-theme-dark) .pf-v5-c-about-modal-box, :root:where(.pf-theme-dark) .pf-v5-c-banner, :root:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :root:where(.pf-theme-dark) .pf-v5-c-login__header,
31097
- :root:where(.pf-theme-dark) .pf-v5-c-login__footer, :root:where(.pf-theme-dark) .pf-v5-c-masthead, :root:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
31098
- :root:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
31099
- :root:where(.pf-theme-dark) .pf-v5-c-page__header {
31096
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-theme-dark) .pf-v5-c-banner, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-theme-dark) .pf-v5-c-login__header,
31097
+ :where(.pf-theme-dark) .pf-v5-c-login__footer, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
31098
+ :where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
31099
+ :where(.pf-theme-dark) .pf-v5-c-page__header {
31100
31100
  --pf-v5-global--Color--100: #e0e0e0;
31101
31101
  --pf-v5-global--Color--200: #aaabac;
31102
31102
  --pf-v5-global--BorderColor--100: #444548;
@@ -31106,11 +31106,11 @@ label.pf-v5-c-tree-view__node-text {
31106
31106
  --pf-v5-global--BackgroundColor--100: #1b1d21;
31107
31107
  }
31108
31108
 
31109
- :root:where(.pf-theme-dark) .pf-v5-c-wizard {
31109
+ :where(.pf-theme-dark) .pf-v5-c-wizard {
31110
31110
  --pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
31111
31111
  --pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--palette--black-500);
31112
31112
  }
31113
- :root:where(.pf-theme-dark) .pf-v5-c-wizard__header {
31113
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header {
31114
31114
  color: var(--pf-v5-global--Color--100);
31115
31115
  }
31116
31116