@patternfly/patternfly 5.0.0-prerelease.2 → 5.0.0-prerelease.4
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/_common.scss +7 -0
- package/base/_variables.scss +0 -7
- package/base/patternfly-common.css +6 -0
- package/base/patternfly-themes.css +6 -0
- package/base/patternfly-variables.css +0 -6
- package/components/AboutModalBox/about-modal-box.css +6 -0
- package/components/Banner/banner.css +6 -0
- package/components/LogViewer/log-viewer.css +6 -0
- package/components/Login/login.css +7 -0
- package/components/Masthead/masthead.css +8 -6
- package/components/Masthead/masthead.scss +1 -7
- package/components/Masthead/themes/dark/masthead.scss +1 -0
- package/components/MenuToggle/menu-toggle.css +13 -11
- package/components/MenuToggle/menu-toggle.scss +14 -12
- package/components/MenuToggle/themes/dark/menu-toggle.scss +2 -1
- package/components/Page/page.css +8 -0
- package/components/Wizard/wizard.css +6 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +42 -774
- package/docs/demos/Alert/examples/Alert.md +126 -2322
- package/docs/demos/BackToTop/examples/BackToTop.md +42 -774
- package/docs/demos/Banner/examples/Banner.md +84 -1588
- package/docs/demos/CardView/examples/CardView.md +42 -774
- package/docs/demos/ContextSelector/examples/ContextSelector.md +136 -2448
- package/docs/demos/Dashboard/examples/Dashboard.md +42 -774
- package/docs/demos/DataList/examples/DataList.md +191 -3119
- package/docs/demos/DescriptionList/examples/DescriptionList.md +126 -2322
- package/docs/demos/Drawer/examples/Drawer.md +210 -3870
- package/docs/demos/JumpLinks/examples/JumpLinks.md +252 -4644
- package/docs/demos/Masthead/examples/Masthead.md +144 -1962
- package/docs/demos/Modal/examples/Modal.md +252 -4644
- package/docs/demos/Nav/examples/Nav.md +336 -6192
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +231 -3891
- package/docs/demos/Page/examples/Page.md +378 -6966
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +426 -5550
- package/docs/demos/Skeleton/examples/Skeleton.md +42 -774
- package/docs/demos/Table/examples/Table.md +752 -11732
- package/docs/demos/Tabs/examples/Tabs.md +252 -4644
- package/docs/demos/Toolbar/examples/Toolbar.md +84 -1548
- package/docs/demos/Wizard/examples/Wizard.md +378 -6966
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +9 -6
- package/patternfly-base-no-globals.css +9 -6
- package/patternfly-base-theme-dark-unversioned.css +9 -6
- package/patternfly-base.css +9 -6
- package/patternfly-no-globals.css +342 -23
- package/patternfly-theme-dark-unversioned.css +342 -23
- package/patternfly.css +342 -23
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/placeholders.scss +4 -0
- package/sass-utilities/themes/dark/placeholders.scss +4 -0
- package/RELEASE-NOTES.md +0 -1815
- package/UPGRADE-GUIDE.md +0 -1298
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
|
19
19
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
|
20
20
|
}
|
|
21
|
+
.pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-page__sidebar .pf-v5-c-button, .pf-v5-c-page__header .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button, .pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-t-dark .pf-v5-c-button {
|
|
22
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
|
23
|
+
}
|
|
21
24
|
|
|
22
25
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *, .pf-v5-c-page__header-tools-item, .pf-v5-c-page__header-tools-group, .pf-v5-c-menu__group, .pf-v5-c-menu__list-item, .pf-v5-c-menu__list, .pf-v5-c-divider, .pf-v5-c-toolbar__content-section, .pf-v5-c-toolbar__content, .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group, .pf-v5-c-data-list__item-action {
|
|
23
26
|
--pf-v5-hidden-visible--hidden--Display: none;
|
|
@@ -308,12 +311,6 @@
|
|
|
308
311
|
--pf-v5-global--target-size--MinHeight: 44px;
|
|
309
312
|
}
|
|
310
313
|
|
|
311
|
-
.pf-m-vf-font {
|
|
312
|
-
--pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
|
|
313
|
-
--pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
|
|
314
|
-
--pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
314
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
318
315
|
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
319
316
|
:where(.pf-theme-dark) .pf-v5-c-page__header, :where(.pf-theme-dark) .pf-v5-c-masthead, :where(.pf-theme-dark) .pf-v5-c-login__header,
|
|
@@ -326,6 +323,12 @@
|
|
|
326
323
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
327
324
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
328
325
|
}
|
|
326
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
327
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
328
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
329
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
330
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
331
|
+
}
|
|
329
332
|
|
|
330
333
|
:where(.pf-theme-dark) {
|
|
331
334
|
--pf-v5-global--palette--black-50: #e0e0e0;
|
|
@@ -546,6 +549,12 @@
|
|
|
546
549
|
font-variant-numeric: tabular-nums;
|
|
547
550
|
}
|
|
548
551
|
|
|
552
|
+
.pf-v5-m-vf-font {
|
|
553
|
+
--pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
|
|
554
|
+
--pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
|
|
555
|
+
--pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
|
|
556
|
+
}
|
|
557
|
+
|
|
549
558
|
:where(html,
|
|
550
559
|
body,
|
|
551
560
|
p,
|
|
@@ -5629,6 +5638,12 @@ button) {
|
|
|
5629
5638
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5630
5639
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5631
5640
|
}
|
|
5641
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
5642
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5643
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
5644
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
5645
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
5646
|
+
}
|
|
5632
5647
|
|
|
5633
5648
|
:where(.pf-theme-dark) .pf-v5-c-about-modal-box {
|
|
5634
5649
|
color: var(--pf-v5-global--Color--100);
|
|
@@ -5859,6 +5874,12 @@ button) {
|
|
|
5859
5874
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5860
5875
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5861
5876
|
}
|
|
5877
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
5878
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5879
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
5880
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
5881
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
5882
|
+
}
|
|
5862
5883
|
|
|
5863
5884
|
:where(.pf-theme-dark) .pf-v5-c-accordion {
|
|
5864
5885
|
--pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -6106,6 +6127,12 @@ button) {
|
|
|
6106
6127
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6107
6128
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6108
6129
|
}
|
|
6130
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6131
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6132
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6133
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6134
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6135
|
+
}
|
|
6109
6136
|
|
|
6110
6137
|
:where(.pf-theme-dark) .pf-v5-c-alert {
|
|
6111
6138
|
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -6414,6 +6441,12 @@ button) {
|
|
|
6414
6441
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6415
6442
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6416
6443
|
}
|
|
6444
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6445
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6446
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6447
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6448
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6449
|
+
}
|
|
6417
6450
|
|
|
6418
6451
|
:where(.pf-theme-dark) .pf-v5-c-app-launcher {
|
|
6419
6452
|
--pf-v5-c-app-launcher__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -6788,6 +6821,12 @@ button) {
|
|
|
6788
6821
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6789
6822
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6790
6823
|
}
|
|
6824
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6825
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6826
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6827
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6828
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6829
|
+
}
|
|
6791
6830
|
|
|
6792
6831
|
:where(.pf-theme-dark) .pf-v5-c-badge {
|
|
6793
6832
|
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
@@ -6892,6 +6931,12 @@ button) {
|
|
|
6892
6931
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6893
6932
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6894
6933
|
}
|
|
6934
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6935
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6936
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6937
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6938
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6939
|
+
}
|
|
6895
6940
|
|
|
6896
6941
|
:where(.pf-theme-dark) .pf-v5-c-banner {
|
|
6897
6942
|
color: var(false);
|
|
@@ -7573,6 +7618,12 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7573
7618
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7574
7619
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7575
7620
|
}
|
|
7621
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
7622
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7623
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7624
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
7625
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7626
|
+
}
|
|
7576
7627
|
|
|
7577
7628
|
:where(.pf-theme-dark) .pf-v5-c-button {
|
|
7578
7629
|
--pf-v5-c-button--disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
@@ -7821,6 +7872,12 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7821
7872
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7822
7873
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7823
7874
|
}
|
|
7875
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
7876
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7877
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7878
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
7879
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7880
|
+
}
|
|
7824
7881
|
|
|
7825
7882
|
:where(.pf-theme-dark) .pf-v5-c-calendar-month {
|
|
7826
7883
|
--pf-v5-c-calendar-month--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -8249,6 +8306,12 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8249
8306
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8250
8307
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8251
8308
|
}
|
|
8309
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8310
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8311
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8312
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
8313
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8314
|
+
}
|
|
8252
8315
|
|
|
8253
8316
|
:where(.pf-theme-dark) .pf-v5-c-card,
|
|
8254
8317
|
:where(.pf-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
|
|
@@ -8441,6 +8504,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8441
8504
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8442
8505
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8443
8506
|
}
|
|
8507
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8508
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8509
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8510
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
8511
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8512
|
+
}
|
|
8444
8513
|
|
|
8445
8514
|
:where(.pf-theme-dark) .pf-v5-c-chip {
|
|
8446
8515
|
--pf-v5-c-chip--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
@@ -8632,6 +8701,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8632
8701
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8633
8702
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8634
8703
|
}
|
|
8704
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8705
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8706
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8707
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
8708
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8709
|
+
}
|
|
8635
8710
|
|
|
8636
8711
|
:where(.pf-theme-dark) .pf-v5-c-clipboard-copy {
|
|
8637
8712
|
--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -8832,6 +8907,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8832
8907
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8833
8908
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8834
8909
|
}
|
|
8910
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8911
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8912
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8913
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
8914
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8915
|
+
}
|
|
8835
8916
|
|
|
8836
8917
|
:where(.pf-theme-dark) .pf-v5-c-code-editor {
|
|
8837
8918
|
--pf-v5-c-code-editor--m-read-only__main--Color: var(--pf-v5-global--disabled-color--300);
|
|
@@ -9400,6 +9481,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9400
9481
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
9401
9482
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
9402
9483
|
}
|
|
9484
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
9485
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9486
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9487
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
9488
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9489
|
+
}
|
|
9403
9490
|
|
|
9404
9491
|
:where(.pf-theme-dark) .pf-v5-c-context-selector {
|
|
9405
9492
|
--pf-v5-c-context-selector__menu--Top: 100%;
|
|
@@ -10272,6 +10359,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10272
10359
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10273
10360
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10274
10361
|
}
|
|
10362
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
10363
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10364
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
10365
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
10366
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10367
|
+
}
|
|
10275
10368
|
|
|
10276
10369
|
:where(.pf-theme-dark) .pf-v5-c-data-list {
|
|
10277
10370
|
--pf-v5-c-data-list--BorderTopColor: var(--pf-v5-global--BorderColor--100);
|
|
@@ -10677,6 +10770,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10677
10770
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10678
10771
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10679
10772
|
}
|
|
10773
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
10774
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10775
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
10776
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
10777
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10778
|
+
}
|
|
10680
10779
|
|
|
10681
10780
|
:where(.pf-theme-dark) .pf-v5-c-droppable {
|
|
10682
10781
|
--pf-v5-c-droppable--m-dragging--before--Opacity: .2;
|
|
@@ -10993,6 +11092,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10993
11092
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10994
11093
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10995
11094
|
}
|
|
11095
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
11096
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11097
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11098
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
11099
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11100
|
+
}
|
|
10996
11101
|
|
|
10997
11102
|
:where(.pf-theme-dark) .pf-v5-c-dual-list-selector {
|
|
10998
11103
|
--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -12236,6 +12341,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12236
12341
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
12237
12342
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
12238
12343
|
}
|
|
12344
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
12345
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
12346
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
12347
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
12348
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
12349
|
+
}
|
|
12239
12350
|
|
|
12240
12351
|
:where(.pf-theme-dark) .pf-v5-c-date-picker {
|
|
12241
12352
|
--pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -13367,6 +13478,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13367
13478
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
13368
13479
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13369
13480
|
}
|
|
13481
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
13482
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
13483
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
13484
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
13485
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
13486
|
+
}
|
|
13370
13487
|
|
|
13371
13488
|
:where(.pf-theme-dark) .pf-v5-c-drawer {
|
|
13372
13489
|
--pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -14037,6 +14154,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14037
14154
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14038
14155
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14039
14156
|
}
|
|
14157
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
14158
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14159
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
14160
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
14161
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14162
|
+
}
|
|
14040
14163
|
|
|
14041
14164
|
:where(.pf-theme-dark) .pf-v5-c-dropdown {
|
|
14042
14165
|
--pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -14893,6 +15016,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14893
15016
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14894
15017
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14895
15018
|
}
|
|
15019
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15020
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15021
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15022
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15023
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15024
|
+
}
|
|
14896
15025
|
|
|
14897
15026
|
:where(.pf-theme-dark) .pf-v5-c-form {
|
|
14898
15027
|
--pf-v5-c-form__helper-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
@@ -15164,6 +15293,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15164
15293
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15165
15294
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15166
15295
|
}
|
|
15296
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15297
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15298
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15299
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15300
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15301
|
+
}
|
|
15167
15302
|
|
|
15168
15303
|
:where(.pf-theme-dark) .pf-v5-c-form-control {
|
|
15169
15304
|
--pf-v5-c-form-control--before--BorderTopColor: transparent;
|
|
@@ -15256,6 +15391,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15256
15391
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15257
15392
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15258
15393
|
}
|
|
15394
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15395
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15396
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15397
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15398
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15399
|
+
}
|
|
15259
15400
|
|
|
15260
15401
|
:where(.pf-theme-dark) .pf-v5-c-hint {
|
|
15261
15402
|
--pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -15348,6 +15489,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15348
15489
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15349
15490
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15350
15491
|
}
|
|
15492
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15493
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15494
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15495
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15496
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15497
|
+
}
|
|
15351
15498
|
|
|
15352
15499
|
:where(.pf-theme-dark) .pf-v5-c-helper-text {
|
|
15353
15500
|
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
@@ -15636,6 +15783,12 @@ label.pf-v5-c-input-group__text {
|
|
|
15636
15783
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15637
15784
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15638
15785
|
}
|
|
15786
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15787
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15788
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15789
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15790
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15791
|
+
}
|
|
15639
15792
|
|
|
15640
15793
|
:where(.pf-theme-dark) .pf-v5-c-input-group {
|
|
15641
15794
|
--pf-v5-c-input-group__item--BorderLeftWidth: var(--pf-v5-c-input-group__item--BorderWidth--base);
|
|
@@ -16333,6 +16486,12 @@ button.pf-v5-c-label__content:focus {
|
|
|
16333
16486
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16334
16487
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16335
16488
|
}
|
|
16489
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
16490
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16491
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16492
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16493
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16494
|
+
}
|
|
16336
16495
|
|
|
16337
16496
|
:where(.pf-theme-dark) .pf-v5-c-label {
|
|
16338
16497
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -16784,6 +16943,12 @@ ul.pf-v5-c-list {
|
|
|
16784
16943
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16785
16944
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16786
16945
|
}
|
|
16946
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
16947
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16948
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16949
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16950
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16951
|
+
}
|
|
16787
16952
|
|
|
16788
16953
|
:where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
|
16789
16954
|
color: var(--pf-v5-global--Color--100);
|
|
@@ -17065,6 +17230,12 @@ ul.pf-v5-c-list {
|
|
|
17065
17230
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17066
17231
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17067
17232
|
}
|
|
17233
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
17234
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17235
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17236
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
17237
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17238
|
+
}
|
|
17068
17239
|
|
|
17069
17240
|
:where(.pf-theme-dark) .pf-v5-c-login {
|
|
17070
17241
|
--pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -17143,8 +17314,6 @@ ul.pf-v5-c-list {
|
|
|
17143
17314
|
--pf-v5-c-masthead--c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--item-border-color--base);
|
|
17144
17315
|
--pf-v5-c-masthead--c-menu-toggle--before--BorderRightColor: var(--pf-v5-c-masthead--item-border-color--base);
|
|
17145
17316
|
--pf-v5-c-masthead--c-menu-toggle--before--BorderLeftColor: var(--pf-v5-c-masthead--item-border-color--base);
|
|
17146
|
-
--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderTopColor: transparent;
|
|
17147
|
-
--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderBottomColor: transparent;
|
|
17148
17317
|
--pf-v5-c-masthead--c-toolbar--BackgroundColor: var(--pf-v5-c-masthead--BackgroundColor);
|
|
17149
17318
|
--pf-v5-c-masthead--c-toolbar--AlignItems--base: center;
|
|
17150
17319
|
--pf-v5-c-masthead--c-toolbar__content--PaddingRight: 0;
|
|
@@ -17249,10 +17418,7 @@ ul.pf-v5-c-list {
|
|
|
17249
17418
|
--pf-v5-c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderTopColor);
|
|
17250
17419
|
--pf-v5-c-menu-toggle--before--BorderRightColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderRightColor);
|
|
17251
17420
|
--pf-v5-c-menu-toggle--before--BorderLeftColor: var(--pf-v5-c-masthead--c-menu-toggle--before--BorderLeftColor);
|
|
17252
|
-
|
|
17253
|
-
.pf-v5-c-masthead .pf-v5-c-menu-toggle.pf-m-full-height {
|
|
17254
|
-
--pf-v5-c-menu-toggle--before--BorderTopColor: var(--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderTopColor);
|
|
17255
|
-
--pf-v5-c-menu-toggle--before--BorderBottomColor: var(--pf-v5-c-masthead--c-menu-toggle--m-full-height--before--BorderBottomColor);
|
|
17421
|
+
--pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth: 0;
|
|
17256
17422
|
}
|
|
17257
17423
|
.pf-v5-c-masthead .pf-v5-c-context-selector {
|
|
17258
17424
|
--pf-v5-c-context-selector--Width: var(--pf-v5-c-masthead--c-context-selector--Width);
|
|
@@ -17720,9 +17886,16 @@ ul.pf-v5-c-list {
|
|
|
17720
17886
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17721
17887
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17722
17888
|
}
|
|
17889
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
17890
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17891
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17892
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
17893
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17894
|
+
}
|
|
17723
17895
|
|
|
17724
17896
|
:where(.pf-theme-dark) .pf-v5-c-masthead {
|
|
17725
17897
|
--pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
17898
|
+
--pf-v5-c-masthead--item-border-color--base: var(--pf-v5-global--BorderColor--100);
|
|
17726
17899
|
color: var(--pf-v5-global--Color--100);
|
|
17727
17900
|
}
|
|
17728
17901
|
:where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
|
|
@@ -18305,6 +18478,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18305
18478
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18306
18479
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18307
18480
|
}
|
|
18481
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
18482
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18483
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
18484
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
18485
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
18486
|
+
}
|
|
18308
18487
|
|
|
18309
18488
|
:where(.pf-theme-dark) .pf-v5-c-menu {
|
|
18310
18489
|
--pf-v5-c-menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -18391,6 +18570,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18391
18570
|
--pf-v5-c-menu-toggle--m-full-height--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
18392
18571
|
--pf-v5-c-menu-toggle--m-full-height--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
18393
18572
|
--pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth: 0;
|
|
18573
|
+
--pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
18394
18574
|
--pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
|
|
18395
18575
|
--pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
|
|
18396
18576
|
--pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
|
|
@@ -18511,6 +18691,17 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18511
18691
|
display: inline-block;
|
|
18512
18692
|
color: var(--pf-v5-c-menu-toggle--m-plain--Color);
|
|
18513
18693
|
}
|
|
18694
|
+
.pf-v5-c-menu-toggle.pf-m-full-height {
|
|
18695
|
+
--pf-v5-c-menu-toggle--PaddingRight: var(--pf-v5-c-menu-toggle--m-full-height--PaddingRight);
|
|
18696
|
+
--pf-v5-c-menu-toggle--PaddingLeft: var(--pf-v5-c-menu-toggle--m-full-height--PaddingLeft);
|
|
18697
|
+
--pf-v5-c-menu-toggle--before--BorderTopWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth);
|
|
18698
|
+
--pf-v5-c-menu-toggle--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--after--BorderBottomWidth);
|
|
18699
|
+
--pf-v5-c-menu-toggle--m-expanded--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth);
|
|
18700
|
+
--pf-v5-c-menu-toggle--hover--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth);
|
|
18701
|
+
--pf-v5-c-menu-toggle--focus--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth);
|
|
18702
|
+
--pf-v5-c-menu-toggle--active--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--active--after--BorderBottomWidth);
|
|
18703
|
+
height: 100%;
|
|
18704
|
+
}
|
|
18514
18705
|
.pf-v5-c-menu-toggle:hover {
|
|
18515
18706
|
--pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-c-menu-toggle--hover--BackgroundColor);
|
|
18516
18707
|
--pf-v5-c-menu-toggle--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--hover--after--BorderBottomWidth);
|
|
@@ -18549,16 +18740,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18549
18740
|
.pf-v5-c-menu-toggle.pf-m-primary::before, .pf-v5-c-menu-toggle.pf-m-primary::after, .pf-v5-c-menu-toggle.pf-m-plain::before, .pf-v5-c-menu-toggle.pf-m-plain::after, .pf-v5-c-menu-toggle:disabled::before, .pf-v5-c-menu-toggle:disabled::after {
|
|
18550
18741
|
border: 0;
|
|
18551
18742
|
}
|
|
18552
|
-
.pf-v5-c-menu-toggle.pf-m-full-height {
|
|
18553
|
-
--pf-v5-c-menu-toggle--PaddingRight: var(--pf-v5-c-menu-toggle--m-full-height--PaddingRight);
|
|
18554
|
-
--pf-v5-c-menu-toggle--PaddingLeft: var(--pf-v5-c-menu-toggle--m-full-height--PaddingLeft);
|
|
18555
|
-
--pf-v5-c-menu-toggle--before--BorderTopWidth: var(--pf-v5-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth);
|
|
18556
|
-
--pf-v5-c-menu-toggle--m-expanded--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--m-expanded--after--BorderBottomWidth);
|
|
18557
|
-
--pf-v5-c-menu-toggle--hover--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--hover--after--BorderBottomWidth);
|
|
18558
|
-
--pf-v5-c-menu-toggle--focus--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--focus--after--BorderBottomWidth);
|
|
18559
|
-
--pf-v5-c-menu-toggle--active--after--BorderBottomWidth: var(--pf-v5-c-menu-toggle--m-full-height--active--after--BorderBottomWidth);
|
|
18560
|
-
height: 100%;
|
|
18561
|
-
}
|
|
18562
18743
|
.pf-v5-c-menu-toggle.pf-m-typeahead {
|
|
18563
18744
|
--pf-v5-c-menu-toggle__button__controls--MarginRight: var(--pf-v5-c-menu-toggle--m-typeahead__controls--MarginRight);
|
|
18564
18745
|
--pf-v5-c-menu-toggle__button__controls--MarginLeft: var(--pf-v5-c-menu-toggle--m-typeahead__controls--MarginLeft);
|
|
@@ -18727,6 +18908,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18727
18908
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18728
18909
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18729
18910
|
}
|
|
18911
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
18912
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18913
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
18914
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
18915
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
18916
|
+
}
|
|
18730
18917
|
|
|
18731
18918
|
:where(.pf-theme-dark) .pf-v5-c-menu-toggle {
|
|
18732
18919
|
--pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -18746,7 +18933,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18746
18933
|
--pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--300);
|
|
18747
18934
|
--pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
18748
18935
|
}
|
|
18749
|
-
:where(.pf-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
|
|
18936
|
+
:where(.pf-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain, :where(.pf-theme-dark) .pf-v5-c-menu-toggle.pf-m-full-height {
|
|
18750
18937
|
background: transparent;
|
|
18751
18938
|
}
|
|
18752
18939
|
|
|
@@ -18946,6 +19133,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18946
19133
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18947
19134
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18948
19135
|
}
|
|
19136
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
19137
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19138
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19139
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
19140
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19141
|
+
}
|
|
18949
19142
|
|
|
18950
19143
|
:where(.pf-theme-dark) .pf-v5-c-modal-box {
|
|
18951
19144
|
--pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -20090,6 +20283,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20090
20283
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20091
20284
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20092
20285
|
}
|
|
20286
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20287
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20288
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
20289
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
20290
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
20291
|
+
}
|
|
20093
20292
|
|
|
20094
20293
|
:where(.pf-theme-dark) .pf-v5-c-nav {
|
|
20095
20294
|
--pf-v5-c-nav__item--item__link--after--Top: -1px;
|
|
@@ -20237,6 +20436,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20237
20436
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20238
20437
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20239
20438
|
}
|
|
20439
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20440
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20441
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
20442
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
20443
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
20444
|
+
}
|
|
20240
20445
|
|
|
20241
20446
|
:where(.pf-theme-dark) .pf-v5-c-notification-badge {
|
|
20242
20447
|
--pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -20521,6 +20726,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20521
20726
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20522
20727
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20523
20728
|
}
|
|
20729
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20730
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20731
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
20732
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
20733
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
20734
|
+
}
|
|
20524
20735
|
|
|
20525
20736
|
:where(.pf-theme-dark) .pf-v5-c-notification-drawer {
|
|
20526
20737
|
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -20798,6 +21009,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20798
21009
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20799
21010
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20800
21011
|
}
|
|
21012
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
21013
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21014
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21015
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
21016
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21017
|
+
}
|
|
20801
21018
|
|
|
20802
21019
|
:where(.pf-theme-dark) .pf-v5-c-options-menu {
|
|
20803
21020
|
--pf-v5-c-options-menu__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -21778,6 +21995,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21778
21995
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21779
21996
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21780
21997
|
}
|
|
21998
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
21999
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22000
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22001
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
|
22002
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22003
|
+
}
|
|
21781
22004
|
|
|
21782
22005
|
:where(.pf-theme-dark):root {
|
|
21783
22006
|
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
@@ -22219,6 +22442,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22219
22442
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22220
22443
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22221
22444
|
}
|
|
22445
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22446
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22447
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22448
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
22449
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22450
|
+
}
|
|
22222
22451
|
|
|
22223
22452
|
:where(.pf-theme-dark) .pf-v5-c-pagination {
|
|
22224
22453
|
--pf-v5-c-pagination--m-sticky--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22317,6 +22546,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22317
22546
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22318
22547
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22319
22548
|
}
|
|
22549
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22550
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22551
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22552
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
22553
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22554
|
+
}
|
|
22320
22555
|
|
|
22321
22556
|
:where(.pf-theme-dark) .pf-v5-c-panel {
|
|
22322
22557
|
--pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22506,6 +22741,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22506
22741
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22507
22742
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22508
22743
|
}
|
|
22744
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22745
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22746
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22747
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
22748
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22749
|
+
}
|
|
22509
22750
|
|
|
22510
22751
|
:where(.pf-theme-dark) .pf-v5-c-popover {
|
|
22511
22752
|
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22694,6 +22935,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22694
22935
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22695
22936
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22696
22937
|
}
|
|
22938
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22939
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22940
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22941
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
22942
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22943
|
+
}
|
|
22697
22944
|
|
|
22698
22945
|
:where(.pf-theme-dark) .pf-v5-c-progress {
|
|
22699
22946
|
--pf-v5-c-progress--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
|
|
@@ -23958,6 +24205,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
23958
24205
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
23959
24206
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
23960
24207
|
}
|
|
24208
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24209
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24210
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
24211
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
24212
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24213
|
+
}
|
|
23961
24214
|
|
|
23962
24215
|
:where(.pf-theme-dark) .pf-v5-c-select {
|
|
23963
24216
|
--pf-v5-c-select__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
@@ -24388,6 +24641,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24388
24641
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24389
24642
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24390
24643
|
}
|
|
24644
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24645
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24646
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
24647
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
24648
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24649
|
+
}
|
|
24391
24650
|
|
|
24392
24651
|
:where(.pf-theme-dark) .pf-v5-c-simple-list {
|
|
24393
24652
|
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
|
@@ -24573,6 +24832,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24573
24832
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24574
24833
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24575
24834
|
}
|
|
24835
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24836
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24837
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
24838
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
24839
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24840
|
+
}
|
|
24576
24841
|
|
|
24577
24842
|
:where(.pf-theme-dark) .pf-v5-c-skeleton {
|
|
24578
24843
|
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
@@ -25034,6 +25299,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25034
25299
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
25035
25300
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
25036
25301
|
}
|
|
25302
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
25303
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
25304
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
25305
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
25306
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25307
|
+
}
|
|
25037
25308
|
|
|
25038
25309
|
:where(.pf-theme-dark) .pf-v5-c-switch {
|
|
25039
25310
|
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--BackgroundColor--100);
|
|
@@ -27719,6 +27990,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27719
27990
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
27720
27991
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27721
27992
|
}
|
|
27993
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
27994
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
27995
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
27996
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
27997
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
27998
|
+
}
|
|
27722
27999
|
|
|
27723
28000
|
:where(.pf-theme-dark) .pf-v5-c-table {
|
|
27724
28001
|
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
|
@@ -29434,6 +29711,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29434
29711
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29435
29712
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29436
29713
|
}
|
|
29714
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
29715
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
29716
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
29717
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
29718
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29719
|
+
}
|
|
29437
29720
|
|
|
29438
29721
|
:where(.pf-theme-dark) .pf-v5-c-tabs {
|
|
29439
29722
|
--pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
|
|
@@ -29604,6 +29887,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29604
29887
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29605
29888
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29606
29889
|
}
|
|
29890
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
29891
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
29892
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
29893
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
29894
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29895
|
+
}
|
|
29607
29896
|
|
|
29608
29897
|
:where(.pf-theme-dark) .pf-v5-c-text-input-group {
|
|
29609
29898
|
--pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -29763,6 +30052,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29763
30052
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29764
30053
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29765
30054
|
}
|
|
30055
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30056
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30057
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30058
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30059
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30060
|
+
}
|
|
29766
30061
|
|
|
29767
30062
|
:where(.pf-theme-dark) .pf-v5-c-tile {
|
|
29768
30063
|
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
@@ -29978,6 +30273,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29978
30273
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29979
30274
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29980
30275
|
}
|
|
30276
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30277
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30278
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30279
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30280
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30281
|
+
}
|
|
29981
30282
|
|
|
29982
30283
|
:where(.pf-theme-dark) .pf-v5-c-toggle-group {
|
|
29983
30284
|
--pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
@@ -30087,6 +30388,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30087
30388
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30088
30389
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30089
30390
|
}
|
|
30391
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30392
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30393
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30394
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30395
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30396
|
+
}
|
|
30090
30397
|
|
|
30091
30398
|
:where(.pf-theme-dark) .pf-v5-c-tooltip {
|
|
30092
30399
|
--pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -30624,6 +30931,12 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30624
30931
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30625
30932
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30626
30933
|
}
|
|
30934
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30935
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30936
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30937
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30938
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30939
|
+
}
|
|
30627
30940
|
|
|
30628
30941
|
:where(.pf-theme-dark) .pf-v5-c-tree-view {
|
|
30629
30942
|
--pf-v5-c-tree-view__node--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -31131,6 +31444,12 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31131
31444
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
31132
31445
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
31133
31446
|
}
|
|
31447
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
31448
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
31449
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
31450
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
31451
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31452
|
+
}
|
|
31134
31453
|
|
|
31135
31454
|
:where(.pf-theme-dark) .pf-v5-c-wizard {
|
|
31136
31455
|
--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|