@patternfly/patternfly 4.196.2 → 4.196.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-variables.css +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/CalendarMonth/calendar-month.css +4 -4
- package/components/CalendarMonth/calendar-month.scss +4 -4
- package/components/ChipGroup/chip-group.css +1 -1
- package/components/ChipGroup/chip-group.scss +2 -1
- package/components/LabelGroup/label-group.css +1 -0
- package/components/LabelGroup/label-group.scss +1 -0
- package/components/LogViewer/log-viewer.css +1 -1
- package/components/Login/login.css +1 -1
- package/components/Masthead/masthead.css +1 -1
- package/components/Page/page.css +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +264 -253
- package/docs/components/Form/examples/Form.md +56 -511
- package/docs/demos/Form/examples/BasicForms.md +781 -0
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +3 -3
- package/patternfly-base.css +3 -3
- package/patternfly-no-reset.css +59 -58
- package/patternfly.css +59 -58
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
376
376
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
377
377
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
378
|
-
--pf-global--Color--100: #
|
|
378
|
+
--pf-global--Color--100: #e0e0e0;
|
|
379
379
|
--pf-global--Color--200: #aaabac;
|
|
380
380
|
--pf-global--BorderColor--100: #444548;
|
|
381
381
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
--pf-global--BorderColor--200: #444548;
|
|
425
425
|
--pf-global--BorderColor--300: #57585a;
|
|
426
426
|
--pf-global--BorderColor--400: #aaabac;
|
|
427
|
-
--pf-global--Color--100: #
|
|
427
|
+
--pf-global--Color--100: #e0e0e0;
|
|
428
428
|
--pf-global--Color--200: #aaabac;
|
|
429
429
|
--pf-global--active-color--100: #1fa7f8;
|
|
430
430
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -441,9 +441,9 @@
|
|
|
441
441
|
--pf-global--disabled-color--300: #aaabac;
|
|
442
442
|
--pf-global--icon--Color--light: #aaabac;
|
|
443
443
|
--pf-global--icon--Color--dark: #aaabac;
|
|
444
|
-
--pf-global--Color--dark-100: #
|
|
444
|
+
--pf-global--Color--dark-100: #e0e0e0;
|
|
445
445
|
--pf-global--Color--dark-200: #aaabac;
|
|
446
|
-
--pf-global--Color--light-100: #
|
|
446
|
+
--pf-global--Color--light-100: #e0e0e0;
|
|
447
447
|
--pf-global--Color--light-200: #aaabac;
|
|
448
448
|
--pf-global--Color--light-300: #3c3f42;
|
|
449
449
|
--pf-global--BorderColor--dark-100: #444548;
|
|
@@ -5843,7 +5843,7 @@ a {
|
|
|
5843
5843
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
5844
5844
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
5845
5845
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
5846
|
-
--pf-global--Color--100: #
|
|
5846
|
+
--pf-global--Color--100: #e0e0e0;
|
|
5847
5847
|
--pf-global--Color--200: #aaabac;
|
|
5848
5848
|
--pf-global--BorderColor--100: #444548;
|
|
5849
5849
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6086,7 +6086,7 @@ a {
|
|
|
6086
6086
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6087
6087
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6088
6088
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
6089
|
-
--pf-global--Color--100: #
|
|
6089
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6090
6090
|
--pf-global--Color--200: #aaabac;
|
|
6091
6091
|
--pf-global--BorderColor--100: #444548;
|
|
6092
6092
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6345,7 +6345,7 @@ a {
|
|
|
6345
6345
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6346
6346
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6347
6347
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
6348
|
-
--pf-global--Color--100: #
|
|
6348
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6349
6349
|
--pf-global--Color--200: #aaabac;
|
|
6350
6350
|
--pf-global--BorderColor--100: #444548;
|
|
6351
6351
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6657,7 +6657,7 @@ a {
|
|
|
6657
6657
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6658
6658
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6659
6659
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
6660
|
-
--pf-global--Color--100: #
|
|
6660
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6661
6661
|
--pf-global--Color--200: #aaabac;
|
|
6662
6662
|
--pf-global--BorderColor--100: #444548;
|
|
6663
6663
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7077,7 +7077,7 @@ a {
|
|
|
7077
7077
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7078
7078
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7079
7079
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
7080
|
-
--pf-global--Color--100: #
|
|
7080
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7081
7081
|
--pf-global--Color--200: #aaabac;
|
|
7082
7082
|
--pf-global--BorderColor--100: #444548;
|
|
7083
7083
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7199,7 +7199,7 @@ a {
|
|
|
7199
7199
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7200
7200
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7201
7201
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
|
|
7202
|
-
--pf-global--Color--100: #
|
|
7202
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7203
7203
|
--pf-global--Color--200: #aaabac;
|
|
7204
7204
|
--pf-global--BorderColor--100: #444548;
|
|
7205
7205
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7396,7 +7396,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7396
7396
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7397
7397
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7398
7398
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
7399
|
-
--pf-global--Color--100: #
|
|
7399
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7400
7400
|
--pf-global--Color--200: #aaabac;
|
|
7401
7401
|
--pf-global--BorderColor--100: #444548;
|
|
7402
7402
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7908,7 +7908,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7908
7908
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7909
7909
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7910
7910
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
7911
|
-
--pf-global--Color--100: #
|
|
7911
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7912
7912
|
--pf-global--Color--200: #aaabac;
|
|
7913
7913
|
--pf-global--BorderColor--100: #444548;
|
|
7914
7914
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7983,10 +7983,10 @@ button.pf-c-breadcrumb__link {
|
|
|
7983
7983
|
--pf-c-calendar-month__header-year--Width: 8ch;
|
|
7984
7984
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
7985
7985
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
7986
|
-
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight:
|
|
7987
|
-
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft:
|
|
7988
|
-
--pf-c-calendar-month__header-nav-control--m-next-month--MarginRight:
|
|
7989
|
-
--pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft:
|
|
7986
|
+
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
|
7987
|
+
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: 0;
|
|
7988
|
+
--pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: 0;
|
|
7989
|
+
--pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: 0;
|
|
7990
7990
|
--pf-c-calendar-month__days--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
7991
7991
|
--pf-c-calendar-month__days--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
7992
7992
|
--pf-c-calendar-month__day--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -8166,7 +8166,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8166
8166
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8167
8167
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8168
8168
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
8169
|
-
--pf-global--Color--100: #
|
|
8169
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8170
8170
|
--pf-global--Color--200: #aaabac;
|
|
8171
8171
|
--pf-global--BorderColor--100: #444548;
|
|
8172
8172
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -8684,7 +8684,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8684
8684
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8685
8685
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8686
8686
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
8687
|
-
--pf-global--Color--100: #
|
|
8687
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8688
8688
|
--pf-global--Color--200: #aaabac;
|
|
8689
8689
|
--pf-global--BorderColor--100: #444548;
|
|
8690
8690
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -8733,6 +8733,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8733
8733
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
8734
8734
|
--pf-c-chip-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
8735
8735
|
--pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
8736
|
+
max-width: 100%;
|
|
8736
8737
|
}
|
|
8737
8738
|
.pf-c-chip-group.pf-m-category {
|
|
8738
8739
|
padding-top: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
@@ -8762,7 +8763,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8762
8763
|
flex-wrap: wrap;
|
|
8763
8764
|
align-items: center;
|
|
8764
8765
|
min-width: 0;
|
|
8765
|
-
max-width: 100%;
|
|
8766
8766
|
}
|
|
8767
8767
|
|
|
8768
8768
|
.pf-c-chip-group__list-item {
|
|
@@ -8882,7 +8882,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8882
8882
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8883
8883
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8884
8884
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
8885
|
-
--pf-global--Color--100: #
|
|
8885
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8886
8886
|
--pf-global--Color--200: #aaabac;
|
|
8887
8887
|
--pf-global--BorderColor--100: #444548;
|
|
8888
8888
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -9098,7 +9098,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9098
9098
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
9099
9099
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
9100
9100
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
9101
|
-
--pf-global--Color--100: #
|
|
9101
|
+
--pf-global--Color--100: #e0e0e0;
|
|
9102
9102
|
--pf-global--Color--200: #aaabac;
|
|
9103
9103
|
--pf-global--BorderColor--100: #444548;
|
|
9104
9104
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -9667,7 +9667,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9667
9667
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
9668
9668
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
9669
9669
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
9670
|
-
--pf-global--Color--100: #
|
|
9670
|
+
--pf-global--Color--100: #e0e0e0;
|
|
9671
9671
|
--pf-global--Color--200: #aaabac;
|
|
9672
9672
|
--pf-global--BorderColor--100: #444548;
|
|
9673
9673
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -10550,7 +10550,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10550
10550
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
10551
10551
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
10552
10552
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
10553
|
-
--pf-global--Color--100: #
|
|
10553
|
+
--pf-global--Color--100: #e0e0e0;
|
|
10554
10554
|
--pf-global--Color--200: #aaabac;
|
|
10555
10555
|
--pf-global--BorderColor--100: #444548;
|
|
10556
10556
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -12393,7 +12393,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12393
12393
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
12394
12394
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
12395
12395
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
12396
|
-
--pf-global--Color--100: #
|
|
12396
|
+
--pf-global--Color--100: #e0e0e0;
|
|
12397
12397
|
--pf-global--Color--200: #aaabac;
|
|
12398
12398
|
--pf-global--BorderColor--100: #444548;
|
|
12399
12399
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -13590,7 +13590,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13590
13590
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
13591
13591
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
13592
13592
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
13593
|
-
--pf-global--Color--100: #
|
|
13593
|
+
--pf-global--Color--100: #e0e0e0;
|
|
13594
13594
|
--pf-global--Color--200: #aaabac;
|
|
13595
13595
|
--pf-global--BorderColor--100: #444548;
|
|
13596
13596
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -14196,7 +14196,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14196
14196
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
14197
14197
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
14198
14198
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
14199
|
-
--pf-global--Color--100: #
|
|
14199
|
+
--pf-global--Color--100: #e0e0e0;
|
|
14200
14200
|
--pf-global--Color--200: #aaabac;
|
|
14201
14201
|
--pf-global--BorderColor--100: #444548;
|
|
14202
14202
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15059,7 +15059,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15059
15059
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15060
15060
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15061
15061
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
15062
|
-
--pf-global--Color--100: #
|
|
15062
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15063
15063
|
--pf-global--Color--200: #aaabac;
|
|
15064
15064
|
--pf-global--BorderColor--100: #444548;
|
|
15065
15065
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15402,7 +15402,7 @@ textarea.pf-c-form-control {
|
|
|
15402
15402
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15403
15403
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15404
15404
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
15405
|
-
--pf-global--Color--100: #
|
|
15405
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15406
15406
|
--pf-global--Color--200: #aaabac;
|
|
15407
15407
|
--pf-global--BorderColor--100: #444548;
|
|
15408
15408
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15515,7 +15515,7 @@ textarea.pf-c-form-control {
|
|
|
15515
15515
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15516
15516
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15517
15517
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
15518
|
-
--pf-global--Color--100: #
|
|
15518
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15519
15519
|
--pf-global--Color--200: #aaabac;
|
|
15520
15520
|
--pf-global--BorderColor--100: #444548;
|
|
15521
15521
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15620,7 +15620,7 @@ textarea.pf-c-form-control {
|
|
|
15620
15620
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15621
15621
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15622
15622
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
15623
|
-
--pf-global--Color--100: #
|
|
15623
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15624
15624
|
--pf-global--Color--200: #aaabac;
|
|
15625
15625
|
--pf-global--BorderColor--100: #444548;
|
|
15626
15626
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15809,7 +15809,7 @@ label.pf-c-input-group__text {
|
|
|
15809
15809
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15810
15810
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15811
15811
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
15812
|
-
--pf-global--Color--100: #
|
|
15812
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15813
15813
|
--pf-global--Color--200: #aaabac;
|
|
15814
15814
|
--pf-global--BorderColor--100: #444548;
|
|
15815
15815
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -16561,7 +16561,7 @@ button.pf-c-label__content:focus {
|
|
|
16561
16561
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
16562
16562
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
16563
16563
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
16564
|
-
--pf-global--Color--100: #
|
|
16564
|
+
--pf-global--Color--100: #e0e0e0;
|
|
16565
16565
|
--pf-global--Color--200: #aaabac;
|
|
16566
16566
|
--pf-global--BorderColor--100: #444548;
|
|
16567
16567
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -16663,6 +16663,7 @@ button.pf-c-label__content:focus {
|
|
|
16663
16663
|
--pf-c-label-group__textarea--PaddingBottom: 0;
|
|
16664
16664
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
16665
16665
|
display: inline-flex;
|
|
16666
|
+
align-items: center;
|
|
16666
16667
|
}
|
|
16667
16668
|
.pf-c-label-group.pf-m-category {
|
|
16668
16669
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -17014,7 +17015,7 @@ ul.pf-c-list {
|
|
|
17014
17015
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
17015
17016
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
17016
17017
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
|
|
17017
|
-
--pf-global--Color--100: #
|
|
17018
|
+
--pf-global--Color--100: #e0e0e0;
|
|
17018
17019
|
--pf-global--Color--200: #aaabac;
|
|
17019
17020
|
--pf-global--BorderColor--100: #444548;
|
|
17020
17021
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -17315,7 +17316,7 @@ ul.pf-c-list {
|
|
|
17315
17316
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
17316
17317
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
17317
17318
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
|
|
17318
|
-
--pf-global--Color--100: #
|
|
17319
|
+
--pf-global--Color--100: #e0e0e0;
|
|
17319
17320
|
--pf-global--Color--200: #aaabac;
|
|
17320
17321
|
--pf-global--BorderColor--100: #444548;
|
|
17321
17322
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -17970,7 +17971,7 @@ ul.pf-c-list {
|
|
|
17970
17971
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
17971
17972
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
17972
17973
|
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
17973
|
-
--pf-global--Color--100: #
|
|
17974
|
+
--pf-global--Color--100: #e0e0e0;
|
|
17974
17975
|
--pf-global--Color--200: #aaabac;
|
|
17975
17976
|
--pf-global--BorderColor--100: #444548;
|
|
17976
17977
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -18568,7 +18569,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18568
18569
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
18569
18570
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
18570
18571
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
18571
|
-
--pf-global--Color--100: #
|
|
18572
|
+
--pf-global--Color--100: #e0e0e0;
|
|
18572
18573
|
--pf-global--Color--200: #aaabac;
|
|
18573
18574
|
--pf-global--BorderColor--100: #444548;
|
|
18574
18575
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -19001,7 +19002,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19001
19002
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
19002
19003
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
19003
19004
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
19004
|
-
--pf-global--Color--100: #
|
|
19005
|
+
--pf-global--Color--100: #e0e0e0;
|
|
19005
19006
|
--pf-global--Color--200: #aaabac;
|
|
19006
19007
|
--pf-global--BorderColor--100: #444548;
|
|
19007
19008
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -19233,7 +19234,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19233
19234
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
19234
19235
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
19235
19236
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
19236
|
-
--pf-global--Color--100: #
|
|
19237
|
+
--pf-global--Color--100: #e0e0e0;
|
|
19237
19238
|
--pf-global--Color--200: #aaabac;
|
|
19238
19239
|
--pf-global--BorderColor--100: #444548;
|
|
19239
19240
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20377,7 +20378,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20377
20378
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20378
20379
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
20379
20380
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20380
|
-
--pf-global--Color--100: #
|
|
20381
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20381
20382
|
--pf-global--Color--200: #aaabac;
|
|
20382
20383
|
--pf-global--BorderColor--100: #444548;
|
|
20383
20384
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20531,7 +20532,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20531
20532
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20532
20533
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
20533
20534
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20534
|
-
--pf-global--Color--100: #
|
|
20535
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20535
20536
|
--pf-global--Color--200: #aaabac;
|
|
20536
20537
|
--pf-global--BorderColor--100: #444548;
|
|
20537
20538
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20828,7 +20829,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20828
20829
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20829
20830
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
20830
20831
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20831
|
-
--pf-global--Color--100: #
|
|
20832
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20832
20833
|
--pf-global--Color--200: #aaabac;
|
|
20833
20834
|
--pf-global--BorderColor--100: #444548;
|
|
20834
20835
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -21114,7 +21115,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21114
21115
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
21115
21116
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
21116
21117
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
21117
|
-
--pf-global--Color--100: #
|
|
21118
|
+
--pf-global--Color--100: #e0e0e0;
|
|
21118
21119
|
--pf-global--Color--200: #aaabac;
|
|
21119
21120
|
--pf-global--BorderColor--100: #444548;
|
|
21120
21121
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -21904,7 +21905,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21904
21905
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
21905
21906
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
|
|
21906
21907
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
21907
|
-
--pf-global--Color--100: #
|
|
21908
|
+
--pf-global--Color--100: #e0e0e0;
|
|
21908
21909
|
--pf-global--Color--200: #aaabac;
|
|
21909
21910
|
--pf-global--BorderColor--100: #444548;
|
|
21910
21911
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22294,7 +22295,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22294
22295
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
22295
22296
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22296
22297
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22297
|
-
--pf-global--Color--100: #
|
|
22298
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22298
22299
|
--pf-global--Color--200: #aaabac;
|
|
22299
22300
|
--pf-global--BorderColor--100: #444548;
|
|
22300
22301
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22580,7 +22581,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22580
22581
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
22581
22582
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22582
22583
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22583
|
-
--pf-global--Color--100: #
|
|
22584
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22584
22585
|
--pf-global--Color--200: #aaabac;
|
|
22585
22586
|
--pf-global--BorderColor--100: #444548;
|
|
22586
22587
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22781,7 +22782,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22781
22782
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
22782
22783
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22783
22784
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22784
|
-
--pf-global--Color--100: #
|
|
22785
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22785
22786
|
--pf-global--Color--200: #aaabac;
|
|
22786
22787
|
--pf-global--BorderColor--100: #444548;
|
|
22787
22788
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -23315,7 +23316,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23315
23316
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
23316
23317
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
23317
23318
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
23318
|
-
--pf-global--Color--100: #
|
|
23319
|
+
--pf-global--Color--100: #e0e0e0;
|
|
23319
23320
|
--pf-global--Color--200: #aaabac;
|
|
23320
23321
|
--pf-global--BorderColor--100: #444548;
|
|
23321
23322
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -23916,7 +23917,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23916
23917
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
23917
23918
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
23918
23919
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
23919
|
-
--pf-global--Color--100: #
|
|
23920
|
+
--pf-global--Color--100: #e0e0e0;
|
|
23920
23921
|
--pf-global--Color--200: #aaabac;
|
|
23921
23922
|
--pf-global--BorderColor--100: #444548;
|
|
23922
23923
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -24350,7 +24351,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24350
24351
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
24351
24352
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
24352
24353
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
24353
|
-
--pf-global--Color--100: #
|
|
24354
|
+
--pf-global--Color--100: #e0e0e0;
|
|
24354
24355
|
--pf-global--Color--200: #aaabac;
|
|
24355
24356
|
--pf-global--BorderColor--100: #444548;
|
|
24356
24357
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -24552,7 +24553,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24552
24553
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
24553
24554
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
24554
24555
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
24555
|
-
--pf-global--Color--100: #
|
|
24556
|
+
--pf-global--Color--100: #e0e0e0;
|
|
24556
24557
|
--pf-global--Color--200: #aaabac;
|
|
24557
24558
|
--pf-global--BorderColor--100: #444548;
|
|
24558
24559
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -25162,7 +25163,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25162
25163
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
25163
25164
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
25164
25165
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
25165
|
-
--pf-global--Color--100: #
|
|
25166
|
+
--pf-global--Color--100: #e0e0e0;
|
|
25166
25167
|
--pf-global--Color--200: #aaabac;
|
|
25167
25168
|
--pf-global--BorderColor--100: #444548;
|
|
25168
25169
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -27869,7 +27870,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27869
27870
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
27870
27871
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
27871
27872
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
27872
|
-
--pf-global--Color--100: #
|
|
27873
|
+
--pf-global--Color--100: #e0e0e0;
|
|
27873
27874
|
--pf-global--Color--200: #aaabac;
|
|
27874
27875
|
--pf-global--BorderColor--100: #444548;
|
|
27875
27876
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -29594,7 +29595,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29594
29595
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
29595
29596
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
29596
29597
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
29597
|
-
--pf-global--Color--100: #
|
|
29598
|
+
--pf-global--Color--100: #e0e0e0;
|
|
29598
29599
|
--pf-global--Color--200: #aaabac;
|
|
29599
29600
|
--pf-global--BorderColor--100: #444548;
|
|
29600
29601
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -29921,7 +29922,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29921
29922
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
29922
29923
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
29923
29924
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
29924
|
-
--pf-global--Color--100: #
|
|
29925
|
+
--pf-global--Color--100: #e0e0e0;
|
|
29925
29926
|
--pf-global--Color--200: #aaabac;
|
|
29926
29927
|
--pf-global--BorderColor--100: #444548;
|
|
29927
29928
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -30121,7 +30122,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30121
30122
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
30122
30123
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
30123
30124
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
30124
|
-
--pf-global--Color--100: #
|
|
30125
|
+
--pf-global--Color--100: #e0e0e0;
|
|
30125
30126
|
--pf-global--Color--200: #aaabac;
|
|
30126
30127
|
--pf-global--BorderColor--100: #444548;
|
|
30127
30128
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -30243,7 +30244,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30243
30244
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
30244
30245
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
30245
30246
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
30246
|
-
--pf-global--Color--100: #
|
|
30247
|
+
--pf-global--Color--100: #e0e0e0;
|
|
30247
30248
|
--pf-global--Color--200: #aaabac;
|
|
30248
30249
|
--pf-global--BorderColor--100: #444548;
|
|
30249
30250
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -30774,7 +30775,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30774
30775
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
30775
30776
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
30776
30777
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
30777
|
-
--pf-global--Color--100: #
|
|
30778
|
+
--pf-global--Color--100: #e0e0e0;
|
|
30778
30779
|
--pf-global--Color--200: #aaabac;
|
|
30779
30780
|
--pf-global--BorderColor--100: #444548;
|
|
30780
30781
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -31291,7 +31292,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31291
31292
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
31292
31293
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
31293
31294
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
31294
|
-
--pf-global--Color--100: #
|
|
31295
|
+
--pf-global--Color--100: #e0e0e0;
|
|
31295
31296
|
--pf-global--Color--200: #aaabac;
|
|
31296
31297
|
--pf-global--BorderColor--100: #444548;
|
|
31297
31298
|
--pf-global--primary-color--100: #1fa7f8;
|