@patternfly/patternfly 4.201.0 → 4.201.1
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/components/AboutModalBox/about-modal-box.css +3 -0
- package/components/Banner/banner.css +3 -0
- package/components/Card/card.css +2 -1
- package/components/Card/themes/dark/card.scss +2 -1
- package/components/LogViewer/log-viewer.css +3 -0
- package/components/Login/login.css +4 -0
- package/components/Masthead/masthead.css +3 -0
- package/components/Page/page.css +5 -0
- package/components/Wizard/wizard.css +3 -0
- package/package.json +1 -1
- package/patternfly-no-reset.css +308 -1
- package/patternfly.css +308 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/placeholders.scss +4 -0
package/patternfly-no-reset.css
CHANGED
|
@@ -388,6 +388,12 @@
|
|
|
388
388
|
--pf-global--link--Color--hover: #73bcf7;
|
|
389
389
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
390
390
|
}
|
|
391
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
392
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
393
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
394
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
395
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
396
|
+
}
|
|
391
397
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
392
398
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
393
399
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -5729,6 +5735,12 @@ html {
|
|
|
5729
5735
|
--pf-global--link--Color--hover: #73bcf7;
|
|
5730
5736
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
5731
5737
|
}
|
|
5738
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
5739
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
5740
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
5741
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
5742
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
5743
|
+
}
|
|
5732
5744
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
5733
5745
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
5734
5746
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -5972,6 +5984,12 @@ html {
|
|
|
5972
5984
|
--pf-global--link--Color--hover: #73bcf7;
|
|
5973
5985
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
5974
5986
|
}
|
|
5987
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
5988
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
5989
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
5990
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
5991
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
5992
|
+
}
|
|
5975
5993
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
5976
5994
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
5977
5995
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6231,6 +6249,12 @@ html {
|
|
|
6231
6249
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6232
6250
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6233
6251
|
}
|
|
6252
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6253
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6254
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6255
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
6256
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
6257
|
+
}
|
|
6234
6258
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6235
6259
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6236
6260
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6543,6 +6567,12 @@ html {
|
|
|
6543
6567
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6544
6568
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6545
6569
|
}
|
|
6570
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6571
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6572
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6573
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
6574
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
6575
|
+
}
|
|
6546
6576
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6547
6577
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6548
6578
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6963,6 +6993,12 @@ html {
|
|
|
6963
6993
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6964
6994
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6965
6995
|
}
|
|
6996
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6997
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6998
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6999
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
7000
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7001
|
+
}
|
|
6966
7002
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6967
7003
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6968
7004
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7085,6 +7121,12 @@ html {
|
|
|
7085
7121
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7086
7122
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7087
7123
|
}
|
|
7124
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7125
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7126
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7127
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
7128
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7129
|
+
}
|
|
7088
7130
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7089
7131
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7090
7132
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7282,6 +7324,12 @@ button.pf-c-breadcrumb__link {
|
|
|
7282
7324
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7283
7325
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7284
7326
|
}
|
|
7327
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7328
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7329
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7330
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
7331
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7332
|
+
}
|
|
7285
7333
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7286
7334
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7287
7335
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7794,6 +7842,12 @@ button.pf-c-breadcrumb__link {
|
|
|
7794
7842
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7795
7843
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7796
7844
|
}
|
|
7845
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7846
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7847
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7848
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
7849
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7850
|
+
}
|
|
7797
7851
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7798
7852
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7799
7853
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8052,6 +8106,12 @@ button.pf-c-breadcrumb__link {
|
|
|
8052
8106
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8053
8107
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8054
8108
|
}
|
|
8109
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8110
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8111
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8112
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8113
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8114
|
+
}
|
|
8055
8115
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8056
8116
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8057
8117
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8432,6 +8492,12 @@ button.pf-c-breadcrumb__link {
|
|
|
8432
8492
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8433
8493
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8434
8494
|
}
|
|
8495
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8496
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8497
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8498
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8499
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8500
|
+
}
|
|
8435
8501
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8436
8502
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8437
8503
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8450,7 +8516,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8450
8516
|
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
8451
8517
|
}
|
|
8452
8518
|
|
|
8453
|
-
:where(.pf-theme-dark) .pf-c-card
|
|
8519
|
+
:where(.pf-theme-dark) .pf-c-card,
|
|
8520
|
+
:where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
|
|
8454
8521
|
--pf-c-card--BoxShadow: var(--pf-global--BoxShadow--md);
|
|
8455
8522
|
--pf-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
8456
8523
|
--pf-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
@@ -8620,6 +8687,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8620
8687
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8621
8688
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8622
8689
|
}
|
|
8690
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8691
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8692
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8693
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8694
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8695
|
+
}
|
|
8623
8696
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8624
8697
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8625
8698
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8818,6 +8891,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8818
8891
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8819
8892
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8820
8893
|
}
|
|
8894
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8895
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8896
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8897
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8898
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8899
|
+
}
|
|
8821
8900
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8822
8901
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8823
8902
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -9034,6 +9113,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9034
9113
|
--pf-global--link--Color--hover: #73bcf7;
|
|
9035
9114
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
9036
9115
|
}
|
|
9116
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
9117
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
9118
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
9119
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
9120
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9121
|
+
}
|
|
9037
9122
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
9038
9123
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
9039
9124
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -9603,6 +9688,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9603
9688
|
--pf-global--link--Color--hover: #73bcf7;
|
|
9604
9689
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
9605
9690
|
}
|
|
9691
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
9692
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
9693
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
9694
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
9695
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9696
|
+
}
|
|
9606
9697
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
9607
9698
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
9608
9699
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -10486,6 +10577,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10486
10577
|
--pf-global--link--Color--hover: #73bcf7;
|
|
10487
10578
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
10488
10579
|
}
|
|
10580
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
10581
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
10582
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
10583
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
10584
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
10585
|
+
}
|
|
10489
10586
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
10490
10587
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
10491
10588
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -12363,6 +12460,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12363
12460
|
--pf-global--link--Color--hover: #73bcf7;
|
|
12364
12461
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
12365
12462
|
}
|
|
12463
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
12464
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
12465
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
12466
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
12467
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
12468
|
+
}
|
|
12366
12469
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
12367
12470
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
12368
12471
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -13560,6 +13663,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13560
13663
|
--pf-global--link--Color--hover: #73bcf7;
|
|
13561
13664
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
13562
13665
|
}
|
|
13666
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
13667
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
13668
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
13669
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
13670
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
13671
|
+
}
|
|
13563
13672
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
13564
13673
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
13565
13674
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -14221,6 +14330,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14221
14330
|
--pf-global--link--Color--hover: #73bcf7;
|
|
14222
14331
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
14223
14332
|
}
|
|
14333
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
14334
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
14335
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
14336
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
14337
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
14338
|
+
}
|
|
14224
14339
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
14225
14340
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
14226
14341
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15084,6 +15199,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15084
15199
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15085
15200
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15086
15201
|
}
|
|
15202
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15203
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15204
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15205
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15206
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15207
|
+
}
|
|
15087
15208
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15088
15209
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15089
15210
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15427,6 +15548,12 @@ textarea.pf-c-form-control {
|
|
|
15427
15548
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15428
15549
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15429
15550
|
}
|
|
15551
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15552
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15553
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15554
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15555
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15556
|
+
}
|
|
15430
15557
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15431
15558
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15432
15559
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15540,6 +15667,12 @@ textarea.pf-c-form-control {
|
|
|
15540
15667
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15541
15668
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15542
15669
|
}
|
|
15670
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15671
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15672
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15673
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15674
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15675
|
+
}
|
|
15543
15676
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15544
15677
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15545
15678
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15645,6 +15778,12 @@ textarea.pf-c-form-control {
|
|
|
15645
15778
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15646
15779
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15647
15780
|
}
|
|
15781
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15782
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15783
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15784
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15785
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15786
|
+
}
|
|
15648
15787
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15649
15788
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15650
15789
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15834,6 +15973,12 @@ label.pf-c-input-group__text {
|
|
|
15834
15973
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15835
15974
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15836
15975
|
}
|
|
15976
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15977
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15978
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15979
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15980
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15981
|
+
}
|
|
15837
15982
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15838
15983
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15839
15984
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -16586,6 +16731,12 @@ button.pf-c-label__content:focus {
|
|
|
16586
16731
|
--pf-global--link--Color--hover: #73bcf7;
|
|
16587
16732
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
16588
16733
|
}
|
|
16734
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
16735
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
16736
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
16737
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
16738
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16739
|
+
}
|
|
16589
16740
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
16590
16741
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
16591
16742
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17040,6 +17191,12 @@ ul.pf-c-list {
|
|
|
17040
17191
|
--pf-global--link--Color--hover: #73bcf7;
|
|
17041
17192
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17042
17193
|
}
|
|
17194
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
17195
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
17196
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
17197
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
17198
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17199
|
+
}
|
|
17043
17200
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
17044
17201
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
17045
17202
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17341,6 +17498,12 @@ ul.pf-c-list {
|
|
|
17341
17498
|
--pf-global--link--Color--hover: #73bcf7;
|
|
17342
17499
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17343
17500
|
}
|
|
17501
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
17502
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
17503
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
17504
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
|
|
17505
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17506
|
+
}
|
|
17344
17507
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
17345
17508
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
17346
17509
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17996,6 +18159,12 @@ ul.pf-c-list {
|
|
|
17996
18159
|
--pf-global--link--Color--hover: #73bcf7;
|
|
17997
18160
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17998
18161
|
}
|
|
18162
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
18163
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
18164
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
18165
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
|
|
18166
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18167
|
+
}
|
|
17999
18168
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
18000
18169
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
18001
18170
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -18591,6 +18760,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18591
18760
|
--pf-global--link--Color--hover: #73bcf7;
|
|
18592
18761
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
18593
18762
|
}
|
|
18763
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
18764
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
18765
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
18766
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
18767
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18768
|
+
}
|
|
18594
18769
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
18595
18770
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
18596
18771
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -19024,6 +19199,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19024
19199
|
--pf-global--link--Color--hover: #73bcf7;
|
|
19025
19200
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
19026
19201
|
}
|
|
19202
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
19203
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
19204
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
19205
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
19206
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
19207
|
+
}
|
|
19027
19208
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
19028
19209
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
19029
19210
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -19256,6 +19437,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19256
19437
|
--pf-global--link--Color--hover: #73bcf7;
|
|
19257
19438
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
19258
19439
|
}
|
|
19440
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
19441
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
19442
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
19443
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
19444
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
19445
|
+
}
|
|
19259
19446
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
19260
19447
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
19261
19448
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20400,6 +20587,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20400
20587
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20401
20588
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20402
20589
|
}
|
|
20590
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
20591
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
20592
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
20593
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
20594
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
20595
|
+
}
|
|
20403
20596
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20404
20597
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20405
20598
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20554,6 +20747,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20554
20747
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20555
20748
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20556
20749
|
}
|
|
20750
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
20751
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
20752
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
20753
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
20754
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
20755
|
+
}
|
|
20557
20756
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20558
20757
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20559
20758
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20851,6 +21050,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20851
21050
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20852
21051
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20853
21052
|
}
|
|
21053
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
21054
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
21055
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
21056
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
21057
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
21058
|
+
}
|
|
20854
21059
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20855
21060
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20856
21061
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -21137,6 +21342,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21137
21342
|
--pf-global--link--Color--hover: #73bcf7;
|
|
21138
21343
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
21139
21344
|
}
|
|
21345
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
21346
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
21347
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
21348
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
21349
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
21350
|
+
}
|
|
21140
21351
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
21141
21352
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
21142
21353
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -22057,6 +22268,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22057
22268
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22058
22269
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22059
22270
|
}
|
|
22271
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
22272
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
22273
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
22274
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
22275
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22276
|
+
}
|
|
22060
22277
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22061
22278
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
22062
22279
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -22447,6 +22664,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22447
22664
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22448
22665
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22449
22666
|
}
|
|
22667
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
22668
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
22669
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
22670
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
22671
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22672
|
+
}
|
|
22450
22673
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
22451
22674
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22452
22675
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -22733,6 +22956,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22733
22956
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22734
22957
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22735
22958
|
}
|
|
22959
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
22960
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
22961
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
22962
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
22963
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22964
|
+
}
|
|
22736
22965
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
22737
22966
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22738
22967
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -22934,6 +23163,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22934
23163
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22935
23164
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22936
23165
|
}
|
|
23166
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
23167
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
23168
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
23169
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
23170
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
23171
|
+
}
|
|
22937
23172
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
22938
23173
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22939
23174
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -23816,6 +24051,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23816
24051
|
--pf-global--link--Color--hover: #73bcf7;
|
|
23817
24052
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
23818
24053
|
}
|
|
24054
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
24055
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
24056
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
24057
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
24058
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24059
|
+
}
|
|
23819
24060
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
23820
24061
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
23821
24062
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -24417,6 +24658,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24417
24658
|
--pf-global--link--Color--hover: #73bcf7;
|
|
24418
24659
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
24419
24660
|
}
|
|
24661
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
24662
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
24663
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
24664
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
24665
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24666
|
+
}
|
|
24420
24667
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
24421
24668
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
24422
24669
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -24851,6 +25098,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24851
25098
|
--pf-global--link--Color--hover: #73bcf7;
|
|
24852
25099
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
24853
25100
|
}
|
|
25101
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
25102
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
25103
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
25104
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
25105
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25106
|
+
}
|
|
24854
25107
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
24855
25108
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
24856
25109
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -25053,6 +25306,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25053
25306
|
--pf-global--link--Color--hover: #73bcf7;
|
|
25054
25307
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
25055
25308
|
}
|
|
25309
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
25310
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
25311
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
25312
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
25313
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25314
|
+
}
|
|
25056
25315
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
25057
25316
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
25058
25317
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -25663,6 +25922,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25663
25922
|
--pf-global--link--Color--hover: #73bcf7;
|
|
25664
25923
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
25665
25924
|
}
|
|
25925
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
25926
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
25927
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
25928
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
25929
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25930
|
+
}
|
|
25666
25931
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
25667
25932
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
25668
25933
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -28386,6 +28651,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28386
28651
|
--pf-global--link--Color--hover: #73bcf7;
|
|
28387
28652
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
28388
28653
|
}
|
|
28654
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
28655
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
28656
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
28657
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
28658
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
28659
|
+
}
|
|
28389
28660
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
28390
28661
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
28391
28662
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30141,6 +30412,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30141
30412
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30142
30413
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30143
30414
|
}
|
|
30415
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
30416
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
30417
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
30418
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
30419
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
30420
|
+
}
|
|
30144
30421
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30145
30422
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30146
30423
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30468,6 +30745,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30468
30745
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30469
30746
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30470
30747
|
}
|
|
30748
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
30749
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
30750
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
30751
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
30752
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
30753
|
+
}
|
|
30471
30754
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30472
30755
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30473
30756
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30668,6 +30951,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30668
30951
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30669
30952
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30670
30953
|
}
|
|
30954
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
30955
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
30956
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
30957
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
30958
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
30959
|
+
}
|
|
30671
30960
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30672
30961
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30673
30962
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30790,6 +31079,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30790
31079
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30791
31080
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30792
31081
|
}
|
|
31082
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
31083
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
31084
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
31085
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
31086
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
31087
|
+
}
|
|
30793
31088
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30794
31089
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30795
31090
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -31321,6 +31616,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31321
31616
|
--pf-global--link--Color--hover: #73bcf7;
|
|
31322
31617
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
31323
31618
|
}
|
|
31619
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
31620
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
31621
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
31622
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
31623
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
31624
|
+
}
|
|
31324
31625
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
31325
31626
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
31326
31627
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -31839,6 +32140,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31839
32140
|
--pf-global--link--Color--hover: #73bcf7;
|
|
31840
32141
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
31841
32142
|
}
|
|
32143
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
32144
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
32145
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
32146
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
32147
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
32148
|
+
}
|
|
31842
32149
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
31843
32150
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
31844
32151
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|