@patternfly/patternfly 5.0.0-prerelease.6 → 5.0.0-prerelease.8
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/_variables.scss +4 -0
- package/base/patternfly-themes.css +8 -0
- package/base/patternfly-variables.css +8 -0
- package/base/themes/dark/_variables.scss +4 -0
- package/components/AboutModalBox/about-modal-box.css +2 -9
- package/components/Accordion/accordion.css +2 -0
- package/components/Alert/alert.css +2 -0
- package/components/Banner/banner.css +4 -9
- package/components/CalendarMonth/calendar-month.css +2 -0
- package/components/Card/card.css +4 -0
- package/components/Card/themes/dark/card.scss +7 -1
- package/components/Chip/chip-group.css +2 -0
- package/components/Chip/chip.css +2 -0
- package/components/ContextSelector/context-selector.css +2 -0
- package/components/DataList/data-list.css +2 -0
- package/components/FormControl/form-control.css +2 -0
- package/components/LogViewer/log-viewer.css +2 -9
- package/components/Login/login.css +2 -10
- package/components/Masthead/masthead.css +4 -9
- package/components/Menu/menu.css +2 -0
- package/components/Page/page.css +4 -11
- package/components/Select/select.css +2 -0
- package/components/Table/table.css +2 -0
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/Wizard/wizard.css +2 -9
- package/docs/components/Dropdown/deprecated/Dropdown.css +64 -0
- package/docs/components/Dropdown/{examples → deprecated}/Dropdown.md +1 -0
- package/docs/components/Select/deprecated/Select.css +56 -0
- package/docs/components/Select/{examples → deprecated}/Select.md +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +12 -0
- package/patternfly-base-no-globals.css +12 -0
- package/patternfly-base-theme-dark-unversioned.css +12 -0
- package/patternfly-base.css +12 -0
- package/patternfly-no-globals.css +18 -638
- package/patternfly-theme-dark-unversioned.css +18 -638
- package/patternfly.css +18 -638
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/placeholders.scss +4 -0
- package/sass-utilities/scss-variables.scss +6 -2
- package/sass-utilities/themes/dark/placeholders.scss +0 -9
- package/sass-utilities/themes/dark/scss-variables.scss +6 -3
- package/docs/components/Dropdown/examples/Dropdown.css +0 -64
- package/docs/components/Select/examples/Select.css +0 -55
package/patternfly.css
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
|
8
8
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
|
9
9
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
|
10
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
|
11
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
.pf-v5-c-wizard__header, .pf-v5-c-page__main-section[class*=pf-m-dark-], .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-page__sidebar, .pf-v5-c-page__header, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain, .pf-v5-c-masthead, .pf-v5-c-login__footer, .pf-v5-c-login__header, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-c-about-modal-box, .pf-v5-t-dark {
|
|
@@ -17,6 +19,8 @@
|
|
|
17
19
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
|
18
20
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
|
19
21
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
|
22
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
|
23
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
|
20
24
|
}
|
|
21
25
|
.pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-page__sidebar .pf-v5-c-button, .pf-v5-c-page__header .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button, .pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
|
|
22
26
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
|
@@ -279,6 +283,10 @@
|
|
|
279
283
|
--pf-v5-global--BorderRadius--lg: 30em;
|
|
280
284
|
--pf-v5-global--icon--Color--light: #6a6e73;
|
|
281
285
|
--pf-v5-global--icon--Color--dark: #151515;
|
|
286
|
+
--pf-v5-global--icon--Color--light--light: #f0f0f0;
|
|
287
|
+
--pf-v5-global--icon--Color--dark--light: #fff;
|
|
288
|
+
--pf-v5-global--icon--Color--light--dark: #6a6e73;
|
|
289
|
+
--pf-v5-global--icon--Color--dark--dark: #151515;
|
|
282
290
|
--pf-v5-global--icon--FontSize--sm: 0.75rem;
|
|
283
291
|
--pf-v5-global--icon--FontSize--md: 1rem;
|
|
284
292
|
--pf-v5-global--icon--FontSize--lg: 1.5rem;
|
|
@@ -311,18 +319,6 @@
|
|
|
311
319
|
--pf-v5-global--target-size--MinHeight: 44px;
|
|
312
320
|
}
|
|
313
321
|
|
|
314
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
315
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
316
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
317
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
318
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
319
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
320
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
321
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
322
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
323
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
324
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
325
|
-
}
|
|
326
322
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
327
323
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
328
324
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -386,6 +382,10 @@
|
|
|
386
382
|
--pf-v5-global--link--Color--light--hover: #73bcf7;
|
|
387
383
|
--pf-v5-global--link--Color--dark: #1fa7f8;
|
|
388
384
|
--pf-v5-global--link--Color--dark--hover: #73bcf7;
|
|
385
|
+
--pf-v5-global--icon--Color--light--light: #aaabac;
|
|
386
|
+
--pf-v5-global--icon--Color--dark--light: #e0e0e0;
|
|
387
|
+
--pf-v5-global--icon--Color--light--dark: #aaabac;
|
|
388
|
+
--pf-v5-global--icon--Color--dark--dark: #e0e0e0;
|
|
389
389
|
--pf-v5-global--BackgroundColor--light-100: #1b1d21;
|
|
390
390
|
--pf-v5-global--BackgroundColor--light-200: #0f1214;
|
|
391
391
|
--pf-v5-global--BackgroundColor--light-300: #26292d;
|
|
@@ -5626,18 +5626,6 @@ button) {
|
|
|
5626
5626
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
|
5627
5627
|
}
|
|
5628
5628
|
|
|
5629
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
5630
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5631
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
5632
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5633
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
5634
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
5635
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
5636
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
5637
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
5638
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5639
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5640
|
-
}
|
|
5641
5629
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
5642
5630
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5643
5631
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -5862,18 +5850,6 @@ button) {
|
|
|
5862
5850
|
--pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
5863
5851
|
}
|
|
5864
5852
|
|
|
5865
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
5866
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5867
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
5868
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
5869
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
5870
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
5871
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
5872
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
5873
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
5874
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5875
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5876
|
-
}
|
|
5877
5853
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
5878
5854
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5879
5855
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -6115,18 +6091,6 @@ button) {
|
|
|
6115
6091
|
margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
|
|
6116
6092
|
}
|
|
6117
6093
|
|
|
6118
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6119
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6120
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6121
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6122
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6123
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6124
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6125
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6126
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6127
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6128
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6129
|
-
}
|
|
6130
6094
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6131
6095
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6132
6096
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -6429,18 +6393,6 @@ button) {
|
|
|
6429
6393
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
6430
6394
|
}
|
|
6431
6395
|
|
|
6432
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6433
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6434
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6435
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6436
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6437
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6438
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6439
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6440
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6441
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6442
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6443
|
-
}
|
|
6444
6396
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6445
6397
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6446
6398
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -6809,18 +6761,6 @@ button) {
|
|
|
6809
6761
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
|
|
6810
6762
|
}
|
|
6811
6763
|
|
|
6812
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6813
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6814
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6815
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6816
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6817
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6818
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6819
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6820
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6821
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6822
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6823
|
-
}
|
|
6824
6764
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6825
6765
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6826
6766
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -6919,18 +6859,6 @@ button) {
|
|
|
6919
6859
|
cursor: not-allowed;
|
|
6920
6860
|
}
|
|
6921
6861
|
|
|
6922
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
6923
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6924
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
6925
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
|
6926
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6927
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6928
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6929
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6930
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6931
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6932
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6933
|
-
}
|
|
6934
6862
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
6935
6863
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6936
6864
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -7606,18 +7534,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7606
7534
|
margin-left: var(--pf-v5-c-button__count--MarginLeft);
|
|
7607
7535
|
}
|
|
7608
7536
|
|
|
7609
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
7610
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7611
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
7612
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
7613
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
7614
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
7615
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
7616
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
7617
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
7618
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7619
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7620
|
-
}
|
|
7621
7537
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
7622
7538
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7623
7539
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -7860,18 +7776,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7860
7776
|
pointer-events: none;
|
|
7861
7777
|
}
|
|
7862
7778
|
|
|
7863
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
7864
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7865
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
7866
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
7867
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
7868
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
7869
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
7870
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
7871
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
7872
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7873
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7874
|
-
}
|
|
7875
7779
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
7876
7780
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7877
7781
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -8294,18 +8198,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8294
8198
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
8295
8199
|
}
|
|
8296
8200
|
|
|
8297
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8298
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8299
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8300
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8301
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8302
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8303
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8304
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8305
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8306
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8307
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8308
|
-
}
|
|
8309
8201
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8310
8202
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8311
8203
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -8316,6 +8208,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8316
8208
|
:where(.pf-v5-theme-dark) .pf-v5-c-card,
|
|
8317
8209
|
:where(.pf-v5-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
|
|
8318
8210
|
--pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
|
|
8211
|
+
--pf-v5-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
8212
|
+
--pf-v5-c-card--m-selectable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
|
8213
|
+
--pf-v5-c-card--m-selectable--m-clickable--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
|
8214
|
+
--pf-v5-c-card--m-selectable--focus--BackgroundColor: var(--pf-v5-global--palette--blue-600);
|
|
8319
8215
|
--pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
8320
8216
|
--pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
8321
8217
|
--pf-v5-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
@@ -8492,18 +8388,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8492
8388
|
line-height: 1;
|
|
8493
8389
|
}
|
|
8494
8390
|
|
|
8495
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8496
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8497
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8498
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8499
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8500
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8501
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8502
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8503
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8504
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8505
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8506
|
-
}
|
|
8507
8391
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8508
8392
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8509
8393
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -8689,18 +8573,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8689
8573
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
8690
8574
|
}
|
|
8691
8575
|
|
|
8692
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8693
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8694
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8695
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8696
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8697
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8698
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8699
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8700
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8701
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8702
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8703
|
-
}
|
|
8704
8576
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8705
8577
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8706
8578
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -8895,18 +8767,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8895
8767
|
margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
8896
8768
|
}
|
|
8897
8769
|
|
|
8898
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
8899
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8900
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
8901
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
8902
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8903
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8904
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8905
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8906
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8907
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8908
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8909
|
-
}
|
|
8910
8770
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
8911
8771
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8912
8772
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -9469,18 +9329,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9469
9329
|
pointer-events: none;
|
|
9470
9330
|
}
|
|
9471
9331
|
|
|
9472
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
9473
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
9474
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
9475
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
9476
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
9477
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
9478
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
9479
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
9480
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
9481
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
9482
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
9483
|
-
}
|
|
9484
9332
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
9485
9333
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9486
9334
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -10347,18 +10195,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10347
10195
|
padding: 0;
|
|
10348
10196
|
}
|
|
10349
10197
|
|
|
10350
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
10351
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10352
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
10353
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
10354
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10355
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10356
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10357
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10358
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10359
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10360
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10361
|
-
}
|
|
10362
10198
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
10363
10199
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10364
10200
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -10758,18 +10594,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10758
10594
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
10759
10595
|
}
|
|
10760
10596
|
|
|
10761
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
10762
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10763
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
10764
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
10765
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10766
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10767
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10768
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10769
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10770
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10771
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10772
|
-
}
|
|
10773
10597
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
10774
10598
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10775
10599
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -11080,18 +10904,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11080
10904
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
11081
10905
|
}
|
|
11082
10906
|
|
|
11083
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
11084
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
11085
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
11086
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
11087
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
11088
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
11089
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
11090
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
11091
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
11092
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
11093
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
11094
|
-
}
|
|
11095
10907
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
11096
10908
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11097
10909
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -12329,18 +12141,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12329
12141
|
min-width: min-content;
|
|
12330
12142
|
}
|
|
12331
12143
|
|
|
12332
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
12333
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
12334
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
12335
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
12336
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
12337
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
12338
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
12339
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
12340
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
12341
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
12342
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
12343
|
-
}
|
|
12344
12144
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
12345
12145
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
12346
12146
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -13466,18 +13266,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13466
13266
|
display: none;
|
|
13467
13267
|
}
|
|
13468
13268
|
}
|
|
13469
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
13470
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
13471
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
13472
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
13473
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
13474
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
13475
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
13476
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
13477
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
13478
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
13479
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13480
|
-
}
|
|
13481
13269
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
13482
13270
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
13483
13271
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -14142,18 +13930,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14142
13930
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14143
13931
|
}
|
|
14144
13932
|
|
|
14145
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
14146
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
14147
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
14148
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
14149
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
14150
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
14151
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
14152
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
14153
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
14154
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14155
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14156
|
-
}
|
|
14157
13933
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
14158
13934
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14159
13935
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -15004,18 +14780,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15004
14780
|
margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
15005
14781
|
}
|
|
15006
14782
|
|
|
15007
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15008
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15009
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15010
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15011
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15012
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15013
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15014
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15015
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15016
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15017
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15018
|
-
}
|
|
15019
14783
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15020
14784
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15021
14785
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -15281,18 +15045,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15281
15045
|
pointer-events: none;
|
|
15282
15046
|
}
|
|
15283
15047
|
|
|
15284
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15285
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15286
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15287
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15288
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15289
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15290
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15291
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15292
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15293
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15294
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15295
|
-
}
|
|
15296
15048
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15297
15049
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15298
15050
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -15379,18 +15131,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15379
15131
|
margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
15380
15132
|
}
|
|
15381
15133
|
|
|
15382
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15383
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15384
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15385
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15386
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15387
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15388
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15389
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15390
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15391
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15392
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15393
|
-
}
|
|
15394
15134
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15395
15135
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15396
15136
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -15477,18 +15217,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15477
15217
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
15478
15218
|
}
|
|
15479
15219
|
|
|
15480
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15481
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15482
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15483
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15484
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15485
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15486
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15487
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15488
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15489
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15490
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15491
|
-
}
|
|
15492
15220
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15493
15221
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15494
15222
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -15771,18 +15499,6 @@ label.pf-v5-c-input-group__text {
|
|
|
15771
15499
|
cursor: pointer;
|
|
15772
15500
|
}
|
|
15773
15501
|
|
|
15774
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
15775
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15776
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
15777
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
15778
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15779
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15780
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15781
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15782
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15783
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15784
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15785
|
-
}
|
|
15786
15502
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
15787
15503
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15788
15504
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -16474,18 +16190,6 @@ button.pf-v5-c-label__content:focus {
|
|
|
16474
16190
|
margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
16475
16191
|
}
|
|
16476
16192
|
|
|
16477
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
16478
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16479
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16480
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
16481
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16482
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16483
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16484
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16485
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16486
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16487
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16488
|
-
}
|
|
16489
16193
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
16490
16194
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16491
16195
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -16931,18 +16635,6 @@ ul.pf-v5-c-list {
|
|
|
16931
16635
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
16932
16636
|
}
|
|
16933
16637
|
|
|
16934
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
16935
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16936
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
16937
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
16938
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16939
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16940
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16941
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16942
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16943
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16944
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16945
|
-
}
|
|
16946
16638
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
16947
16639
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16948
16640
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -17218,18 +16910,6 @@ ul.pf-v5-c-list {
|
|
|
17218
16910
|
padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
|
17219
16911
|
}
|
|
17220
16912
|
|
|
17221
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
17222
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17223
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
17224
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
|
17225
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17226
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17227
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17228
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17229
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17230
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17231
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17232
|
-
}
|
|
17233
16913
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
17234
16914
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17235
16915
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -17874,18 +17554,6 @@ ul.pf-v5-c-list {
|
|
|
17874
17554
|
}
|
|
17875
17555
|
}
|
|
17876
17556
|
|
|
17877
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
17878
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17879
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
17880
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
|
17881
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17882
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17883
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17884
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17885
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17886
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17887
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17888
|
-
}
|
|
17889
17557
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
17890
17558
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17891
17559
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -18466,18 +18134,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18466
18134
|
border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
18467
18135
|
}
|
|
18468
18136
|
|
|
18469
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
18470
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18471
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
18472
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18473
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18474
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18475
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18476
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18477
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18478
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18479
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18480
|
-
}
|
|
18481
18137
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
18482
18138
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18483
18139
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -18896,18 +18552,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18896
18552
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
18897
18553
|
}
|
|
18898
18554
|
|
|
18899
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
18900
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18901
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
18902
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18903
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18904
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18905
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18906
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18907
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18908
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18909
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18910
|
-
}
|
|
18911
18555
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
18912
18556
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18913
18557
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -19121,18 +18765,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19121
18765
|
}
|
|
19122
18766
|
}
|
|
19123
18767
|
|
|
19124
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
19125
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
19126
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
19127
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
19128
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
19129
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
19130
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
19131
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
19132
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
19133
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
19134
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
19135
|
-
}
|
|
19136
18768
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
19137
18769
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19138
18770
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -20271,18 +19903,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20271
19903
|
left: 0;
|
|
20272
19904
|
}
|
|
20273
19905
|
|
|
20274
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20275
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20276
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20277
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20278
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20279
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20280
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20281
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20282
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20283
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20284
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20285
|
-
}
|
|
20286
19906
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20287
19907
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20288
19908
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -20424,18 +20044,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20424
20044
|
margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
|
|
20425
20045
|
}
|
|
20426
20046
|
|
|
20427
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20428
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20429
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20430
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20431
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20432
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20433
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20434
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20435
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20436
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20437
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20438
|
-
}
|
|
20439
20047
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20440
20048
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20441
20049
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -20714,18 +20322,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20714
20322
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
20715
20323
|
}
|
|
20716
20324
|
|
|
20717
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
20718
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20719
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
20720
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20721
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20722
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20723
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20724
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20725
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20726
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20727
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20728
|
-
}
|
|
20729
20325
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
20730
20326
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20731
20327
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -20997,18 +20593,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20997
20593
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
20998
20594
|
}
|
|
20999
20595
|
|
|
21000
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
21001
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21002
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
21003
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21004
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
21005
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
21006
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
21007
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
21008
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
21009
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21010
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21011
|
-
}
|
|
21012
20596
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
21013
20597
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21014
20598
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -21983,18 +21567,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21983
21567
|
flex: 1 0 auto;
|
|
21984
21568
|
}
|
|
21985
21569
|
|
|
21986
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
21987
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21988
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
21989
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21990
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
21991
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
21992
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
21993
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
21994
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
21995
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21996
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21997
|
-
}
|
|
21998
21570
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
21999
21571
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22000
21572
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
@@ -22430,18 +22002,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22430
22002
|
}
|
|
22431
22003
|
}
|
|
22432
22004
|
|
|
22433
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22434
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22435
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22436
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22437
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22438
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22439
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22440
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22441
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22442
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22443
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22444
|
-
}
|
|
22445
22005
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22446
22006
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22447
22007
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22534,18 +22094,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22534
22094
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22535
22095
|
}
|
|
22536
22096
|
|
|
22537
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22538
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22539
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22540
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22541
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22542
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22543
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22544
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22545
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22546
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22547
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22548
|
-
}
|
|
22549
22097
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22550
22098
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22551
22099
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22729,18 +22277,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22729
22277
|
margin-top: var(--pf-v5-c-popover__footer--MarginTop);
|
|
22730
22278
|
}
|
|
22731
22279
|
|
|
22732
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22733
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22734
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22735
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22736
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22737
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22738
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22739
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22740
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22741
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22742
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22743
|
-
}
|
|
22744
22280
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22745
22281
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22746
22282
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22923,18 +22459,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22923
22459
|
margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
22924
22460
|
}
|
|
22925
22461
|
|
|
22926
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
22927
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22928
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22929
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22930
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22931
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22932
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22933
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22934
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22935
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22936
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22937
|
-
}
|
|
22938
22462
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22939
22463
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22940
22464
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24193,18 +23717,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24193
23717
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
24194
23718
|
}
|
|
24195
23719
|
|
|
24196
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24197
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24198
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24199
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24200
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24201
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24202
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24203
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24204
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24205
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24206
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24207
|
-
}
|
|
24208
23720
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24209
23721
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24210
23722
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24629,18 +24141,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24629
24141
|
margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24630
24142
|
}
|
|
24631
24143
|
|
|
24632
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24633
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24634
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24635
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24636
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24637
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24638
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24639
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24640
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24641
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24642
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24643
|
-
}
|
|
24644
24144
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24645
24145
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24646
24146
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24820,18 +24320,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24820
24320
|
transform: translateX(100%);
|
|
24821
24321
|
}
|
|
24822
24322
|
}
|
|
24823
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
24824
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
24825
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24826
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24827
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24828
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24829
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24830
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24831
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24832
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24833
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24834
|
-
}
|
|
24835
24323
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24836
24324
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
24837
24325
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -25289,18 +24777,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25289
24777
|
vertical-align: top;
|
|
25290
24778
|
}
|
|
25291
24779
|
|
|
25292
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
25293
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
25294
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
25295
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
25296
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
25297
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
25298
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
25299
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
25300
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
25301
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
25302
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
25303
|
-
}
|
|
25304
24780
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
25305
24781
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
25306
24782
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -27981,18 +27457,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27981
27457
|
--pf-v5-c-table--cell--Width: 100%;
|
|
27982
27458
|
}
|
|
27983
27459
|
|
|
27984
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
27985
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
27986
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
27987
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
27988
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
27989
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
27990
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
27991
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
27992
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
27993
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
27994
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27995
|
-
}
|
|
27996
27460
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
27997
27461
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
27998
27462
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29702,18 +29166,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29702
29166
|
}
|
|
29703
29167
|
}
|
|
29704
29168
|
|
|
29705
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29706
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29707
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29708
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29709
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29710
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29711
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29712
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29713
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29714
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29715
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29716
|
-
}
|
|
29717
29169
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
29718
29170
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
29719
29171
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29749,8 +29201,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29749
29201
|
--pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
|
|
29750
29202
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
29751
29203
|
--pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
|
|
29752
|
-
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--
|
|
29753
|
-
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--
|
|
29204
|
+
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--200);
|
|
29205
|
+
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--200);
|
|
29754
29206
|
--pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
|
|
29755
29207
|
--pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
|
|
29756
29208
|
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
|
|
@@ -29878,18 +29330,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29878
29330
|
display: flex;
|
|
29879
29331
|
}
|
|
29880
29332
|
|
|
29881
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
29882
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
29883
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29884
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29885
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29886
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29887
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29888
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29889
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29890
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29891
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29892
|
-
}
|
|
29893
29333
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
29894
29334
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
29895
29335
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30043,18 +29483,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30043
29483
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
30044
29484
|
}
|
|
30045
29485
|
|
|
30046
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30047
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30048
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30049
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30050
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30051
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30052
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30053
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30054
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30055
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30056
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30057
|
-
}
|
|
30058
29486
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30059
29487
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30060
29488
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30264,18 +29692,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30264
29692
|
margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
30265
29693
|
}
|
|
30266
29694
|
|
|
30267
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30268
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30269
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30270
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30271
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30272
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30273
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30274
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30275
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30276
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30277
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30278
|
-
}
|
|
30279
29695
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30280
29696
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30281
29697
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30379,18 +29795,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30379
29795
|
box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
|
|
30380
29796
|
}
|
|
30381
29797
|
|
|
30382
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30383
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30384
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30385
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30386
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30387
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30388
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30389
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30390
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30391
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30392
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30393
|
-
}
|
|
30394
29798
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30395
29799
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30396
29800
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30922,18 +30326,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30922
30326
|
--pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
30923
30327
|
}
|
|
30924
30328
|
|
|
30925
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
30926
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
30927
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30928
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30929
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30930
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30931
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30932
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30933
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30934
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30935
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30936
|
-
}
|
|
30937
30329
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30938
30330
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
30939
30331
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -31435,18 +30827,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31435
30827
|
margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
31436
30828
|
}
|
|
31437
30829
|
|
|
31438
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
|
31439
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
31440
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
31441
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
31442
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
31443
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
31444
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
31445
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
31446
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
31447
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
31448
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
31449
|
-
}
|
|
31450
30830
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
31451
30831
|
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
31452
30832
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|