@patternfly/patternfly 5.0.0-prerelease.3 → 5.0.0-prerelease.5
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/patternfly-themes.css +6 -0
- 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 +6 -0
- package/components/Page/page.css +8 -0
- package/components/Switch/switch.css +3 -0
- package/components/Switch/switch.scss +3 -0
- package/components/Switch/themes/dark/switch.scss +1 -0
- package/components/Wizard/wizard.css +6 -0
- package/docs/components/Switch/examples/Switch.md +36 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -0
- package/patternfly-base-no-globals.css +3 -0
- package/patternfly-base-theme-dark-unversioned.css +3 -0
- package/patternfly-base.css +3 -0
- package/patternfly-no-globals.css +324 -0
- package/patternfly-theme-dark-unversioned.css +324 -0
- package/patternfly.css +324 -0
- 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;
|
|
@@ -320,6 +323,12 @@
|
|
|
320
323
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
321
324
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
322
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
|
+
}
|
|
323
332
|
|
|
324
333
|
:where(.pf-theme-dark) {
|
|
325
334
|
--pf-v5-global--palette--black-50: #e0e0e0;
|
|
@@ -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);
|
|
@@ -17715,6 +17886,12 @@ ul.pf-v5-c-list {
|
|
|
17715
17886
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17716
17887
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17717
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
|
+
}
|
|
17718
17895
|
|
|
17719
17896
|
:where(.pf-theme-dark) .pf-v5-c-masthead {
|
|
17720
17897
|
--pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
@@ -18301,6 +18478,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18301
18478
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18302
18479
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18303
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
|
+
}
|
|
18304
18487
|
|
|
18305
18488
|
:where(.pf-theme-dark) .pf-v5-c-menu {
|
|
18306
18489
|
--pf-v5-c-menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -18725,6 +18908,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18725
18908
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18726
18909
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18727
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
|
+
}
|
|
18728
18917
|
|
|
18729
18918
|
:where(.pf-theme-dark) .pf-v5-c-menu-toggle {
|
|
18730
18919
|
--pf-v5-c-menu-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -18944,6 +19133,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18944
19133
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18945
19134
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18946
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
|
+
}
|
|
18947
19142
|
|
|
18948
19143
|
:where(.pf-theme-dark) .pf-v5-c-modal-box {
|
|
18949
19144
|
--pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -20088,6 +20283,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20088
20283
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20089
20284
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20090
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
|
+
}
|
|
20091
20292
|
|
|
20092
20293
|
:where(.pf-theme-dark) .pf-v5-c-nav {
|
|
20093
20294
|
--pf-v5-c-nav__item--item__link--after--Top: -1px;
|
|
@@ -20235,6 +20436,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20235
20436
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20236
20437
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20237
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
|
+
}
|
|
20238
20445
|
|
|
20239
20446
|
:where(.pf-theme-dark) .pf-v5-c-notification-badge {
|
|
20240
20447
|
--pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -20519,6 +20726,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20519
20726
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20520
20727
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20521
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
|
+
}
|
|
20522
20735
|
|
|
20523
20736
|
:where(.pf-theme-dark) .pf-v5-c-notification-drawer {
|
|
20524
20737
|
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -20796,6 +21009,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20796
21009
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20797
21010
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20798
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
|
+
}
|
|
20799
21018
|
|
|
20800
21019
|
:where(.pf-theme-dark) .pf-v5-c-options-menu {
|
|
20801
21020
|
--pf-v5-c-options-menu__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -21776,6 +21995,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21776
21995
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21777
21996
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21778
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
|
+
}
|
|
21779
22004
|
|
|
21780
22005
|
:where(.pf-theme-dark):root {
|
|
21781
22006
|
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
@@ -22217,6 +22442,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22217
22442
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22218
22443
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22219
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
|
+
}
|
|
22220
22451
|
|
|
22221
22452
|
:where(.pf-theme-dark) .pf-v5-c-pagination {
|
|
22222
22453
|
--pf-v5-c-pagination--m-sticky--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22315,6 +22546,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22315
22546
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22316
22547
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22317
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
|
+
}
|
|
22318
22555
|
|
|
22319
22556
|
:where(.pf-theme-dark) .pf-v5-c-panel {
|
|
22320
22557
|
--pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22504,6 +22741,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22504
22741
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22505
22742
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22506
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
|
+
}
|
|
22507
22750
|
|
|
22508
22751
|
:where(.pf-theme-dark) .pf-v5-c-popover {
|
|
22509
22752
|
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -22692,6 +22935,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22692
22935
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22693
22936
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22694
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
|
+
}
|
|
22695
22944
|
|
|
22696
22945
|
:where(.pf-theme-dark) .pf-v5-c-progress {
|
|
22697
22946
|
--pf-v5-c-progress--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
|
|
@@ -23956,6 +24205,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
23956
24205
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
23957
24206
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
23958
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
|
+
}
|
|
23959
24214
|
|
|
23960
24215
|
:where(.pf-theme-dark) .pf-v5-c-select {
|
|
23961
24216
|
--pf-v5-c-select__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
|
|
@@ -24386,6 +24641,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24386
24641
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24387
24642
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24388
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
|
+
}
|
|
24389
24650
|
|
|
24390
24651
|
:where(.pf-theme-dark) .pf-v5-c-simple-list {
|
|
24391
24652
|
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
|
@@ -24571,6 +24832,12 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24571
24832
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24572
24833
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24573
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
|
+
}
|
|
24574
24841
|
|
|
24575
24842
|
:where(.pf-theme-dark) .pf-v5-c-skeleton {
|
|
24576
24843
|
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
@@ -24891,6 +25158,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
24891
25158
|
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--Color--light-100);
|
|
24892
25159
|
--pf-v5-c-switch__toggle-icon--Left: calc(var(--pf-v5-c-switch--FontSize) * .4);
|
|
24893
25160
|
--pf-v5-c-switch__toggle-icon--Offset: 0.125rem;
|
|
25161
|
+
--pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--palette--black-150);
|
|
24894
25162
|
--pf-v5-c-switch--LineHeight: var(--pf-v5-global--LineHeight--md);
|
|
24895
25163
|
--pf-v5-c-switch--Height: auto;
|
|
24896
25164
|
--pf-v5-c-switch__input--checked__toggle--BackgroundColor: var(--pf-v5-global--primary-color--100);
|
|
@@ -24973,6 +25241,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
24973
25241
|
cursor: not-allowed;
|
|
24974
25242
|
}
|
|
24975
25243
|
.pf-v5-c-switch__input:disabled ~ .pf-v5-c-switch__toggle {
|
|
25244
|
+
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-c-switch__input--disabled__toggle-icon--Color);
|
|
24976
25245
|
cursor: not-allowed;
|
|
24977
25246
|
background-color: var(--pf-v5-c-switch__input--disabled__toggle--BackgroundColor);
|
|
24978
25247
|
}
|
|
@@ -25032,12 +25301,19 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25032
25301
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
25033
25302
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
25034
25303
|
}
|
|
25304
|
+
: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,
|
|
25305
|
+
: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,
|
|
25306
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
25307
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
25308
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25309
|
+
}
|
|
25035
25310
|
|
|
25036
25311
|
:where(.pf-theme-dark) .pf-v5-c-switch {
|
|
25037
25312
|
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--BackgroundColor--100);
|
|
25038
25313
|
--pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
|
|
25039
25314
|
--pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
|
|
25040
25315
|
--pf-v5-c-switch__toggle--before--BoxShadow: none;
|
|
25316
|
+
--pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
25041
25317
|
}
|
|
25042
25318
|
|
|
25043
25319
|
.pf-v5-c-tab-content {
|
|
@@ -27717,6 +27993,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27717
27993
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
27718
27994
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27719
27995
|
}
|
|
27996
|
+
: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,
|
|
27997
|
+
: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,
|
|
27998
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
27999
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
28000
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
28001
|
+
}
|
|
27720
28002
|
|
|
27721
28003
|
:where(.pf-theme-dark) .pf-v5-c-table {
|
|
27722
28004
|
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
|
@@ -29432,6 +29714,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29432
29714
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29433
29715
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29434
29716
|
}
|
|
29717
|
+
: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,
|
|
29718
|
+
: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,
|
|
29719
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
29720
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
29721
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29722
|
+
}
|
|
29435
29723
|
|
|
29436
29724
|
:where(.pf-theme-dark) .pf-v5-c-tabs {
|
|
29437
29725
|
--pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
|
|
@@ -29602,6 +29890,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29602
29890
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29603
29891
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29604
29892
|
}
|
|
29893
|
+
: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,
|
|
29894
|
+
: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,
|
|
29895
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
29896
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
29897
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29898
|
+
}
|
|
29605
29899
|
|
|
29606
29900
|
:where(.pf-theme-dark) .pf-v5-c-text-input-group {
|
|
29607
29901
|
--pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
@@ -29761,6 +30055,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29761
30055
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29762
30056
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29763
30057
|
}
|
|
30058
|
+
: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,
|
|
30059
|
+
: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,
|
|
30060
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30061
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30062
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30063
|
+
}
|
|
29764
30064
|
|
|
29765
30065
|
:where(.pf-theme-dark) .pf-v5-c-tile {
|
|
29766
30066
|
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
@@ -29976,6 +30276,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29976
30276
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29977
30277
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29978
30278
|
}
|
|
30279
|
+
: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,
|
|
30280
|
+
: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,
|
|
30281
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30282
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30283
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30284
|
+
}
|
|
29979
30285
|
|
|
29980
30286
|
:where(.pf-theme-dark) .pf-v5-c-toggle-group {
|
|
29981
30287
|
--pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
@@ -30085,6 +30391,12 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30085
30391
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30086
30392
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30087
30393
|
}
|
|
30394
|
+
: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,
|
|
30395
|
+
: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,
|
|
30396
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30397
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30398
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30399
|
+
}
|
|
30088
30400
|
|
|
30089
30401
|
:where(.pf-theme-dark) .pf-v5-c-tooltip {
|
|
30090
30402
|
--pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -30622,6 +30934,12 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30622
30934
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30623
30935
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30624
30936
|
}
|
|
30937
|
+
: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,
|
|
30938
|
+
: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,
|
|
30939
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30940
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30941
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30942
|
+
}
|
|
30625
30943
|
|
|
30626
30944
|
:where(.pf-theme-dark) .pf-v5-c-tree-view {
|
|
30627
30945
|
--pf-v5-c-tree-view__node--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
@@ -31129,6 +31447,12 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31129
31447
|
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
31130
31448
|
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
31131
31449
|
}
|
|
31450
|
+
: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,
|
|
31451
|
+
: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,
|
|
31452
|
+
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
31453
|
+
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
31454
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31455
|
+
}
|
|
31132
31456
|
|
|
31133
31457
|
:where(.pf-theme-dark) .pf-v5-c-wizard {
|
|
31134
31458
|
--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|