@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/package.json
CHANGED
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
--pf-global--BorderColor--200: #444548;
|
|
322
322
|
--pf-global--BorderColor--300: #57585a;
|
|
323
323
|
--pf-global--BorderColor--400: #aaabac;
|
|
324
|
-
--pf-global--Color--100: #
|
|
324
|
+
--pf-global--Color--100: #e0e0e0;
|
|
325
325
|
--pf-global--Color--200: #aaabac;
|
|
326
326
|
--pf-global--active-color--100: #1fa7f8;
|
|
327
327
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -338,9 +338,9 @@
|
|
|
338
338
|
--pf-global--disabled-color--300: #aaabac;
|
|
339
339
|
--pf-global--icon--Color--light: #aaabac;
|
|
340
340
|
--pf-global--icon--Color--dark: #aaabac;
|
|
341
|
-
--pf-global--Color--dark-100: #
|
|
341
|
+
--pf-global--Color--dark-100: #e0e0e0;
|
|
342
342
|
--pf-global--Color--dark-200: #aaabac;
|
|
343
|
-
--pf-global--Color--light-100: #
|
|
343
|
+
--pf-global--Color--light-100: #e0e0e0;
|
|
344
344
|
--pf-global--Color--light-200: #aaabac;
|
|
345
345
|
--pf-global--Color--light-300: #3c3f42;
|
|
346
346
|
--pf-global--BorderColor--dark-100: #444548;
|
package/patternfly-base.css
CHANGED
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
--pf-global--BorderColor--200: #444548;
|
|
322
322
|
--pf-global--BorderColor--300: #57585a;
|
|
323
323
|
--pf-global--BorderColor--400: #aaabac;
|
|
324
|
-
--pf-global--Color--100: #
|
|
324
|
+
--pf-global--Color--100: #e0e0e0;
|
|
325
325
|
--pf-global--Color--200: #aaabac;
|
|
326
326
|
--pf-global--active-color--100: #1fa7f8;
|
|
327
327
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -338,9 +338,9 @@
|
|
|
338
338
|
--pf-global--disabled-color--300: #aaabac;
|
|
339
339
|
--pf-global--icon--Color--light: #aaabac;
|
|
340
340
|
--pf-global--icon--Color--dark: #aaabac;
|
|
341
|
-
--pf-global--Color--dark-100: #
|
|
341
|
+
--pf-global--Color--dark-100: #e0e0e0;
|
|
342
342
|
--pf-global--Color--dark-200: #aaabac;
|
|
343
|
-
--pf-global--Color--light-100: #
|
|
343
|
+
--pf-global--Color--light-100: #e0e0e0;
|
|
344
344
|
--pf-global--Color--light-200: #aaabac;
|
|
345
345
|
--pf-global--Color--light-300: #3c3f42;
|
|
346
346
|
--pf-global--BorderColor--dark-100: #444548;
|
package/patternfly-no-reset.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;
|
|
@@ -5716,7 +5716,7 @@ html {
|
|
|
5716
5716
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
5717
5717
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
5718
5718
|
: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 {
|
|
5719
|
-
--pf-global--Color--100: #
|
|
5719
|
+
--pf-global--Color--100: #e0e0e0;
|
|
5720
5720
|
--pf-global--Color--200: #aaabac;
|
|
5721
5721
|
--pf-global--BorderColor--100: #444548;
|
|
5722
5722
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -5959,7 +5959,7 @@ html {
|
|
|
5959
5959
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
5960
5960
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
5961
5961
|
: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 {
|
|
5962
|
-
--pf-global--Color--100: #
|
|
5962
|
+
--pf-global--Color--100: #e0e0e0;
|
|
5963
5963
|
--pf-global--Color--200: #aaabac;
|
|
5964
5964
|
--pf-global--BorderColor--100: #444548;
|
|
5965
5965
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6218,7 +6218,7 @@ html {
|
|
|
6218
6218
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6219
6219
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6220
6220
|
: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 {
|
|
6221
|
-
--pf-global--Color--100: #
|
|
6221
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6222
6222
|
--pf-global--Color--200: #aaabac;
|
|
6223
6223
|
--pf-global--BorderColor--100: #444548;
|
|
6224
6224
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6530,7 +6530,7 @@ html {
|
|
|
6530
6530
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6531
6531
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6532
6532
|
: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 {
|
|
6533
|
-
--pf-global--Color--100: #
|
|
6533
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6534
6534
|
--pf-global--Color--200: #aaabac;
|
|
6535
6535
|
--pf-global--BorderColor--100: #444548;
|
|
6536
6536
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -6950,7 +6950,7 @@ html {
|
|
|
6950
6950
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6951
6951
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
6952
6952
|
: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 {
|
|
6953
|
-
--pf-global--Color--100: #
|
|
6953
|
+
--pf-global--Color--100: #e0e0e0;
|
|
6954
6954
|
--pf-global--Color--200: #aaabac;
|
|
6955
6955
|
--pf-global--BorderColor--100: #444548;
|
|
6956
6956
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7072,7 +7072,7 @@ html {
|
|
|
7072
7072
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7073
7073
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7074
7074
|
: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 {
|
|
7075
|
-
--pf-global--Color--100: #
|
|
7075
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7076
7076
|
--pf-global--Color--200: #aaabac;
|
|
7077
7077
|
--pf-global--BorderColor--100: #444548;
|
|
7078
7078
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7269,7 +7269,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7269
7269
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7270
7270
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7271
7271
|
: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 {
|
|
7272
|
-
--pf-global--Color--100: #
|
|
7272
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7273
7273
|
--pf-global--Color--200: #aaabac;
|
|
7274
7274
|
--pf-global--BorderColor--100: #444548;
|
|
7275
7275
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7781,7 +7781,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7781
7781
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7782
7782
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
7783
7783
|
: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 {
|
|
7784
|
-
--pf-global--Color--100: #
|
|
7784
|
+
--pf-global--Color--100: #e0e0e0;
|
|
7785
7785
|
--pf-global--Color--200: #aaabac;
|
|
7786
7786
|
--pf-global--BorderColor--100: #444548;
|
|
7787
7787
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -7856,10 +7856,10 @@ button.pf-c-breadcrumb__link {
|
|
|
7856
7856
|
--pf-c-calendar-month__header-year--Width: 8ch;
|
|
7857
7857
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
7858
7858
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
7859
|
-
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight:
|
|
7860
|
-
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft:
|
|
7861
|
-
--pf-c-calendar-month__header-nav-control--m-next-month--MarginRight:
|
|
7862
|
-
--pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft:
|
|
7859
|
+
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
|
7860
|
+
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: 0;
|
|
7861
|
+
--pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: 0;
|
|
7862
|
+
--pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: 0;
|
|
7863
7863
|
--pf-c-calendar-month__days--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
7864
7864
|
--pf-c-calendar-month__days--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
7865
7865
|
--pf-c-calendar-month__day--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -8039,7 +8039,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8039
8039
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8040
8040
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8041
8041
|
: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 {
|
|
8042
|
-
--pf-global--Color--100: #
|
|
8042
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8043
8043
|
--pf-global--Color--200: #aaabac;
|
|
8044
8044
|
--pf-global--BorderColor--100: #444548;
|
|
8045
8045
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -8557,7 +8557,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8557
8557
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8558
8558
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8559
8559
|
: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 {
|
|
8560
|
-
--pf-global--Color--100: #
|
|
8560
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8561
8561
|
--pf-global--Color--200: #aaabac;
|
|
8562
8562
|
--pf-global--BorderColor--100: #444548;
|
|
8563
8563
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -8606,6 +8606,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8606
8606
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
8607
8607
|
--pf-c-chip-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
8608
8608
|
--pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
8609
|
+
max-width: 100%;
|
|
8609
8610
|
}
|
|
8610
8611
|
.pf-c-chip-group.pf-m-category {
|
|
8611
8612
|
padding-top: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
@@ -8635,7 +8636,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8635
8636
|
flex-wrap: wrap;
|
|
8636
8637
|
align-items: center;
|
|
8637
8638
|
min-width: 0;
|
|
8638
|
-
max-width: 100%;
|
|
8639
8639
|
}
|
|
8640
8640
|
|
|
8641
8641
|
.pf-c-chip-group__list-item {
|
|
@@ -8755,7 +8755,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8755
8755
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8756
8756
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8757
8757
|
: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 {
|
|
8758
|
-
--pf-global--Color--100: #
|
|
8758
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8759
8759
|
--pf-global--Color--200: #aaabac;
|
|
8760
8760
|
--pf-global--BorderColor--100: #444548;
|
|
8761
8761
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -8971,7 +8971,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8971
8971
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8972
8972
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
8973
8973
|
: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 {
|
|
8974
|
-
--pf-global--Color--100: #
|
|
8974
|
+
--pf-global--Color--100: #e0e0e0;
|
|
8975
8975
|
--pf-global--Color--200: #aaabac;
|
|
8976
8976
|
--pf-global--BorderColor--100: #444548;
|
|
8977
8977
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -9540,7 +9540,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9540
9540
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
9541
9541
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
9542
9542
|
: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 {
|
|
9543
|
-
--pf-global--Color--100: #
|
|
9543
|
+
--pf-global--Color--100: #e0e0e0;
|
|
9544
9544
|
--pf-global--Color--200: #aaabac;
|
|
9545
9545
|
--pf-global--BorderColor--100: #444548;
|
|
9546
9546
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -10423,7 +10423,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10423
10423
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
10424
10424
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
10425
10425
|
: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 {
|
|
10426
|
-
--pf-global--Color--100: #
|
|
10426
|
+
--pf-global--Color--100: #e0e0e0;
|
|
10427
10427
|
--pf-global--Color--200: #aaabac;
|
|
10428
10428
|
--pf-global--BorderColor--100: #444548;
|
|
10429
10429
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -12266,7 +12266,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12266
12266
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
12267
12267
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
12268
12268
|
: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 {
|
|
12269
|
-
--pf-global--Color--100: #
|
|
12269
|
+
--pf-global--Color--100: #e0e0e0;
|
|
12270
12270
|
--pf-global--Color--200: #aaabac;
|
|
12271
12271
|
--pf-global--BorderColor--100: #444548;
|
|
12272
12272
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -13463,7 +13463,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13463
13463
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
13464
13464
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
13465
13465
|
: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 {
|
|
13466
|
-
--pf-global--Color--100: #
|
|
13466
|
+
--pf-global--Color--100: #e0e0e0;
|
|
13467
13467
|
--pf-global--Color--200: #aaabac;
|
|
13468
13468
|
--pf-global--BorderColor--100: #444548;
|
|
13469
13469
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -14069,7 +14069,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14069
14069
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
14070
14070
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
14071
14071
|
: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 {
|
|
14072
|
-
--pf-global--Color--100: #
|
|
14072
|
+
--pf-global--Color--100: #e0e0e0;
|
|
14073
14073
|
--pf-global--Color--200: #aaabac;
|
|
14074
14074
|
--pf-global--BorderColor--100: #444548;
|
|
14075
14075
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -14932,7 +14932,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14932
14932
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
14933
14933
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
14934
14934
|
: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 {
|
|
14935
|
-
--pf-global--Color--100: #
|
|
14935
|
+
--pf-global--Color--100: #e0e0e0;
|
|
14936
14936
|
--pf-global--Color--200: #aaabac;
|
|
14937
14937
|
--pf-global--BorderColor--100: #444548;
|
|
14938
14938
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15275,7 +15275,7 @@ textarea.pf-c-form-control {
|
|
|
15275
15275
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15276
15276
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15277
15277
|
: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 {
|
|
15278
|
-
--pf-global--Color--100: #
|
|
15278
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15279
15279
|
--pf-global--Color--200: #aaabac;
|
|
15280
15280
|
--pf-global--BorderColor--100: #444548;
|
|
15281
15281
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15388,7 +15388,7 @@ textarea.pf-c-form-control {
|
|
|
15388
15388
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15389
15389
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15390
15390
|
: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 {
|
|
15391
|
-
--pf-global--Color--100: #
|
|
15391
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15392
15392
|
--pf-global--Color--200: #aaabac;
|
|
15393
15393
|
--pf-global--BorderColor--100: #444548;
|
|
15394
15394
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15493,7 +15493,7 @@ textarea.pf-c-form-control {
|
|
|
15493
15493
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15494
15494
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15495
15495
|
: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 {
|
|
15496
|
-
--pf-global--Color--100: #
|
|
15496
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15497
15497
|
--pf-global--Color--200: #aaabac;
|
|
15498
15498
|
--pf-global--BorderColor--100: #444548;
|
|
15499
15499
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -15682,7 +15682,7 @@ label.pf-c-input-group__text {
|
|
|
15682
15682
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
15683
15683
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
15684
15684
|
: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 {
|
|
15685
|
-
--pf-global--Color--100: #
|
|
15685
|
+
--pf-global--Color--100: #e0e0e0;
|
|
15686
15686
|
--pf-global--Color--200: #aaabac;
|
|
15687
15687
|
--pf-global--BorderColor--100: #444548;
|
|
15688
15688
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -16434,7 +16434,7 @@ button.pf-c-label__content:focus {
|
|
|
16434
16434
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
16435
16435
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
16436
16436
|
: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 {
|
|
16437
|
-
--pf-global--Color--100: #
|
|
16437
|
+
--pf-global--Color--100: #e0e0e0;
|
|
16438
16438
|
--pf-global--Color--200: #aaabac;
|
|
16439
16439
|
--pf-global--BorderColor--100: #444548;
|
|
16440
16440
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -16536,6 +16536,7 @@ button.pf-c-label__content:focus {
|
|
|
16536
16536
|
--pf-c-label-group__textarea--PaddingBottom: 0;
|
|
16537
16537
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
16538
16538
|
display: inline-flex;
|
|
16539
|
+
align-items: center;
|
|
16539
16540
|
}
|
|
16540
16541
|
.pf-c-label-group.pf-m-category {
|
|
16541
16542
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -16887,7 +16888,7 @@ ul.pf-c-list {
|
|
|
16887
16888
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
16888
16889
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
16889
16890
|
: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 {
|
|
16890
|
-
--pf-global--Color--100: #
|
|
16891
|
+
--pf-global--Color--100: #e0e0e0;
|
|
16891
16892
|
--pf-global--Color--200: #aaabac;
|
|
16892
16893
|
--pf-global--BorderColor--100: #444548;
|
|
16893
16894
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -17188,7 +17189,7 @@ ul.pf-c-list {
|
|
|
17188
17189
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
17189
17190
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
17190
17191
|
: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 {
|
|
17191
|
-
--pf-global--Color--100: #
|
|
17192
|
+
--pf-global--Color--100: #e0e0e0;
|
|
17192
17193
|
--pf-global--Color--200: #aaabac;
|
|
17193
17194
|
--pf-global--BorderColor--100: #444548;
|
|
17194
17195
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -17843,7 +17844,7 @@ ul.pf-c-list {
|
|
|
17843
17844
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
17844
17845
|
: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,
|
|
17845
17846
|
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
17846
|
-
--pf-global--Color--100: #
|
|
17847
|
+
--pf-global--Color--100: #e0e0e0;
|
|
17847
17848
|
--pf-global--Color--200: #aaabac;
|
|
17848
17849
|
--pf-global--BorderColor--100: #444548;
|
|
17849
17850
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -18441,7 +18442,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18441
18442
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
18442
18443
|
: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,
|
|
18443
18444
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
18444
|
-
--pf-global--Color--100: #
|
|
18445
|
+
--pf-global--Color--100: #e0e0e0;
|
|
18445
18446
|
--pf-global--Color--200: #aaabac;
|
|
18446
18447
|
--pf-global--BorderColor--100: #444548;
|
|
18447
18448
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -18874,7 +18875,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18874
18875
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
18875
18876
|
: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,
|
|
18876
18877
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
18877
|
-
--pf-global--Color--100: #
|
|
18878
|
+
--pf-global--Color--100: #e0e0e0;
|
|
18878
18879
|
--pf-global--Color--200: #aaabac;
|
|
18879
18880
|
--pf-global--BorderColor--100: #444548;
|
|
18880
18881
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -19106,7 +19107,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19106
19107
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
19107
19108
|
: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,
|
|
19108
19109
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
19109
|
-
--pf-global--Color--100: #
|
|
19110
|
+
--pf-global--Color--100: #e0e0e0;
|
|
19110
19111
|
--pf-global--Color--200: #aaabac;
|
|
19111
19112
|
--pf-global--BorderColor--100: #444548;
|
|
19112
19113
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20250,7 +20251,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20250
20251
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20251
20252
|
: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,
|
|
20252
20253
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20253
|
-
--pf-global--Color--100: #
|
|
20254
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20254
20255
|
--pf-global--Color--200: #aaabac;
|
|
20255
20256
|
--pf-global--BorderColor--100: #444548;
|
|
20256
20257
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20404,7 +20405,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20404
20405
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20405
20406
|
: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,
|
|
20406
20407
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20407
|
-
--pf-global--Color--100: #
|
|
20408
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20408
20409
|
--pf-global--Color--200: #aaabac;
|
|
20409
20410
|
--pf-global--BorderColor--100: #444548;
|
|
20410
20411
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20701,7 +20702,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20701
20702
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20702
20703
|
: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,
|
|
20703
20704
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20704
|
-
--pf-global--Color--100: #
|
|
20705
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20705
20706
|
--pf-global--Color--200: #aaabac;
|
|
20706
20707
|
--pf-global--BorderColor--100: #444548;
|
|
20707
20708
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -20987,7 +20988,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20987
20988
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
20988
20989
|
: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,
|
|
20989
20990
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
20990
|
-
--pf-global--Color--100: #
|
|
20991
|
+
--pf-global--Color--100: #e0e0e0;
|
|
20991
20992
|
--pf-global--Color--200: #aaabac;
|
|
20992
20993
|
--pf-global--BorderColor--100: #444548;
|
|
20993
20994
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -21777,7 +21778,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21777
21778
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
21778
21779
|
: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,
|
|
21779
21780
|
:where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
|
|
21780
|
-
--pf-global--Color--100: #
|
|
21781
|
+
--pf-global--Color--100: #e0e0e0;
|
|
21781
21782
|
--pf-global--Color--200: #aaabac;
|
|
21782
21783
|
--pf-global--BorderColor--100: #444548;
|
|
21783
21784
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22167,7 +22168,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22167
22168
|
: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,
|
|
22168
22169
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22169
22170
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22170
|
-
--pf-global--Color--100: #
|
|
22171
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22171
22172
|
--pf-global--Color--200: #aaabac;
|
|
22172
22173
|
--pf-global--BorderColor--100: #444548;
|
|
22173
22174
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22453,7 +22454,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22453
22454
|
: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,
|
|
22454
22455
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22455
22456
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22456
|
-
--pf-global--Color--100: #
|
|
22457
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22457
22458
|
--pf-global--Color--200: #aaabac;
|
|
22458
22459
|
--pf-global--BorderColor--100: #444548;
|
|
22459
22460
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -22654,7 +22655,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22654
22655
|
: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,
|
|
22655
22656
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
22656
22657
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
22657
|
-
--pf-global--Color--100: #
|
|
22658
|
+
--pf-global--Color--100: #e0e0e0;
|
|
22658
22659
|
--pf-global--Color--200: #aaabac;
|
|
22659
22660
|
--pf-global--BorderColor--100: #444548;
|
|
22660
22661
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -23188,7 +23189,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23188
23189
|
: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,
|
|
23189
23190
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
23190
23191
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
23191
|
-
--pf-global--Color--100: #
|
|
23192
|
+
--pf-global--Color--100: #e0e0e0;
|
|
23192
23193
|
--pf-global--Color--200: #aaabac;
|
|
23193
23194
|
--pf-global--BorderColor--100: #444548;
|
|
23194
23195
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -23789,7 +23790,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23789
23790
|
: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,
|
|
23790
23791
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
23791
23792
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
23792
|
-
--pf-global--Color--100: #
|
|
23793
|
+
--pf-global--Color--100: #e0e0e0;
|
|
23793
23794
|
--pf-global--Color--200: #aaabac;
|
|
23794
23795
|
--pf-global--BorderColor--100: #444548;
|
|
23795
23796
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -24223,7 +24224,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24223
24224
|
: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,
|
|
24224
24225
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
24225
24226
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
24226
|
-
--pf-global--Color--100: #
|
|
24227
|
+
--pf-global--Color--100: #e0e0e0;
|
|
24227
24228
|
--pf-global--Color--200: #aaabac;
|
|
24228
24229
|
--pf-global--BorderColor--100: #444548;
|
|
24229
24230
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -24425,7 +24426,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24425
24426
|
: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,
|
|
24426
24427
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
24427
24428
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
24428
|
-
--pf-global--Color--100: #
|
|
24429
|
+
--pf-global--Color--100: #e0e0e0;
|
|
24429
24430
|
--pf-global--Color--200: #aaabac;
|
|
24430
24431
|
--pf-global--BorderColor--100: #444548;
|
|
24431
24432
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -25035,7 +25036,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25035
25036
|
: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,
|
|
25036
25037
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
25037
25038
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
25038
|
-
--pf-global--Color--100: #
|
|
25039
|
+
--pf-global--Color--100: #e0e0e0;
|
|
25039
25040
|
--pf-global--Color--200: #aaabac;
|
|
25040
25041
|
--pf-global--BorderColor--100: #444548;
|
|
25041
25042
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -27742,7 +27743,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27742
27743
|
: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,
|
|
27743
27744
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
27744
27745
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
27745
|
-
--pf-global--Color--100: #
|
|
27746
|
+
--pf-global--Color--100: #e0e0e0;
|
|
27746
27747
|
--pf-global--Color--200: #aaabac;
|
|
27747
27748
|
--pf-global--BorderColor--100: #444548;
|
|
27748
27749
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -29467,7 +29468,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29467
29468
|
: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,
|
|
29468
29469
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
29469
29470
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
29470
|
-
--pf-global--Color--100: #
|
|
29471
|
+
--pf-global--Color--100: #e0e0e0;
|
|
29471
29472
|
--pf-global--Color--200: #aaabac;
|
|
29472
29473
|
--pf-global--BorderColor--100: #444548;
|
|
29473
29474
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -29794,7 +29795,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29794
29795
|
: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,
|
|
29795
29796
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
29796
29797
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
29797
|
-
--pf-global--Color--100: #
|
|
29798
|
+
--pf-global--Color--100: #e0e0e0;
|
|
29798
29799
|
--pf-global--Color--200: #aaabac;
|
|
29799
29800
|
--pf-global--BorderColor--100: #444548;
|
|
29800
29801
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -29994,7 +29995,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29994
29995
|
: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,
|
|
29995
29996
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
29996
29997
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
29997
|
-
--pf-global--Color--100: #
|
|
29998
|
+
--pf-global--Color--100: #e0e0e0;
|
|
29998
29999
|
--pf-global--Color--200: #aaabac;
|
|
29999
30000
|
--pf-global--BorderColor--100: #444548;
|
|
30000
30001
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -30116,7 +30117,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30116
30117
|
: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,
|
|
30117
30118
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
30118
30119
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
30119
|
-
--pf-global--Color--100: #
|
|
30120
|
+
--pf-global--Color--100: #e0e0e0;
|
|
30120
30121
|
--pf-global--Color--200: #aaabac;
|
|
30121
30122
|
--pf-global--BorderColor--100: #444548;
|
|
30122
30123
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -30647,7 +30648,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30647
30648
|
: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,
|
|
30648
30649
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
30649
30650
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
30650
|
-
--pf-global--Color--100: #
|
|
30651
|
+
--pf-global--Color--100: #e0e0e0;
|
|
30651
30652
|
--pf-global--Color--200: #aaabac;
|
|
30652
30653
|
--pf-global--BorderColor--100: #444548;
|
|
30653
30654
|
--pf-global--primary-color--100: #1fa7f8;
|
|
@@ -31164,7 +31165,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31164
31165
|
: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,
|
|
31165
31166
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
31166
31167
|
:where(.pf-theme-dark) .pf-c-page__header {
|
|
31167
|
-
--pf-global--Color--100: #
|
|
31168
|
+
--pf-global--Color--100: #e0e0e0;
|
|
31168
31169
|
--pf-global--Color--200: #aaabac;
|
|
31169
31170
|
--pf-global--BorderColor--100: #444548;
|
|
31170
31171
|
--pf-global--primary-color--100: #1fa7f8;
|