@patternfly/patternfly 5.0.0-alpha.65 → 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.
- package/base/_variables.scss +1 -1
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +2 -2
- package/components/Accordion/accordion.css +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/Badge/badge.css +1 -1
- package/components/Banner/banner.css +3 -3
- package/components/Button/button.css +2 -2
- package/components/CalendarMonth/calendar-month.css +3 -3
- package/components/Card/card.css +2 -2
- package/components/Chip/chip.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/ContextSelector/context-selector.css +5 -5
- package/components/DataList/data-list.css +1 -1
- package/components/DatePicker/date-picker.css +1 -1
- package/components/DragDrop/drag-drop.css +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Dropdown/dropdown.css +3 -3
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/Form/form.css +1 -1
- package/components/FormControl/form-control.css +3 -3
- package/components/HelperText/helper-text.css +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/InputGroup/input-group.css +2 -2
- package/components/Label/label.css +1 -1
- package/components/LogViewer/log-viewer.css +2 -2
- package/components/Login/login.css +5 -5
- package/components/Masthead/masthead.css +5 -3
- package/components/Masthead/masthead.scss +2 -0
- package/components/Menu/menu.css +1 -1
- package/components/MenuToggle/menu-toggle.css +2 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/Nav/nav.css +6 -6
- package/components/NotificationBadge/notification-badge.css +1 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -1
- package/components/OptionsMenu/options-menu.css +2 -2
- package/components/Page/page.css +14 -14
- package/components/Pagination/pagination.css +1 -1
- package/components/Panel/panel.css +1 -1
- package/components/Popover/popover.css +1 -1
- package/components/Progress/progress.css +1 -1
- package/components/Select/select.css +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/Skeleton/skeleton.css +1 -1
- package/components/Switch/switch.css +1 -1
- package/components/Table/table.css +2 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/Tile/tile.css +1 -1
- package/components/ToggleGroup/toggle-group.css +1 -1
- package/components/Toolbar/toolbar.css +49 -15
- package/components/Toolbar/toolbar.scss +54 -18
- package/components/Tooltip/tooltip.css +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/docs/components/Toolbar/examples/Toolbar.md +4 -2
- package/package.json +1 -1
- package/patternfly-addons.css +78 -78
- package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -3
- package/patternfly-base-no-globals.css +3 -3
- package/patternfly-base-theme-dark-unversioned.css +3 -3
- package/patternfly-base.css +3 -3
- package/patternfly-charts-theme-dark-unversioned.css +1 -1
- package/patternfly-charts-theme-dark.css +1 -1
- package/patternfly-charts.css +1 -1
- package/patternfly-charts.scss +1 -1
- package/patternfly-no-globals.css +358 -322
- package/patternfly-theme-dark-unversioned.css +358 -322
- package/patternfly.css +358 -322
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +2 -2
- package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
- package/utilities/BackgroundColor/BackgroundColor.css +30 -30
- 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
|
-
:
|
|
318
|
-
:
|
|
319
|
-
:
|
|
320
|
-
:
|
|
317
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
318
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
319
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
320
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
321
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
|
-
:
|
|
330
|
+
:where(.pf-v5-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;
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
font-variant-numeric: tabular-nums;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
-
:
|
|
549
|
+
:where(.pf-v5-theme-dark) {
|
|
550
550
|
color-scheme: dark;
|
|
551
551
|
}
|
|
552
552
|
|
|
@@ -5500,10 +5500,10 @@
|
|
|
5500
5500
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
|
5501
5501
|
}
|
|
5502
5502
|
|
|
5503
|
-
:
|
|
5504
|
-
:
|
|
5505
|
-
:
|
|
5506
|
-
:
|
|
5503
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
5504
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5505
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
5506
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5507
5507
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
5508
5508
|
--pf-v5-global--Color--200: #aaabac;
|
|
5509
5509
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -5513,7 +5513,7 @@
|
|
|
5513
5513
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5514
5514
|
}
|
|
5515
5515
|
|
|
5516
|
-
:
|
|
5516
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5517
5517
|
color: var(--pf-v5-global--Color--100);
|
|
5518
5518
|
}
|
|
5519
5519
|
|
|
@@ -5730,10 +5730,10 @@
|
|
|
5730
5730
|
--pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
5731
5731
|
}
|
|
5732
5732
|
|
|
5733
|
-
:
|
|
5734
|
-
:
|
|
5735
|
-
:
|
|
5736
|
-
:
|
|
5733
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
5734
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5735
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
5736
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5737
5737
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
5738
5738
|
--pf-v5-global--Color--200: #aaabac;
|
|
5739
5739
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -5743,7 +5743,7 @@
|
|
|
5743
5743
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5744
5744
|
}
|
|
5745
5745
|
|
|
5746
|
-
:
|
|
5746
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-accordion {
|
|
5747
5747
|
--pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
5748
5748
|
--pf-v5-c-accordion__toggle--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
5749
5749
|
--pf-v5-c-accordion__toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -5977,10 +5977,10 @@
|
|
|
5977
5977
|
margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
|
|
5978
5978
|
}
|
|
5979
5979
|
|
|
5980
|
-
:
|
|
5981
|
-
:
|
|
5982
|
-
:
|
|
5983
|
-
:
|
|
5980
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
5981
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5982
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
5983
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5984
5984
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
5985
5985
|
--pf-v5-global--Color--200: #aaabac;
|
|
5986
5986
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -5990,7 +5990,7 @@
|
|
|
5990
5990
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5991
5991
|
}
|
|
5992
5992
|
|
|
5993
|
-
:
|
|
5993
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-alert {
|
|
5994
5994
|
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
5995
5995
|
--pf-v5-c-alert--m-custom__title--Color: var(--pf-v5-global--custom-color--200);
|
|
5996
5996
|
--pf-v5-c-alert--m-success__title--Color: var(--pf-v5-global--success-color--100);
|
|
@@ -6285,10 +6285,10 @@
|
|
|
6285
6285
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
6286
6286
|
}
|
|
6287
6287
|
|
|
6288
|
-
:
|
|
6289
|
-
:
|
|
6290
|
-
:
|
|
6291
|
-
:
|
|
6288
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6289
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6290
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6291
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6292
6292
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
6293
6293
|
--pf-v5-global--Color--200: #aaabac;
|
|
6294
6294
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -6298,7 +6298,7 @@
|
|
|
6298
6298
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6299
6299
|
}
|
|
6300
6300
|
|
|
6301
|
-
:
|
|
6301
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-app-launcher {
|
|
6302
6302
|
--pf-v5-c-app-launcher__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
6303
6303
|
--pf-v5-c-app-launcher__menu--Top: 100%;
|
|
6304
6304
|
--pf-v5-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -6658,10 +6658,10 @@
|
|
|
6658
6658
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
|
|
6659
6659
|
}
|
|
6660
6660
|
|
|
6661
|
-
:
|
|
6662
|
-
:
|
|
6663
|
-
:
|
|
6664
|
-
:
|
|
6661
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6662
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6663
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6664
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6665
6665
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
6666
6666
|
--pf-v5-global--Color--200: #aaabac;
|
|
6667
6667
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -6671,7 +6671,7 @@
|
|
|
6671
6671
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6672
6672
|
}
|
|
6673
6673
|
|
|
6674
|
-
:
|
|
6674
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-badge {
|
|
6675
6675
|
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
6676
6676
|
--pf-v5-c-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
|
|
6677
6677
|
--pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
@@ -6762,10 +6762,10 @@
|
|
|
6762
6762
|
cursor: not-allowed;
|
|
6763
6763
|
}
|
|
6764
6764
|
|
|
6765
|
-
:
|
|
6766
|
-
:
|
|
6767
|
-
:
|
|
6768
|
-
:
|
|
6765
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6766
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6767
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6768
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6769
6769
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
6770
6770
|
--pf-v5-global--Color--200: #aaabac;
|
|
6771
6771
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -6775,10 +6775,10 @@
|
|
|
6775
6775
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6776
6776
|
}
|
|
6777
6777
|
|
|
6778
|
-
:
|
|
6778
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
6779
6779
|
color: var(false);
|
|
6780
6780
|
}
|
|
6781
|
-
:
|
|
6781
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
|
|
6782
6782
|
--pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
|
|
6783
6783
|
}
|
|
6784
6784
|
|
|
@@ -7443,10 +7443,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7443
7443
|
margin-left: var(--pf-v5-c-button__count--MarginLeft);
|
|
7444
7444
|
}
|
|
7445
7445
|
|
|
7446
|
-
:
|
|
7447
|
-
:
|
|
7448
|
-
:
|
|
7449
|
-
:
|
|
7446
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
7447
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7448
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
7449
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
7450
7450
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
7451
7451
|
--pf-v5-global--Color--200: #aaabac;
|
|
7452
7452
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -7456,7 +7456,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7456
7456
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7457
7457
|
}
|
|
7458
7458
|
|
|
7459
|
-
:
|
|
7459
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-button {
|
|
7460
7460
|
--pf-v5-c-button--disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
7461
7461
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7462
7462
|
--pf-v5-c-button--m-primary--Color: var(--pf-v5-global--primary-color--400);
|
|
@@ -7496,7 +7496,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7496
7496
|
--pf-v5-c-button--m-control--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
7497
7497
|
--pf-v5-c-button--m-primary__c-badge--BorderColor: var(--pf-v5-global--Color--100);
|
|
7498
7498
|
}
|
|
7499
|
-
:
|
|
7499
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-button.pf-m-control:disabled::after {
|
|
7500
7500
|
border: 0;
|
|
7501
7501
|
border-bottom: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--palette--black-700);
|
|
7502
7502
|
}
|
|
@@ -7689,10 +7689,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7689
7689
|
pointer-events: none;
|
|
7690
7690
|
}
|
|
7691
7691
|
|
|
7692
|
-
:
|
|
7693
|
-
:
|
|
7694
|
-
:
|
|
7695
|
-
:
|
|
7692
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
7693
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7694
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
7695
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
7696
7696
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
7697
7697
|
--pf-v5-global--Color--200: #aaabac;
|
|
7698
7698
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -7702,7 +7702,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7702
7702
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7703
7703
|
}
|
|
7704
7704
|
|
|
7705
|
-
:
|
|
7705
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-calendar-month {
|
|
7706
7706
|
--pf-v5-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
7707
7707
|
--pf-v5-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7708
7708
|
--pf-v5-c-calendar-month__dates-cell--m-selected__date--Color: var(--pf-v5-global--primary-color--400);
|
|
@@ -7715,11 +7715,11 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7715
7715
|
--pf-v5-c-calendar-month__date--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
7716
7716
|
--pf-v5-c-calendar-month__date--focus--after--BorderColor: transparent;
|
|
7717
7717
|
}
|
|
7718
|
-
:
|
|
7718
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-calendar-month__date:hover, :where(.pf-v5-theme-dark) .pf-v5-c-calendar-month__date.pf-m-hover {
|
|
7719
7719
|
--pf-v5-c-calendar-month__date--after--BorderColor: var(--pf-v5-global--BorderColor--100);
|
|
7720
7720
|
--pf-v5-c-calendar-month__date--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
7721
7721
|
}
|
|
7722
|
-
:
|
|
7722
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-calendar-month__date:focus, :where(.pf-v5-theme-dark) .pf-v5-c-calendar-month__date.pf-m-focus {
|
|
7723
7723
|
--pf-v5-c-calendar-month__date--after--BorderColor: var(--pf-v5-global--active-color--100);
|
|
7724
7724
|
--pf-v5-c-calendar-month__date--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
7725
7725
|
--pf-v5-c-calendar-month__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
@@ -8116,10 +8116,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8116
8116
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
8117
8117
|
}
|
|
8118
8118
|
|
|
8119
|
-
:
|
|
8120
|
-
:
|
|
8121
|
-
:
|
|
8122
|
-
:
|
|
8119
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8120
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8121
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8122
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8123
8123
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
8124
8124
|
--pf-v5-global--Color--200: #aaabac;
|
|
8125
8125
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -8129,8 +8129,8 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8129
8129
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8130
8130
|
}
|
|
8131
8131
|
|
|
8132
|
-
:
|
|
8133
|
-
:
|
|
8132
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-card,
|
|
8133
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
|
|
8134
8134
|
--pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
|
|
8135
8135
|
--pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
8136
8136
|
--pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
@@ -8308,10 +8308,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8308
8308
|
line-height: 1;
|
|
8309
8309
|
}
|
|
8310
8310
|
|
|
8311
|
-
:
|
|
8312
|
-
:
|
|
8313
|
-
:
|
|
8314
|
-
:
|
|
8311
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8312
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8313
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8314
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8315
8315
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
8316
8316
|
--pf-v5-global--Color--200: #aaabac;
|
|
8317
8317
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -8321,7 +8321,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8321
8321
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8322
8322
|
}
|
|
8323
8323
|
|
|
8324
|
-
:
|
|
8324
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-chip {
|
|
8325
8325
|
--pf-v5-c-chip--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
8326
8326
|
--pf-v5-c-chip--before--BorderColor: var(--pf-v5-global--BorderColor--100);
|
|
8327
8327
|
--pf-v5-c-chip--m-draggable--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
@@ -8499,10 +8499,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8499
8499
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
8500
8500
|
}
|
|
8501
8501
|
|
|
8502
|
-
:
|
|
8503
|
-
:
|
|
8504
|
-
:
|
|
8505
|
-
:
|
|
8502
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8503
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8504
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8505
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8506
8506
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
8507
8507
|
--pf-v5-global--Color--200: #aaabac;
|
|
8508
8508
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -8512,14 +8512,14 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8512
8512
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8513
8513
|
}
|
|
8514
8514
|
|
|
8515
|
-
:
|
|
8515
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy {
|
|
8516
8516
|
--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
8517
8517
|
}
|
|
8518
|
-
:
|
|
8518
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy__group > * + * {
|
|
8519
8519
|
margin-left: 0;
|
|
8520
8520
|
border-left: 1px solid var(--pf-v5-global--palette--black-700) !important;
|
|
8521
8521
|
}
|
|
8522
|
-
:
|
|
8522
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy__expandable-content {
|
|
8523
8523
|
border: 0;
|
|
8524
8524
|
}
|
|
8525
8525
|
|
|
@@ -8698,10 +8698,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8698
8698
|
margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
8699
8699
|
}
|
|
8700
8700
|
|
|
8701
|
-
:
|
|
8702
|
-
:
|
|
8703
|
-
:
|
|
8704
|
-
:
|
|
8701
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8702
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8703
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8704
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8705
8705
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
8706
8706
|
--pf-v5-global--Color--200: #aaabac;
|
|
8707
8707
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -8711,7 +8711,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8711
8711
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8712
8712
|
}
|
|
8713
8713
|
|
|
8714
|
-
:
|
|
8714
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-code-editor__controls > * + * {
|
|
8715
8715
|
border-left: 1px solid var(--pf-v5-global--palette--black-700);
|
|
8716
8716
|
}
|
|
8717
8717
|
|
|
@@ -9262,10 +9262,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9262
9262
|
pointer-events: none;
|
|
9263
9263
|
}
|
|
9264
9264
|
|
|
9265
|
-
:
|
|
9266
|
-
:
|
|
9267
|
-
:
|
|
9268
|
-
:
|
|
9265
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
9266
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
9267
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
9268
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
9269
9269
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
9270
9270
|
--pf-v5-global--Color--200: #aaabac;
|
|
9271
9271
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -9275,20 +9275,20 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9275
9275
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
9276
9276
|
}
|
|
9277
9277
|
|
|
9278
|
-
:
|
|
9278
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector {
|
|
9279
9279
|
--pf-v5-c-context-selector__menu--Top: 100%;
|
|
9280
9280
|
--pf-v5-c-context-selector__menu-list-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
9281
9281
|
}
|
|
9282
|
-
:
|
|
9282
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector__toggle {
|
|
9283
9283
|
background: var(--pf-v5-global--BackgroundColor--400);
|
|
9284
9284
|
}
|
|
9285
|
-
:
|
|
9285
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector__toggle.pf-m-plain {
|
|
9286
9286
|
background: transparent;
|
|
9287
9287
|
}
|
|
9288
|
-
:
|
|
9288
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector__menu {
|
|
9289
9289
|
background: var(--pf-v5-global--BackgroundColor--300);
|
|
9290
9290
|
}
|
|
9291
|
-
:
|
|
9291
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector__menu-footer {
|
|
9292
9292
|
border-top: 1px solid var(--pf-v5-global--BorderColor--300);
|
|
9293
9293
|
}
|
|
9294
9294
|
|
|
@@ -10134,10 +10134,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10134
10134
|
padding: 0;
|
|
10135
10135
|
}
|
|
10136
10136
|
|
|
10137
|
-
:
|
|
10138
|
-
:
|
|
10139
|
-
:
|
|
10140
|
-
:
|
|
10137
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
10138
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10139
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
10140
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
10141
10141
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
10142
10142
|
--pf-v5-global--Color--200: #aaabac;
|
|
10143
10143
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -10147,7 +10147,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10147
10147
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10148
10148
|
}
|
|
10149
10149
|
|
|
10150
|
-
:
|
|
10150
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-data-list {
|
|
10151
10151
|
--pf-v5-c-data-list--BorderTopColor: var(--pf-v5-global--BorderColor--100);
|
|
10152
10152
|
--pf-v5-c-data-list--sm--BorderTopColor: var(--pf-v5-global--BorderColor--100);
|
|
10153
10153
|
--pf-v5-c-data-list__item--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
|
|
@@ -10539,10 +10539,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10539
10539
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
10540
10540
|
}
|
|
10541
10541
|
|
|
10542
|
-
:
|
|
10543
|
-
:
|
|
10544
|
-
:
|
|
10545
|
-
:
|
|
10542
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
10543
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10544
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
10545
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
10546
10546
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
10547
10547
|
--pf-v5-global--Color--200: #aaabac;
|
|
10548
10548
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -10552,7 +10552,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10552
10552
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10553
10553
|
}
|
|
10554
10554
|
|
|
10555
|
-
:
|
|
10555
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-droppable {
|
|
10556
10556
|
--pf-v5-c-droppable--m-dragging--before--Opacity: .2;
|
|
10557
10557
|
}
|
|
10558
10558
|
|
|
@@ -10855,10 +10855,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10855
10855
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
10856
10856
|
}
|
|
10857
10857
|
|
|
10858
|
-
:
|
|
10859
|
-
:
|
|
10860
|
-
:
|
|
10861
|
-
:
|
|
10858
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
10859
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10860
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
10861
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
10862
10862
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
10863
10863
|
--pf-v5-global--Color--200: #aaabac;
|
|
10864
10864
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -10868,13 +10868,14 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10868
10868
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10869
10869
|
}
|
|
10870
10870
|
|
|
10871
|
-
:
|
|
10871
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-dual-list-selector {
|
|
10872
10872
|
--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
10873
10873
|
--pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
10874
10874
|
--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
10875
10875
|
}
|
|
10876
10876
|
|
|
10877
10877
|
.pf-v5-c-toolbar {
|
|
10878
|
+
--pf-v5-c-toolbar--AlignItems--base: flex-start;
|
|
10878
10879
|
--pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
10879
10880
|
--pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
|
|
10880
10881
|
--pf-v5-c-toolbar--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
|
@@ -10884,18 +10885,20 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10884
10885
|
--pf-v5-c-toolbar__item--Display: block;
|
|
10885
10886
|
--pf-v5-c-toolbar__item--MinWidth--base: auto;
|
|
10886
10887
|
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
|
10888
|
+
--pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
|
|
10887
10889
|
--pf-v5-c-toolbar__group--Display: flex;
|
|
10888
|
-
--pf-v5-c-toolbar__group--AlignItems:
|
|
10890
|
+
--pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
|
|
10889
10891
|
--pf-v5-c-toolbar__group--AlignSelf: auto;
|
|
10890
10892
|
--pf-v5-c-toolbar__group--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
|
|
10891
10893
|
--pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
10892
10894
|
--pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
|
|
10893
10895
|
--pf-v5-c-toolbar__content--Display: flex;
|
|
10896
|
+
--pf-v5-c-toolbar__content--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
|
|
10894
10897
|
--pf-v5-c-toolbar__content--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
|
10895
10898
|
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
10896
10899
|
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
10897
10900
|
--pf-v5-c-toolbar__content-section--Display: flex;
|
|
10898
|
-
--pf-v5-c-toolbar__content-section--AlignItems:
|
|
10901
|
+
--pf-v5-c-toolbar__content-section--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
|
|
10899
10902
|
--pf-v5-c-toolbar__content-section--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
|
|
10900
10903
|
--pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-global--spacer--md);
|
|
10901
10904
|
--pf-v5-c-toolbar--m-page-insets--xl--inset: var(--pf-v5-global--spacer--lg);
|
|
@@ -10914,8 +10917,8 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10914
10917
|
--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-v5-global--spacer--md);
|
|
10915
10918
|
--pf-v5-c-toolbar--spacer--base: var(--pf-v5-global--spacer--md);
|
|
10916
10919
|
--pf-v5-c-toolbar__item--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
|
10917
|
-
--pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
|
10918
10920
|
--pf-v5-c-toolbar__item--Width: auto;
|
|
10921
|
+
--pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
|
10919
10922
|
--pf-v5-c-toolbar__group--m-toggle-group--spacer: var(--pf-v5-global--spacer--sm);
|
|
10920
10923
|
--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
|
10921
10924
|
--pf-v5-c-toolbar__group--m-icon-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
|
@@ -10940,7 +10943,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10940
10943
|
--pf-v5-c-toolbar--m-full-height--PaddingTop: 0;
|
|
10941
10944
|
--pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
|
|
10942
10945
|
--pf-v5-c-toolbar--m-full-height__item--Display: flex;
|
|
10943
|
-
--pf-v5-c-toolbar--m-full-height__item--AlignItems:
|
|
10946
|
+
--pf-v5-c-toolbar--m-full-height__item--AlignItems: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
10944
10947
|
position: relative;
|
|
10945
10948
|
display: grid;
|
|
10946
10949
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
|
@@ -10990,8 +10993,8 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10990
10993
|
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
|
|
10991
10994
|
align-self: stretch;
|
|
10992
10995
|
}
|
|
10993
|
-
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
|
|
10994
|
-
|
|
10996
|
+
.pf-v5-c-toolbar.pf-m-full-height :where(.pf-v5-c-toolbar__item) {
|
|
10997
|
+
--pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--m-full-height__item--AlignItems);
|
|
10995
10998
|
}
|
|
10996
10999
|
.pf-v5-c-toolbar.pf-m-static,
|
|
10997
11000
|
.pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__content {
|
|
@@ -11013,27 +11016,39 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11013
11016
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
|
11014
11017
|
--pf-v5-c-toolbar--spacer: 0;
|
|
11015
11018
|
}
|
|
11016
|
-
|
|
11017
|
-
.pf-v5-c-toolbar__group {
|
|
11018
|
-
|
|
11019
|
-
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
|
|
11020
|
-
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
11021
|
-
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
11022
|
-
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
11023
|
-
margin-right: var(--pf-v5-c-toolbar--spacer);
|
|
11019
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-start,
|
|
11020
|
+
.pf-v5-c-toolbar__group.pf-m-align-items-start {
|
|
11021
|
+
align-items: flex-start;
|
|
11024
11022
|
}
|
|
11023
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-center,
|
|
11025
11024
|
.pf-v5-c-toolbar__group.pf-m-align-items-center {
|
|
11026
11025
|
align-items: center;
|
|
11027
11026
|
}
|
|
11027
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-baseline,
|
|
11028
11028
|
.pf-v5-c-toolbar__group.pf-m-align-items-baseline {
|
|
11029
11029
|
align-items: baseline;
|
|
11030
11030
|
}
|
|
11031
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-self-start,
|
|
11032
|
+
.pf-v5-c-toolbar__group.pf-m-align-self-start {
|
|
11033
|
+
align-self: flex-start;
|
|
11034
|
+
}
|
|
11035
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-self-center,
|
|
11031
11036
|
.pf-v5-c-toolbar__group.pf-m-align-self-center {
|
|
11032
11037
|
align-self: center;
|
|
11033
11038
|
}
|
|
11039
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-self-baseline,
|
|
11034
11040
|
.pf-v5-c-toolbar__group.pf-m-align-self-baseline {
|
|
11035
11041
|
align-self: baseline;
|
|
11036
11042
|
}
|
|
11043
|
+
|
|
11044
|
+
.pf-v5-c-toolbar__group {
|
|
11045
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
|
11046
|
+
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
|
|
11047
|
+
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
11048
|
+
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
11049
|
+
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
11050
|
+
margin-right: var(--pf-v5-c-toolbar--spacer);
|
|
11051
|
+
}
|
|
11037
11052
|
.pf-v5-c-toolbar__group.pf-m-button-group {
|
|
11038
11053
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
|
11039
11054
|
}
|
|
@@ -11074,6 +11089,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11074
11089
|
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width);
|
|
11075
11090
|
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth);
|
|
11076
11091
|
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__item--Display);
|
|
11092
|
+
align-items: var(--pf-v5-c-toolbar__item--AlignItems);
|
|
11077
11093
|
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
|
11078
11094
|
width: var(--pf-v5-c-toolbar__item--Width--base);
|
|
11079
11095
|
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
|
@@ -11129,6 +11145,18 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11129
11145
|
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-2xl, var(--pf-v5-c-toolbar__item--MinWidth-on-xl, var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth))))));
|
|
11130
11146
|
}
|
|
11131
11147
|
}
|
|
11148
|
+
.pf-v5-c-toolbar__item.pf-m-align-items-start {
|
|
11149
|
+
align-items: flex-start;
|
|
11150
|
+
}
|
|
11151
|
+
.pf-v5-c-toolbar__item.pf-m-align-items-center {
|
|
11152
|
+
align-items: center;
|
|
11153
|
+
}
|
|
11154
|
+
.pf-v5-c-toolbar__item.pf-m-align-items-baseline {
|
|
11155
|
+
align-items: baseline;
|
|
11156
|
+
}
|
|
11157
|
+
.pf-v5-c-toolbar__item.pf-m-align-self-start {
|
|
11158
|
+
align-self: flex-start;
|
|
11159
|
+
}
|
|
11132
11160
|
.pf-v5-c-toolbar__item.pf-m-align-self-center {
|
|
11133
11161
|
align-self: center;
|
|
11134
11162
|
}
|
|
@@ -11185,7 +11213,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11185
11213
|
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content--Display);
|
|
11186
11214
|
position: relative;
|
|
11187
11215
|
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
|
11188
|
-
align-items:
|
|
11216
|
+
align-items: var(--pf-v5-c-toolbar__content--AlignItems);
|
|
11189
11217
|
padding-right: var(--pf-v5-c-toolbar__content--PaddingRight);
|
|
11190
11218
|
padding-left: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
|
11191
11219
|
}
|
|
@@ -11196,9 +11224,15 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11196
11224
|
align-items: var(--pf-v5-c-toolbar__content-section--AlignItems);
|
|
11197
11225
|
width: 100%;
|
|
11198
11226
|
}
|
|
11227
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-start {
|
|
11228
|
+
align-items: flex-start;
|
|
11229
|
+
}
|
|
11199
11230
|
.pf-v5-c-toolbar__content-section.pf-m-align-items-center {
|
|
11200
11231
|
align-items: center;
|
|
11201
11232
|
}
|
|
11233
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-baseline {
|
|
11234
|
+
align-items: baseline;
|
|
11235
|
+
}
|
|
11202
11236
|
|
|
11203
11237
|
.pf-v5-c-toolbar__expandable-content {
|
|
11204
11238
|
position: absolute;
|
|
@@ -12063,10 +12097,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12063
12097
|
min-width: min-content;
|
|
12064
12098
|
}
|
|
12065
12099
|
|
|
12066
|
-
:
|
|
12067
|
-
:
|
|
12068
|
-
:
|
|
12069
|
-
:
|
|
12100
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
12101
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
12102
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
12103
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
12070
12104
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
12071
12105
|
--pf-v5-global--Color--200: #aaabac;
|
|
12072
12106
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -12076,7 +12110,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12076
12110
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
12077
12111
|
}
|
|
12078
12112
|
|
|
12079
|
-
:
|
|
12113
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-date-picker {
|
|
12080
12114
|
--pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
12081
12115
|
--pf-v5-c-date-picker__calendar--Top: 100%;
|
|
12082
12116
|
}
|
|
@@ -13194,10 +13228,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13194
13228
|
display: none;
|
|
13195
13229
|
}
|
|
13196
13230
|
}
|
|
13197
|
-
:
|
|
13198
|
-
:
|
|
13199
|
-
:
|
|
13200
|
-
:
|
|
13231
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
13232
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
13233
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
13234
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
13201
13235
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
13202
13236
|
--pf-v5-global--Color--200: #aaabac;
|
|
13203
13237
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -13207,11 +13241,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13207
13241
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13208
13242
|
}
|
|
13209
13243
|
|
|
13210
|
-
:
|
|
13244
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-drawer {
|
|
13211
13245
|
--pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
13212
13246
|
--pf-v5-c-drawer__splitter--BackgroundColor: transparent;
|
|
13213
13247
|
}
|
|
13214
|
-
:
|
|
13248
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-drawer.pf-m-inline, :where(.pf-v5-theme-dark) .pf-v5-c-drawer.pf-m-static {
|
|
13215
13249
|
--pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
13216
13250
|
}
|
|
13217
13251
|
|
|
@@ -13864,10 +13898,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13864
13898
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
13865
13899
|
}
|
|
13866
13900
|
|
|
13867
|
-
:
|
|
13868
|
-
:
|
|
13869
|
-
:
|
|
13870
|
-
:
|
|
13901
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
13902
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
13903
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
13904
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
13871
13905
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
13872
13906
|
--pf-v5-global--Color--200: #aaabac;
|
|
13873
13907
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -13877,7 +13911,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13877
13911
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13878
13912
|
}
|
|
13879
13913
|
|
|
13880
|
-
:
|
|
13914
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-dropdown {
|
|
13881
13915
|
--pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
13882
13916
|
--pf-v5-c-dropdown__toggle--before--BorderTopColor: transparent;
|
|
13883
13917
|
--pf-v5-c-dropdown__toggle--before--BorderRightColor: transparent;
|
|
@@ -13892,10 +13926,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13892
13926
|
--pf-v5-c-dropdown--m-top__menu--TranslateY: -100%;
|
|
13893
13927
|
--pf-v5-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
13894
13928
|
}
|
|
13895
|
-
:
|
|
13929
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
|
|
13896
13930
|
color: var(--pf-v5-global--palette--black-100);
|
|
13897
13931
|
}
|
|
13898
|
-
:
|
|
13932
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle.pf-m-plain {
|
|
13899
13933
|
background: transparent;
|
|
13900
13934
|
}
|
|
13901
13935
|
|
|
@@ -14720,10 +14754,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14720
14754
|
margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
14721
14755
|
}
|
|
14722
14756
|
|
|
14723
|
-
:
|
|
14724
|
-
:
|
|
14725
|
-
:
|
|
14726
|
-
:
|
|
14757
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
14758
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
14759
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
14760
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
14727
14761
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
14728
14762
|
--pf-v5-global--Color--200: #aaabac;
|
|
14729
14763
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -14733,7 +14767,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14733
14767
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14734
14768
|
}
|
|
14735
14769
|
|
|
14736
|
-
:
|
|
14770
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-form {
|
|
14737
14771
|
--pf-v5-c-form__helper-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
14738
14772
|
}
|
|
14739
14773
|
|
|
@@ -14998,10 +15032,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14998
15032
|
pointer-events: none;
|
|
14999
15033
|
}
|
|
15000
15034
|
|
|
15001
|
-
:
|
|
15002
|
-
:
|
|
15003
|
-
:
|
|
15004
|
-
:
|
|
15035
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15036
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15037
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15038
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15005
15039
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
15006
15040
|
--pf-v5-global--Color--200: #aaabac;
|
|
15007
15041
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -15011,7 +15045,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15011
15045
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15012
15046
|
}
|
|
15013
15047
|
|
|
15014
|
-
:
|
|
15048
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-form-control {
|
|
15015
15049
|
--pf-v5-c-form-control--BorderTopColor: transparent;
|
|
15016
15050
|
--pf-v5-c-form-control--BorderRightColor: transparent;
|
|
15017
15051
|
--pf-v5-c-form-control--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
|
|
@@ -15022,10 +15056,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15022
15056
|
--pf-v5-c-form-control--readonly--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
15023
15057
|
color: var(--pf-v5-global--Color--100);
|
|
15024
15058
|
}
|
|
15025
|
-
:
|
|
15059
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-form-control::-webkit-calendar-picker-indicator {
|
|
15026
15060
|
filter: invert(1);
|
|
15027
15061
|
}
|
|
15028
|
-
:
|
|
15062
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-form-control.pf-m-readonly {
|
|
15029
15063
|
border-bottom-color: var(--pf-v5-global--palette--black-700);
|
|
15030
15064
|
}
|
|
15031
15065
|
|
|
@@ -15090,10 +15124,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15090
15124
|
margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
15091
15125
|
}
|
|
15092
15126
|
|
|
15093
|
-
:
|
|
15094
|
-
:
|
|
15095
|
-
:
|
|
15096
|
-
:
|
|
15127
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15128
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15129
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15130
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15097
15131
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
15098
15132
|
--pf-v5-global--Color--200: #aaabac;
|
|
15099
15133
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -15103,7 +15137,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15103
15137
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15104
15138
|
}
|
|
15105
15139
|
|
|
15106
|
-
:
|
|
15140
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-hint {
|
|
15107
15141
|
--pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
15108
15142
|
--pf-v5-c-hint--BorderColor: var(--pf-v5-global--BorderColor--300);
|
|
15109
15143
|
}
|
|
@@ -15182,10 +15216,10 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15182
15216
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
15183
15217
|
}
|
|
15184
15218
|
|
|
15185
|
-
:
|
|
15186
|
-
:
|
|
15187
|
-
:
|
|
15188
|
-
:
|
|
15219
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15220
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15221
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15222
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15189
15223
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
15190
15224
|
--pf-v5-global--Color--200: #aaabac;
|
|
15191
15225
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -15195,7 +15229,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15195
15229
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15196
15230
|
}
|
|
15197
15231
|
|
|
15198
|
-
:
|
|
15232
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
|
|
15199
15233
|
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
15200
15234
|
}
|
|
15201
15235
|
|
|
@@ -15472,10 +15506,10 @@ label.pf-v5-c-input-group__text {
|
|
|
15472
15506
|
cursor: pointer;
|
|
15473
15507
|
}
|
|
15474
15508
|
|
|
15475
|
-
:
|
|
15476
|
-
:
|
|
15477
|
-
:
|
|
15478
|
-
:
|
|
15509
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15510
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15511
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15512
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15479
15513
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
15480
15514
|
--pf-v5-global--Color--200: #aaabac;
|
|
15481
15515
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -15485,7 +15519,7 @@ label.pf-v5-c-input-group__text {
|
|
|
15485
15519
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15486
15520
|
}
|
|
15487
15521
|
|
|
15488
|
-
:
|
|
15522
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-input-group {
|
|
15489
15523
|
--pf-v5-c-input-group__item--BorderLeftWidth: var(--pf-v5-c-input-group__item--BorderWidth--base);
|
|
15490
15524
|
--pf-v5-c-input-group__item--BorderLeftColor: var(--pf-v5-global--palette--black-700);
|
|
15491
15525
|
--pf-v5-c-input-group__item--m-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -15497,7 +15531,7 @@ label.pf-v5-c-input-group__text {
|
|
|
15497
15531
|
--pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
|
|
15498
15532
|
--pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--300);
|
|
15499
15533
|
}
|
|
15500
|
-
:
|
|
15534
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-input-group > * + * {
|
|
15501
15535
|
--pf-v5-c-input-group__item--m-box--BorderLeftColor: var(--pf-v5-c-input-group__item--BorderLeftColor);
|
|
15502
15536
|
border-left: var(--pf-v5-c-input-group__item--BorderLeftWidth) solid var(--pf-v5-c-input-group__item--BorderLeftColor);
|
|
15503
15537
|
}
|
|
@@ -16169,10 +16203,10 @@ button.pf-v5-c-label__content:focus {
|
|
|
16169
16203
|
margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
16170
16204
|
}
|
|
16171
16205
|
|
|
16172
|
-
:
|
|
16173
|
-
:
|
|
16174
|
-
:
|
|
16175
|
-
:
|
|
16206
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
16207
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16208
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16209
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
16176
16210
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
16177
16211
|
--pf-v5-global--Color--200: #aaabac;
|
|
16178
16212
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -16182,7 +16216,7 @@ button.pf-v5-c-label__content:focus {
|
|
|
16182
16216
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16183
16217
|
}
|
|
16184
16218
|
|
|
16185
|
-
:
|
|
16219
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-label {
|
|
16186
16220
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
16187
16221
|
--pf-v5-c-label--m-blue--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
16188
16222
|
--pf-v5-c-label--m-green--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -16620,10 +16654,10 @@ ul.pf-v5-c-list {
|
|
|
16620
16654
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
16621
16655
|
}
|
|
16622
16656
|
|
|
16623
|
-
:
|
|
16624
|
-
:
|
|
16625
|
-
:
|
|
16626
|
-
:
|
|
16657
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
16658
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16659
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16660
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
16627
16661
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
16628
16662
|
--pf-v5-global--Color--200: #aaabac;
|
|
16629
16663
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -16633,7 +16667,7 @@ ul.pf-v5-c-list {
|
|
|
16633
16667
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16634
16668
|
}
|
|
16635
16669
|
|
|
16636
|
-
:
|
|
16670
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
|
16637
16671
|
color: var(--pf-v5-global--Color--100);
|
|
16638
16672
|
}
|
|
16639
16673
|
|
|
@@ -16901,10 +16935,10 @@ ul.pf-v5-c-list {
|
|
|
16901
16935
|
padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
|
16902
16936
|
}
|
|
16903
16937
|
|
|
16904
|
-
:
|
|
16905
|
-
:
|
|
16906
|
-
:
|
|
16907
|
-
:
|
|
16938
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
16939
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16940
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16941
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
|
16908
16942
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
16909
16943
|
--pf-v5-global--Color--200: #aaabac;
|
|
16910
16944
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -16914,11 +16948,11 @@ ul.pf-v5-c-list {
|
|
|
16914
16948
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16915
16949
|
}
|
|
16916
16950
|
|
|
16917
|
-
:
|
|
16951
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login {
|
|
16918
16952
|
--pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
16919
16953
|
}
|
|
16920
|
-
:
|
|
16921
|
-
:
|
|
16954
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16955
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
|
16922
16956
|
color: var(--pf-v5-global--Color--100);
|
|
16923
16957
|
}
|
|
16924
16958
|
|
|
@@ -16993,6 +17027,7 @@ ul.pf-v5-c-list {
|
|
|
16993
17027
|
--pf-v5-c-masthead--c-menu-toggle--before--BorderLeftColor: var(--pf-v5-c-masthead--item-border-color--base);
|
|
16994
17028
|
--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderTopColor: transparent;
|
|
16995
17029
|
--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderBottomColor: transparent;
|
|
17030
|
+
--pf-v5-c-masthead--c-toolbar--AlignItems--base: center;
|
|
16996
17031
|
--pf-v5-c-masthead--c-toolbar__content--PaddingRight: 0;
|
|
16997
17032
|
--pf-v5-c-masthead--c-toolbar__content--PaddingLeft: 0;
|
|
16998
17033
|
--pf-v5-c-masthead--c-toolbar__expandable-content--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
@@ -17065,6 +17100,7 @@ ul.pf-v5-c-list {
|
|
|
17065
17100
|
--pf-v5-c-masthead__main--BorderBottomColor: var(--pf-v5-c-masthead--m-light-200__main--BorderBottomColor);
|
|
17066
17101
|
}
|
|
17067
17102
|
.pf-v5-c-masthead .pf-v5-c-toolbar {
|
|
17103
|
+
--pf-v5-c-toolbar--AlignItems--base: var(--pf-v5-c-masthead--c-toolbar--AlignItems--base);
|
|
17068
17104
|
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-masthead--c-toolbar__content--PaddingRight);
|
|
17069
17105
|
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-masthead--c-toolbar__content--PaddingLeft);
|
|
17070
17106
|
--pf-v5-c-toolbar__expandable-content--PaddingTop: var(--pf-v5-c-masthead--c-toolbar__expandable-content--PaddingTop);
|
|
@@ -17542,10 +17578,10 @@ ul.pf-v5-c-list {
|
|
|
17542
17578
|
}
|
|
17543
17579
|
}
|
|
17544
17580
|
|
|
17545
|
-
:
|
|
17546
|
-
:
|
|
17547
|
-
:
|
|
17548
|
-
:
|
|
17581
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
17582
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17583
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
17584
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
|
17549
17585
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
17550
17586
|
--pf-v5-global--Color--200: #aaabac;
|
|
17551
17587
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -17555,11 +17591,11 @@ ul.pf-v5-c-list {
|
|
|
17555
17591
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17556
17592
|
}
|
|
17557
17593
|
|
|
17558
|
-
:
|
|
17594
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
17559
17595
|
--pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
17560
17596
|
color: var(--pf-v5-global--Color--100);
|
|
17561
17597
|
}
|
|
17562
|
-
:
|
|
17598
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
|
|
17563
17599
|
--pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
17564
17600
|
}
|
|
17565
17601
|
|
|
@@ -18127,10 +18163,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18127
18163
|
border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
18128
18164
|
}
|
|
18129
18165
|
|
|
18130
|
-
:
|
|
18131
|
-
:
|
|
18132
|
-
:
|
|
18133
|
-
:
|
|
18166
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
18167
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18168
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
18169
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18134
18170
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
18135
18171
|
--pf-v5-global--Color--200: #aaabac;
|
|
18136
18172
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -18140,7 +18176,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18140
18176
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18141
18177
|
}
|
|
18142
18178
|
|
|
18143
|
-
:
|
|
18179
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-menu {
|
|
18144
18180
|
--pf-v5-c-menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
18145
18181
|
--pf-v5-c-menu__list-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
18146
18182
|
--pf-v5-c-menu__list-item--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -18545,10 +18581,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18545
18581
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
18546
18582
|
}
|
|
18547
18583
|
|
|
18548
|
-
:
|
|
18549
|
-
:
|
|
18550
|
-
:
|
|
18551
|
-
:
|
|
18584
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
18585
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18586
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
18587
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18552
18588
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
18553
18589
|
--pf-v5-global--Color--200: #aaabac;
|
|
18554
18590
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -18558,7 +18594,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18558
18594
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18559
18595
|
}
|
|
18560
18596
|
|
|
18561
|
-
:
|
|
18597
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle {
|
|
18562
18598
|
--pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
18563
18599
|
--pf-v5-c-menu-toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
18564
18600
|
--pf-v5-c-menu-toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -18576,7 +18612,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18576
18612
|
--pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
18577
18613
|
--pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
18578
18614
|
}
|
|
18579
|
-
:
|
|
18615
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
|
|
18580
18616
|
background: transparent;
|
|
18581
18617
|
}
|
|
18582
18618
|
|
|
@@ -18764,10 +18800,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18764
18800
|
}
|
|
18765
18801
|
}
|
|
18766
18802
|
|
|
18767
|
-
:
|
|
18768
|
-
:
|
|
18769
|
-
:
|
|
18770
|
-
:
|
|
18803
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
18804
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18805
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
18806
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18771
18807
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
18772
18808
|
--pf-v5-global--Color--200: #aaabac;
|
|
18773
18809
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -18777,7 +18813,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18777
18813
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18778
18814
|
}
|
|
18779
18815
|
|
|
18780
|
-
:
|
|
18816
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-modal-box {
|
|
18781
18817
|
--pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
18782
18818
|
}
|
|
18783
18819
|
|
|
@@ -19904,10 +19940,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19904
19940
|
left: 0;
|
|
19905
19941
|
}
|
|
19906
19942
|
|
|
19907
|
-
:
|
|
19908
|
-
:
|
|
19909
|
-
:
|
|
19910
|
-
:
|
|
19943
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
19944
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
19945
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
19946
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
19911
19947
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
19912
19948
|
--pf-v5-global--Color--200: #aaabac;
|
|
19913
19949
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -19917,7 +19953,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19917
19953
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
19918
19954
|
}
|
|
19919
19955
|
|
|
19920
|
-
:
|
|
19956
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav {
|
|
19921
19957
|
--pf-v5-c-nav__item--item__link--after--Top: -1px;
|
|
19922
19958
|
--pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-global--BorderColor--100);
|
|
19923
19959
|
--pf-v5-c-nav__link--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -19935,19 +19971,19 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19935
19971
|
--pf-v5-c-nav__link--active--before--BorderBottomWidth: 0;
|
|
19936
19972
|
--pf-v5-c-nav__link--m-current--before--BorderBottomWidth: 0;
|
|
19937
19973
|
}
|
|
19938
|
-
:
|
|
19974
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav__link::before {
|
|
19939
19975
|
bottom: 0;
|
|
19940
19976
|
}
|
|
19941
|
-
:
|
|
19977
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav__link::after {
|
|
19942
19978
|
top: var(--pf-v5-c-nav__item--item__link--after--Top);
|
|
19943
19979
|
}
|
|
19944
|
-
:
|
|
19980
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav__item + .pf-v5-c-nav__item {
|
|
19945
19981
|
--pf-v5-c-nav__link--after--Top: var(--pf-v5-c-nav__item--item__link--after--Top);
|
|
19946
19982
|
}
|
|
19947
|
-
:
|
|
19983
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav__subnav {
|
|
19948
19984
|
--pf-v5-c-nav__item--item__link--after--Top: 0;
|
|
19949
19985
|
}
|
|
19950
|
-
:
|
|
19986
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-nav__section {
|
|
19951
19987
|
--pf-v5-c-nav__item--item__link--after--Top: 0;
|
|
19952
19988
|
}
|
|
19953
19989
|
|
|
@@ -20051,10 +20087,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20051
20087
|
margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
|
|
20052
20088
|
}
|
|
20053
20089
|
|
|
20054
|
-
:
|
|
20055
|
-
:
|
|
20056
|
-
:
|
|
20057
|
-
:
|
|
20090
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20091
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20092
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20093
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20058
20094
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
20059
20095
|
--pf-v5-global--Color--200: #aaabac;
|
|
20060
20096
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -20064,7 +20100,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20064
20100
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20065
20101
|
}
|
|
20066
20102
|
|
|
20067
|
-
:
|
|
20103
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-notification-badge {
|
|
20068
20104
|
--pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
20069
20105
|
--pf-v5-c-notification-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
|
|
20070
20106
|
--pf-v5-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
@@ -20335,10 +20371,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20335
20371
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
20336
20372
|
}
|
|
20337
20373
|
|
|
20338
|
-
:
|
|
20339
|
-
:
|
|
20340
|
-
:
|
|
20341
|
-
:
|
|
20374
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20375
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20376
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20377
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20342
20378
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
20343
20379
|
--pf-v5-global--Color--200: #aaabac;
|
|
20344
20380
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -20348,7 +20384,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20348
20384
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20349
20385
|
}
|
|
20350
20386
|
|
|
20351
|
-
:
|
|
20387
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-notification-drawer {
|
|
20352
20388
|
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
20353
20389
|
--pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
20354
20390
|
--pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -20612,10 +20648,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20612
20648
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
20613
20649
|
}
|
|
20614
20650
|
|
|
20615
|
-
:
|
|
20616
|
-
:
|
|
20617
|
-
:
|
|
20618
|
-
:
|
|
20651
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20652
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20653
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20654
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20619
20655
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
20620
20656
|
--pf-v5-global--Color--200: #aaabac;
|
|
20621
20657
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -20625,7 +20661,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20625
20661
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20626
20662
|
}
|
|
20627
20663
|
|
|
20628
|
-
:
|
|
20664
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-options-menu {
|
|
20629
20665
|
--pf-v5-c-options-menu__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
20630
20666
|
--pf-v5-c-options-menu__toggle--BorderTopColor: transparent;
|
|
20631
20667
|
--pf-v5-c-options-menu__toggle--BorderRightColor: transparent;
|
|
@@ -20636,7 +20672,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20636
20672
|
--pf-v5-c-options-menu__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
20637
20673
|
--pf-v5-c-options-menu__menu--Top: 100%;
|
|
20638
20674
|
}
|
|
20639
|
-
:
|
|
20675
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-options-menu__toggle.pf-m-plain {
|
|
20640
20676
|
background: transparent;
|
|
20641
20677
|
}
|
|
20642
20678
|
|
|
@@ -21589,10 +21625,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21589
21625
|
flex: 1 0 auto;
|
|
21590
21626
|
}
|
|
21591
21627
|
|
|
21592
|
-
:
|
|
21593
|
-
:
|
|
21594
|
-
:
|
|
21595
|
-
:
|
|
21628
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
21629
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21630
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
21631
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21596
21632
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
21597
21633
|
--pf-v5-global--Color--200: #aaabac;
|
|
21598
21634
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -21602,39 +21638,39 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21602
21638
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21603
21639
|
}
|
|
21604
21640
|
|
|
21605
|
-
:
|
|
21641
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page {
|
|
21606
21642
|
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
21607
21643
|
--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21608
21644
|
--pf-v5-c-page__sidebar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
21609
21645
|
--pf-v5-c-page__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
21610
21646
|
}
|
|
21611
|
-
:
|
|
21647
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
|
|
21612
21648
|
color: var(--pf-v5-global--Color--100);
|
|
21613
21649
|
}
|
|
21614
|
-
:
|
|
21650
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
|
|
21615
21651
|
background-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
|
|
21616
21652
|
}
|
|
21617
|
-
:
|
|
21653
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar {
|
|
21618
21654
|
border-right: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--BorderColor--100);
|
|
21619
21655
|
}
|
|
21620
|
-
:
|
|
21656
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
|
|
21621
21657
|
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21622
21658
|
}
|
|
21623
|
-
:
|
|
21659
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
|
|
21624
21660
|
--pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21625
21661
|
}
|
|
21626
|
-
:
|
|
21662
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
|
|
21627
21663
|
--pf-v5-c-page__main-section--m-light--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21628
21664
|
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21629
21665
|
--pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21630
21666
|
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21631
21667
|
}
|
|
21632
|
-
:
|
|
21668
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
|
|
21633
21669
|
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
21634
21670
|
}
|
|
21635
|
-
:
|
|
21636
|
-
:
|
|
21637
|
-
:
|
|
21671
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
21672
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21673
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
21638
21674
|
color: var(--pf-v5-global--Color--100);
|
|
21639
21675
|
}
|
|
21640
21676
|
|
|
@@ -22030,10 +22066,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22030
22066
|
}
|
|
22031
22067
|
}
|
|
22032
22068
|
|
|
22033
|
-
:
|
|
22034
|
-
:
|
|
22035
|
-
:
|
|
22036
|
-
:
|
|
22069
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22070
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22071
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22072
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22037
22073
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
22038
22074
|
--pf-v5-global--Color--200: #aaabac;
|
|
22039
22075
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -22043,7 +22079,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22043
22079
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22044
22080
|
}
|
|
22045
22081
|
|
|
22046
|
-
:
|
|
22082
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-pagination {
|
|
22047
22083
|
--pf-v5-c-pagination--m-sticky--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22048
22084
|
}
|
|
22049
22085
|
|
|
@@ -22128,10 +22164,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22128
22164
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22129
22165
|
}
|
|
22130
22166
|
|
|
22131
|
-
:
|
|
22132
|
-
:
|
|
22133
|
-
:
|
|
22134
|
-
:
|
|
22167
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22168
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22169
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22170
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22135
22171
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
22136
22172
|
--pf-v5-global--Color--200: #aaabac;
|
|
22137
22173
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -22141,7 +22177,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22141
22177
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22142
22178
|
}
|
|
22143
22179
|
|
|
22144
|
-
:
|
|
22180
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-panel {
|
|
22145
22181
|
--pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22146
22182
|
}
|
|
22147
22183
|
|
|
@@ -22317,10 +22353,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22317
22353
|
margin-top: var(--pf-v5-c-popover__footer--MarginTop);
|
|
22318
22354
|
}
|
|
22319
22355
|
|
|
22320
|
-
:
|
|
22321
|
-
:
|
|
22322
|
-
:
|
|
22323
|
-
:
|
|
22356
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22357
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22358
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22359
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22324
22360
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
22325
22361
|
--pf-v5-global--Color--200: #aaabac;
|
|
22326
22362
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -22330,7 +22366,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22330
22366
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22331
22367
|
}
|
|
22332
22368
|
|
|
22333
|
-
:
|
|
22369
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-popover {
|
|
22334
22370
|
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22335
22371
|
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22336
22372
|
--pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
|
|
@@ -22505,10 +22541,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22505
22541
|
margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
22506
22542
|
}
|
|
22507
22543
|
|
|
22508
|
-
:
|
|
22509
|
-
:
|
|
22510
|
-
:
|
|
22511
|
-
:
|
|
22544
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22545
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22546
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22547
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22512
22548
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
22513
22549
|
--pf-v5-global--Color--200: #aaabac;
|
|
22514
22550
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -22518,7 +22554,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22518
22554
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22519
22555
|
}
|
|
22520
22556
|
|
|
22521
|
-
:
|
|
22557
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-progress {
|
|
22522
22558
|
--pf-v5-c-progress--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
|
|
22523
22559
|
--pf-v5-c-progress--m-success--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
|
|
22524
22560
|
--pf-v5-c-progress--m-warning--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
|
|
@@ -23769,10 +23805,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
23769
23805
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
23770
23806
|
}
|
|
23771
23807
|
|
|
23772
|
-
:
|
|
23773
|
-
:
|
|
23774
|
-
:
|
|
23775
|
-
:
|
|
23808
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
23809
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
23810
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
23811
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
23776
23812
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
23777
23813
|
--pf-v5-global--Color--200: #aaabac;
|
|
23778
23814
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -23782,7 +23818,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
23782
23818
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
23783
23819
|
}
|
|
23784
23820
|
|
|
23785
|
-
:
|
|
23821
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-select {
|
|
23786
23822
|
--pf-v5-c-select__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
23787
23823
|
--pf-v5-c-select__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
23788
23824
|
--pf-v5-c-select__toggle--before--BorderTopColor: transparent;
|
|
@@ -23794,7 +23830,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
23794
23830
|
--pf-v5-c-select__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
23795
23831
|
--pf-v5-c-select__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
23796
23832
|
}
|
|
23797
|
-
:
|
|
23833
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-select__toggle:disabled, :where(.pf-v5-theme-dark) .pf-v5-c-select__toggle.pf-m-disabled {
|
|
23798
23834
|
color: var(--pf-v5-global--palette--black-100);
|
|
23799
23835
|
}
|
|
23800
23836
|
|
|
@@ -24199,10 +24235,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24199
24235
|
margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24200
24236
|
}
|
|
24201
24237
|
|
|
24202
|
-
:
|
|
24203
|
-
:
|
|
24204
|
-
:
|
|
24205
|
-
:
|
|
24238
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24239
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24240
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24241
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24206
24242
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
24207
24243
|
--pf-v5-global--Color--200: #aaabac;
|
|
24208
24244
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -24212,7 +24248,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24212
24248
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24213
24249
|
}
|
|
24214
24250
|
|
|
24215
|
-
:
|
|
24251
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
|
|
24216
24252
|
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
|
24217
24253
|
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
24218
24254
|
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
|
|
@@ -24384,10 +24420,10 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24384
24420
|
transform: translateX(100%);
|
|
24385
24421
|
}
|
|
24386
24422
|
}
|
|
24387
|
-
:
|
|
24388
|
-
:
|
|
24389
|
-
:
|
|
24390
|
-
:
|
|
24423
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24424
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24425
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24426
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24391
24427
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
24392
24428
|
--pf-v5-global--Color--200: #aaabac;
|
|
24393
24429
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -24397,7 +24433,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24397
24433
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24398
24434
|
}
|
|
24399
24435
|
|
|
24400
|
-
:
|
|
24436
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-skeleton {
|
|
24401
24437
|
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
24402
24438
|
--pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-v5-global--palette--black-600);
|
|
24403
24439
|
--pf-v5-c-skeleton--after--LinearGradientColorStop2: var(--pf-v5-global--palette--black-500);
|
|
@@ -24845,10 +24881,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
24845
24881
|
vertical-align: top;
|
|
24846
24882
|
}
|
|
24847
24883
|
|
|
24848
|
-
:
|
|
24849
|
-
:
|
|
24850
|
-
:
|
|
24851
|
-
:
|
|
24884
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24885
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24886
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24887
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24852
24888
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
24853
24889
|
--pf-v5-global--Color--200: #aaabac;
|
|
24854
24890
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -24858,7 +24894,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
24858
24894
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24859
24895
|
}
|
|
24860
24896
|
|
|
24861
|
-
:
|
|
24897
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-switch {
|
|
24862
24898
|
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--BackgroundColor--100);
|
|
24863
24899
|
--pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
|
|
24864
24900
|
--pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
|
|
@@ -27530,10 +27566,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27530
27566
|
--pf-v5-c-table--cell--Width: 100%;
|
|
27531
27567
|
}
|
|
27532
27568
|
|
|
27533
|
-
:
|
|
27534
|
-
:
|
|
27535
|
-
:
|
|
27536
|
-
:
|
|
27569
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
27570
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
27571
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
27572
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
27537
27573
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
27538
27574
|
--pf-v5-global--Color--200: #aaabac;
|
|
27539
27575
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -27543,10 +27579,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27543
27579
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27544
27580
|
}
|
|
27545
27581
|
|
|
27546
|
-
:
|
|
27582
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-table {
|
|
27547
27583
|
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
|
27548
27584
|
}
|
|
27549
|
-
:
|
|
27585
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
|
|
27550
27586
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100);
|
|
27551
27587
|
}
|
|
27552
27588
|
|
|
@@ -29245,10 +29281,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29245
29281
|
}
|
|
29246
29282
|
}
|
|
29247
29283
|
|
|
29248
|
-
:
|
|
29249
|
-
:
|
|
29250
|
-
:
|
|
29251
|
-
:
|
|
29284
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29285
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29286
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29287
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29252
29288
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
29253
29289
|
--pf-v5-global--Color--200: #aaabac;
|
|
29254
29290
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -29258,7 +29294,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29258
29294
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29259
29295
|
}
|
|
29260
29296
|
|
|
29261
|
-
:
|
|
29297
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-tabs {
|
|
29262
29298
|
--pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
|
|
29263
29299
|
--pf-v5-c-tabs__link--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
29264
29300
|
--pf-v5-c-tabs__link--disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
@@ -29415,10 +29451,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29415
29451
|
display: flex;
|
|
29416
29452
|
}
|
|
29417
29453
|
|
|
29418
|
-
:
|
|
29419
|
-
:
|
|
29420
|
-
:
|
|
29421
|
-
:
|
|
29454
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29455
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29456
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29457
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29422
29458
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
29423
29459
|
--pf-v5-global--Color--200: #aaabac;
|
|
29424
29460
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -29428,7 +29464,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29428
29464
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29429
29465
|
}
|
|
29430
29466
|
|
|
29431
|
-
:
|
|
29467
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-text-input-group {
|
|
29432
29468
|
--pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
29433
29469
|
--pf-v5-c-text-input-group--m-disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
29434
29470
|
--pf-v5-c-text-input-group--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
@@ -29574,10 +29610,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29574
29610
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
29575
29611
|
}
|
|
29576
29612
|
|
|
29577
|
-
:
|
|
29578
|
-
:
|
|
29579
|
-
:
|
|
29580
|
-
:
|
|
29613
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29614
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29615
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29616
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29581
29617
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
29582
29618
|
--pf-v5-global--Color--200: #aaabac;
|
|
29583
29619
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -29587,7 +29623,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29587
29623
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29588
29624
|
}
|
|
29589
29625
|
|
|
29590
|
-
:
|
|
29626
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-tile {
|
|
29591
29627
|
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
29592
29628
|
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
|
|
29593
29629
|
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
|
|
@@ -29789,10 +29825,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29789
29825
|
margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
29790
29826
|
}
|
|
29791
29827
|
|
|
29792
|
-
:
|
|
29793
|
-
:
|
|
29794
|
-
:
|
|
29795
|
-
:
|
|
29828
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29829
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29830
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29831
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29796
29832
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
29797
29833
|
--pf-v5-global--Color--200: #aaabac;
|
|
29798
29834
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -29802,7 +29838,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29802
29838
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29803
29839
|
}
|
|
29804
29840
|
|
|
29805
|
-
:
|
|
29841
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
|
|
29806
29842
|
--pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
29807
29843
|
--pf-v5-c-toggle-group__button--focus--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
29808
29844
|
--pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
@@ -29898,10 +29934,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29898
29934
|
box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
|
|
29899
29935
|
}
|
|
29900
29936
|
|
|
29901
|
-
:
|
|
29902
|
-
:
|
|
29903
|
-
:
|
|
29904
|
-
:
|
|
29937
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29938
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29939
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29940
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29905
29941
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
29906
29942
|
--pf-v5-global--Color--200: #aaabac;
|
|
29907
29943
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -29911,7 +29947,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29911
29947
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29912
29948
|
}
|
|
29913
29949
|
|
|
29914
|
-
:
|
|
29950
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-tooltip {
|
|
29915
29951
|
--pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
29916
29952
|
--pf-v5-c-tooltip__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
29917
29953
|
}
|
|
@@ -30433,10 +30469,10 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30433
30469
|
--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));
|
|
30434
30470
|
}
|
|
30435
30471
|
|
|
30436
|
-
:
|
|
30437
|
-
:
|
|
30438
|
-
:
|
|
30439
|
-
:
|
|
30472
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30473
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30474
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30475
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30440
30476
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
30441
30477
|
--pf-v5-global--Color--200: #aaabac;
|
|
30442
30478
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -30446,7 +30482,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30446
30482
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30447
30483
|
}
|
|
30448
30484
|
|
|
30449
|
-
:
|
|
30485
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-tree-view {
|
|
30450
30486
|
--pf-v5-c-tree-view__node--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
30451
30487
|
--pf-v5-c-tree-view__node--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
30452
30488
|
}
|
|
@@ -30940,10 +30976,10 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30940
30976
|
margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
30941
30977
|
}
|
|
30942
30978
|
|
|
30943
|
-
:
|
|
30944
|
-
:
|
|
30945
|
-
:
|
|
30946
|
-
:
|
|
30979
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30980
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30981
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30982
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30947
30983
|
--pf-v5-global--Color--100: #e0e0e0;
|
|
30948
30984
|
--pf-v5-global--Color--200: #aaabac;
|
|
30949
30985
|
--pf-v5-global--BorderColor--100: #444548;
|
|
@@ -30953,11 +30989,11 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30953
30989
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30954
30990
|
}
|
|
30955
30991
|
|
|
30956
|
-
:
|
|
30992
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard {
|
|
30957
30993
|
--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
30958
30994
|
--pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
30959
30995
|
}
|
|
30960
|
-
:
|
|
30996
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
|
|
30961
30997
|
color: var(--pf-v5-global--Color--100);
|
|
30962
30998
|
}
|
|
30963
30999
|
|