@patternfly/patternfly 5.0.0-prerelease.7 → 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/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/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 +14 -638
- package/patternfly-theme-dark-unversioned.css +14 -638
- package/patternfly.css +14 -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/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,
|
|
@@ -8496,18 +8388,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8496
8388
|
line-height: 1;
|
|
8497
8389
|
}
|
|
8498
8390
|
|
|
8499
|
-
: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,
|
|
8500
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8501
|
-
: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,
|
|
8502
|
-
: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 {
|
|
8503
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8504
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8505
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8506
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8507
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8508
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8509
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8510
|
-
}
|
|
8511
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,
|
|
8512
8392
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8513
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,
|
|
@@ -8693,18 +8573,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8693
8573
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
8694
8574
|
}
|
|
8695
8575
|
|
|
8696
|
-
: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,
|
|
8697
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8698
|
-
: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,
|
|
8699
|
-
: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 {
|
|
8700
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8701
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8702
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8703
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8704
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8705
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8706
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8707
|
-
}
|
|
8708
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,
|
|
8709
8577
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8710
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,
|
|
@@ -8899,18 +8767,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8899
8767
|
margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
8900
8768
|
}
|
|
8901
8769
|
|
|
8902
|
-
: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,
|
|
8903
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8904
|
-
: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,
|
|
8905
|
-
: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 {
|
|
8906
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8907
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8908
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8909
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8910
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8911
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8912
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8913
|
-
}
|
|
8914
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,
|
|
8915
8771
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8916
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,
|
|
@@ -9473,18 +9329,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9473
9329
|
pointer-events: none;
|
|
9474
9330
|
}
|
|
9475
9331
|
|
|
9476
|
-
: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,
|
|
9477
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
9478
|
-
: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,
|
|
9479
|
-
: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 {
|
|
9480
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
9481
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
9482
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
9483
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
9484
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
9485
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
9486
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
9487
|
-
}
|
|
9488
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,
|
|
9489
9333
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9490
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,
|
|
@@ -10351,18 +10195,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10351
10195
|
padding: 0;
|
|
10352
10196
|
}
|
|
10353
10197
|
|
|
10354
|
-
: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,
|
|
10355
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10356
|
-
: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,
|
|
10357
|
-
: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 {
|
|
10358
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10359
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10360
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10361
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10362
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10363
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10364
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10365
|
-
}
|
|
10366
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,
|
|
10367
10199
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10368
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,
|
|
@@ -10762,18 +10594,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10762
10594
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
10763
10595
|
}
|
|
10764
10596
|
|
|
10765
|
-
: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,
|
|
10766
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10767
|
-
: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,
|
|
10768
|
-
: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 {
|
|
10769
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10770
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10771
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10772
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10773
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10774
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10775
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10776
|
-
}
|
|
10777
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,
|
|
10778
10598
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10779
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,
|
|
@@ -11084,18 +10904,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11084
10904
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
11085
10905
|
}
|
|
11086
10906
|
|
|
11087
|
-
: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,
|
|
11088
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
11089
|
-
: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,
|
|
11090
|
-
: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 {
|
|
11091
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
11092
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
11093
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
11094
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
11095
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
11096
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
11097
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
11098
|
-
}
|
|
11099
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,
|
|
11100
10908
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11101
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,
|
|
@@ -12333,18 +12141,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12333
12141
|
min-width: min-content;
|
|
12334
12142
|
}
|
|
12335
12143
|
|
|
12336
|
-
: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,
|
|
12337
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
12338
|
-
: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,
|
|
12339
|
-
: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 {
|
|
12340
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
12341
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
12342
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
12343
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
12344
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
12345
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
12346
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
12347
|
-
}
|
|
12348
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,
|
|
12349
12145
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
12350
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,
|
|
@@ -13470,18 +13266,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13470
13266
|
display: none;
|
|
13471
13267
|
}
|
|
13472
13268
|
}
|
|
13473
|
-
: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,
|
|
13474
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
13475
|
-
: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,
|
|
13476
|
-
: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 {
|
|
13477
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
13478
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
13479
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
13480
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
13481
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
13482
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
13483
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13484
|
-
}
|
|
13485
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,
|
|
13486
13270
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
13487
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,
|
|
@@ -14146,18 +13930,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14146
13930
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14147
13931
|
}
|
|
14148
13932
|
|
|
14149
|
-
: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,
|
|
14150
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
14151
|
-
: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,
|
|
14152
|
-
: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 {
|
|
14153
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
14154
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
14155
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
14156
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
14157
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
14158
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14159
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14160
|
-
}
|
|
14161
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,
|
|
14162
13934
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14163
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,
|
|
@@ -15008,18 +14780,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15008
14780
|
margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
15009
14781
|
}
|
|
15010
14782
|
|
|
15011
|
-
: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,
|
|
15012
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15013
|
-
: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,
|
|
15014
|
-
: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 {
|
|
15015
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15016
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15017
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15018
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15019
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15020
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15021
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15022
|
-
}
|
|
15023
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,
|
|
15024
14784
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15025
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,
|
|
@@ -15285,18 +15045,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15285
15045
|
pointer-events: none;
|
|
15286
15046
|
}
|
|
15287
15047
|
|
|
15288
|
-
: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,
|
|
15289
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15290
|
-
: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,
|
|
15291
|
-
: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 {
|
|
15292
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15293
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15294
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15295
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15296
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15297
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15298
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15299
|
-
}
|
|
15300
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,
|
|
15301
15049
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15302
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,
|
|
@@ -15383,18 +15131,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15383
15131
|
margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
15384
15132
|
}
|
|
15385
15133
|
|
|
15386
|
-
: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,
|
|
15387
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15388
|
-
: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,
|
|
15389
|
-
: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 {
|
|
15390
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15391
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15392
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15393
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15394
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15395
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15396
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15397
|
-
}
|
|
15398
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,
|
|
15399
15135
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15400
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,
|
|
@@ -15481,18 +15217,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15481
15217
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
15482
15218
|
}
|
|
15483
15219
|
|
|
15484
|
-
: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,
|
|
15485
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15486
|
-
: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,
|
|
15487
|
-
: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 {
|
|
15488
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15489
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15490
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15491
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15492
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15493
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15494
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15495
|
-
}
|
|
15496
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,
|
|
15497
15221
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15498
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,
|
|
@@ -15775,18 +15499,6 @@ label.pf-v5-c-input-group__text {
|
|
|
15775
15499
|
cursor: pointer;
|
|
15776
15500
|
}
|
|
15777
15501
|
|
|
15778
|
-
: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,
|
|
15779
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15780
|
-
: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,
|
|
15781
|
-
: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 {
|
|
15782
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15783
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15784
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15785
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15786
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15787
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15788
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15789
|
-
}
|
|
15790
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,
|
|
15791
15503
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15792
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,
|
|
@@ -16478,18 +16190,6 @@ button.pf-v5-c-label__content:focus {
|
|
|
16478
16190
|
margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
16479
16191
|
}
|
|
16480
16192
|
|
|
16481
|
-
: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,
|
|
16482
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16483
|
-
: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,
|
|
16484
|
-
: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 {
|
|
16485
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16486
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16487
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16488
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16489
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16490
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16491
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16492
|
-
}
|
|
16493
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,
|
|
16494
16194
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16495
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,
|
|
@@ -16935,18 +16635,6 @@ ul.pf-v5-c-list {
|
|
|
16935
16635
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
16936
16636
|
}
|
|
16937
16637
|
|
|
16938
|
-
: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,
|
|
16939
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16940
|
-
: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,
|
|
16941
|
-
: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 {
|
|
16942
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16943
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16944
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16945
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16946
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16947
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16948
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16949
|
-
}
|
|
16950
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,
|
|
16951
16639
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16952
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,
|
|
@@ -17222,18 +16910,6 @@ ul.pf-v5-c-list {
|
|
|
17222
16910
|
padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
|
17223
16911
|
}
|
|
17224
16912
|
|
|
17225
|
-
: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,
|
|
17226
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17227
|
-
: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,
|
|
17228
|
-
: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 {
|
|
17229
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17230
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17231
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17232
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17233
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17234
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17235
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17236
|
-
}
|
|
17237
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,
|
|
17238
16914
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17239
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,
|
|
@@ -17878,18 +17554,6 @@ ul.pf-v5-c-list {
|
|
|
17878
17554
|
}
|
|
17879
17555
|
}
|
|
17880
17556
|
|
|
17881
|
-
: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,
|
|
17882
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17883
|
-
: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,
|
|
17884
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
|
17885
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17886
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17887
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17888
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17889
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17890
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17891
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17892
|
-
}
|
|
17893
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,
|
|
17894
17558
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17895
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,
|
|
@@ -18470,18 +18134,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18470
18134
|
border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
18471
18135
|
}
|
|
18472
18136
|
|
|
18473
|
-
: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,
|
|
18474
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18475
|
-
: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,
|
|
18476
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18477
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18478
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18479
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18480
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18481
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18482
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18483
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18484
|
-
}
|
|
18485
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,
|
|
18486
18138
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18487
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,
|
|
@@ -18900,18 +18552,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18900
18552
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
18901
18553
|
}
|
|
18902
18554
|
|
|
18903
|
-
: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,
|
|
18904
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18905
|
-
: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,
|
|
18906
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18907
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18908
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18909
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18910
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18911
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18912
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18913
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18914
|
-
}
|
|
18915
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,
|
|
18916
18556
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18917
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,
|
|
@@ -19125,18 +18765,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19125
18765
|
}
|
|
19126
18766
|
}
|
|
19127
18767
|
|
|
19128
|
-
: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,
|
|
19129
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
19130
|
-
: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,
|
|
19131
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
19132
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
19133
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
19134
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
19135
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
19136
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
19137
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
19138
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
19139
|
-
}
|
|
19140
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,
|
|
19141
18769
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19142
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,
|
|
@@ -20275,18 +19903,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20275
19903
|
left: 0;
|
|
20276
19904
|
}
|
|
20277
19905
|
|
|
20278
|
-
: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,
|
|
20279
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20280
|
-
: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,
|
|
20281
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20282
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20283
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20284
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20285
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20286
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20287
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20288
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20289
|
-
}
|
|
20290
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,
|
|
20291
19907
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20292
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,
|
|
@@ -20428,18 +20044,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20428
20044
|
margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
|
|
20429
20045
|
}
|
|
20430
20046
|
|
|
20431
|
-
: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,
|
|
20432
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20433
|
-
: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,
|
|
20434
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20435
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20436
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20437
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20438
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20439
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20440
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20441
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20442
|
-
}
|
|
20443
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,
|
|
20444
20048
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20445
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,
|
|
@@ -20718,18 +20322,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20718
20322
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
20719
20323
|
}
|
|
20720
20324
|
|
|
20721
|
-
: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,
|
|
20722
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20723
|
-
: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,
|
|
20724
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20725
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20726
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20727
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20728
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20729
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20730
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20731
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20732
|
-
}
|
|
20733
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,
|
|
20734
20326
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20735
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,
|
|
@@ -21001,18 +20593,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21001
20593
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
21002
20594
|
}
|
|
21003
20595
|
|
|
21004
|
-
: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,
|
|
21005
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21006
|
-
: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,
|
|
21007
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21008
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
21009
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
21010
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
21011
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
21012
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
21013
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21014
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21015
|
-
}
|
|
21016
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,
|
|
21017
20597
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21018
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,
|
|
@@ -21987,18 +21567,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21987
21567
|
flex: 1 0 auto;
|
|
21988
21568
|
}
|
|
21989
21569
|
|
|
21990
|
-
: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,
|
|
21991
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21992
|
-
: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,
|
|
21993
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21994
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
21995
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
21996
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
21997
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
21998
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
21999
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22000
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22001
|
-
}
|
|
22002
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,
|
|
22003
21571
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22004
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,
|
|
@@ -22434,18 +22002,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22434
22002
|
}
|
|
22435
22003
|
}
|
|
22436
22004
|
|
|
22437
|
-
: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,
|
|
22438
|
-
: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,
|
|
22439
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22440
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22441
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22442
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22443
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22444
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22445
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22446
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22447
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22448
|
-
}
|
|
22449
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,
|
|
22450
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,
|
|
22451
22007
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22538,18 +22094,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22538
22094
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22539
22095
|
}
|
|
22540
22096
|
|
|
22541
|
-
: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,
|
|
22542
|
-
: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,
|
|
22543
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22544
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22545
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22546
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22547
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22548
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22549
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22550
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22551
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22552
|
-
}
|
|
22553
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,
|
|
22554
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,
|
|
22555
22099
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22733,18 +22277,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22733
22277
|
margin-top: var(--pf-v5-c-popover__footer--MarginTop);
|
|
22734
22278
|
}
|
|
22735
22279
|
|
|
22736
|
-
: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,
|
|
22737
|
-
: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,
|
|
22738
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22739
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22740
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22741
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22742
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22743
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22744
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22745
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22746
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22747
|
-
}
|
|
22748
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,
|
|
22749
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,
|
|
22750
22282
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22927,18 +22459,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22927
22459
|
margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
22928
22460
|
}
|
|
22929
22461
|
|
|
22930
|
-
: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,
|
|
22931
|
-
: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,
|
|
22932
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22933
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22934
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22935
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22936
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22937
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22938
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22939
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22940
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22941
|
-
}
|
|
22942
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,
|
|
22943
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,
|
|
22944
22464
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24197,18 +23717,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24197
23717
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
24198
23718
|
}
|
|
24199
23719
|
|
|
24200
|
-
: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,
|
|
24201
|
-
: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,
|
|
24202
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24203
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24204
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24205
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24206
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24207
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24208
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24209
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24210
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24211
|
-
}
|
|
24212
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,
|
|
24213
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,
|
|
24214
23722
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24633,18 +24141,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24633
24141
|
margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24634
24142
|
}
|
|
24635
24143
|
|
|
24636
|
-
: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,
|
|
24637
|
-
: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,
|
|
24638
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24639
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24640
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24641
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24642
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24643
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24644
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24645
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24646
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24647
|
-
}
|
|
24648
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,
|
|
24649
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,
|
|
24650
24146
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24824,18 +24320,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24824
24320
|
transform: translateX(100%);
|
|
24825
24321
|
}
|
|
24826
24322
|
}
|
|
24827
|
-
: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,
|
|
24828
|
-
: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,
|
|
24829
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24830
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24831
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24832
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24833
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24834
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24835
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24836
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24837
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24838
|
-
}
|
|
24839
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,
|
|
24840
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,
|
|
24841
24325
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -25293,18 +24777,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25293
24777
|
vertical-align: top;
|
|
25294
24778
|
}
|
|
25295
24779
|
|
|
25296
|
-
: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,
|
|
25297
|
-
: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,
|
|
25298
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
25299
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
25300
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
25301
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
25302
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
25303
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
25304
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
25305
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
25306
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
25307
|
-
}
|
|
25308
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,
|
|
25309
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,
|
|
25310
24782
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -27985,18 +27457,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27985
27457
|
--pf-v5-c-table--cell--Width: 100%;
|
|
27986
27458
|
}
|
|
27987
27459
|
|
|
27988
|
-
: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,
|
|
27989
|
-
: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,
|
|
27990
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
27991
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
27992
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
27993
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
27994
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
27995
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
27996
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
27997
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
27998
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27999
|
-
}
|
|
28000
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,
|
|
28001
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,
|
|
28002
27462
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29706,18 +29166,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29706
29166
|
}
|
|
29707
29167
|
}
|
|
29708
29168
|
|
|
29709
|
-
: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,
|
|
29710
|
-
: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,
|
|
29711
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29712
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29713
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29714
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29715
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29716
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29717
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29718
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29719
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29720
|
-
}
|
|
29721
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,
|
|
29722
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,
|
|
29723
29171
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29753,8 +29201,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29753
29201
|
--pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
|
|
29754
29202
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
29755
29203
|
--pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
|
|
29756
|
-
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--
|
|
29757
|
-
--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);
|
|
29758
29206
|
--pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
|
|
29759
29207
|
--pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
|
|
29760
29208
|
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
|
|
@@ -29882,18 +29330,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29882
29330
|
display: flex;
|
|
29883
29331
|
}
|
|
29884
29332
|
|
|
29885
|
-
: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,
|
|
29886
|
-
: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,
|
|
29887
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29888
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29889
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29890
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29891
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29892
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29893
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29894
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29895
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29896
|
-
}
|
|
29897
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,
|
|
29898
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,
|
|
29899
29335
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30047,18 +29483,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30047
29483
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
30048
29484
|
}
|
|
30049
29485
|
|
|
30050
|
-
: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,
|
|
30051
|
-
: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,
|
|
30052
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30053
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30054
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30055
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30056
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30057
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30058
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30059
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30060
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30061
|
-
}
|
|
30062
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,
|
|
30063
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,
|
|
30064
29488
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30268,18 +29692,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30268
29692
|
margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
30269
29693
|
}
|
|
30270
29694
|
|
|
30271
|
-
: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,
|
|
30272
|
-
: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,
|
|
30273
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30274
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30275
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30276
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30277
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30278
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30279
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30280
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30281
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30282
|
-
}
|
|
30283
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,
|
|
30284
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,
|
|
30285
29697
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30383,18 +29795,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30383
29795
|
box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
|
|
30384
29796
|
}
|
|
30385
29797
|
|
|
30386
|
-
: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,
|
|
30387
|
-
: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,
|
|
30388
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30389
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30390
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30391
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30392
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30393
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30394
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30395
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30396
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30397
|
-
}
|
|
30398
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,
|
|
30399
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,
|
|
30400
29800
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30926,18 +30326,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30926
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));
|
|
30927
30327
|
}
|
|
30928
30328
|
|
|
30929
|
-
: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,
|
|
30930
|
-
: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,
|
|
30931
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30932
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30933
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30934
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30935
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30936
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30937
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30938
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30939
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30940
|
-
}
|
|
30941
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,
|
|
30942
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,
|
|
30943
30331
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -31439,18 +30827,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31439
30827
|
margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
31440
30828
|
}
|
|
31441
30829
|
|
|
31442
|
-
: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,
|
|
31443
|
-
: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,
|
|
31444
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
31445
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
31446
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
31447
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
31448
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
31449
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
31450
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
31451
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
31452
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
31453
|
-
}
|
|
31454
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,
|
|
31455
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,
|
|
31456
30832
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|