@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
|
@@ -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;
|
|
@@ -5509,18 +5509,6 @@
|
|
|
5509
5509
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
|
5510
5510
|
}
|
|
5511
5511
|
|
|
5512
|
-
: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,
|
|
5513
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5514
|
-
: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,
|
|
5515
|
-
: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 {
|
|
5516
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
5517
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
5518
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
5519
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
5520
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
5521
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5522
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5523
|
-
}
|
|
5524
5512
|
: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,
|
|
5525
5513
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5526
5514
|
: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,
|
|
@@ -5745,18 +5733,6 @@
|
|
|
5745
5733
|
--pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
5746
5734
|
}
|
|
5747
5735
|
|
|
5748
|
-
: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,
|
|
5749
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
5750
|
-
: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,
|
|
5751
|
-
: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 {
|
|
5752
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
5753
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
5754
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
5755
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
5756
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
5757
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
5758
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
5759
|
-
}
|
|
5760
5736
|
: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,
|
|
5761
5737
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
5762
5738
|
: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,
|
|
@@ -5998,18 +5974,6 @@
|
|
|
5998
5974
|
margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
|
|
5999
5975
|
}
|
|
6000
5976
|
|
|
6001
|
-
: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,
|
|
6002
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6003
|
-
: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,
|
|
6004
|
-
: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 {
|
|
6005
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6006
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6007
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6008
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6009
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6010
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6011
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6012
|
-
}
|
|
6013
5977
|
: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,
|
|
6014
5978
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6015
5979
|
: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,
|
|
@@ -6312,18 +6276,6 @@
|
|
|
6312
6276
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
6313
6277
|
}
|
|
6314
6278
|
|
|
6315
|
-
: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,
|
|
6316
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6317
|
-
: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,
|
|
6318
|
-
: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 {
|
|
6319
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6320
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6321
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6322
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6323
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6324
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6325
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6326
|
-
}
|
|
6327
6279
|
: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,
|
|
6328
6280
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6329
6281
|
: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,
|
|
@@ -6692,18 +6644,6 @@
|
|
|
6692
6644
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
|
|
6693
6645
|
}
|
|
6694
6646
|
|
|
6695
|
-
: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,
|
|
6696
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6697
|
-
: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,
|
|
6698
|
-
: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 {
|
|
6699
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6700
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6701
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6702
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6703
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6704
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6705
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6706
|
-
}
|
|
6707
6647
|
: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,
|
|
6708
6648
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6709
6649
|
: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,
|
|
@@ -6802,18 +6742,6 @@
|
|
|
6802
6742
|
cursor: not-allowed;
|
|
6803
6743
|
}
|
|
6804
6744
|
|
|
6805
|
-
: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,
|
|
6806
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
6807
|
-
: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,
|
|
6808
|
-
: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 {
|
|
6809
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
6810
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
6811
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
6812
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
6813
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
6814
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
6815
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
6816
|
-
}
|
|
6817
6745
|
: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,
|
|
6818
6746
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6819
6747
|
: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,
|
|
@@ -7489,18 +7417,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7489
7417
|
margin-left: var(--pf-v5-c-button__count--MarginLeft);
|
|
7490
7418
|
}
|
|
7491
7419
|
|
|
7492
|
-
: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,
|
|
7493
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7494
|
-
: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,
|
|
7495
|
-
: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 {
|
|
7496
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
7497
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
7498
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
7499
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
7500
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
7501
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7502
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7503
|
-
}
|
|
7504
7420
|
: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,
|
|
7505
7421
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7506
7422
|
: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,
|
|
@@ -7743,18 +7659,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7743
7659
|
pointer-events: none;
|
|
7744
7660
|
}
|
|
7745
7661
|
|
|
7746
|
-
: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,
|
|
7747
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
7748
|
-
: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,
|
|
7749
|
-
: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 {
|
|
7750
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
7751
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
7752
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
7753
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
7754
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
7755
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
7756
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
7757
|
-
}
|
|
7758
7662
|
: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,
|
|
7759
7663
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7760
7664
|
: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,
|
|
@@ -8177,18 +8081,6 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8177
8081
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
8178
8082
|
}
|
|
8179
8083
|
|
|
8180
|
-
: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,
|
|
8181
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8182
|
-
: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,
|
|
8183
|
-
: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 {
|
|
8184
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8185
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8186
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8187
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8188
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8189
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8190
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8191
|
-
}
|
|
8192
8084
|
: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,
|
|
8193
8085
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8194
8086
|
: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,
|
|
@@ -8379,18 +8271,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8379
8271
|
line-height: 1;
|
|
8380
8272
|
}
|
|
8381
8273
|
|
|
8382
|
-
: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,
|
|
8383
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8384
|
-
: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,
|
|
8385
|
-
: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 {
|
|
8386
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8387
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8388
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8389
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8390
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8391
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8392
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8393
|
-
}
|
|
8394
8274
|
: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,
|
|
8395
8275
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8396
8276
|
: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,
|
|
@@ -8576,18 +8456,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8576
8456
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
8577
8457
|
}
|
|
8578
8458
|
|
|
8579
|
-
: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,
|
|
8580
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8581
|
-
: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,
|
|
8582
|
-
: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 {
|
|
8583
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8584
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8585
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8586
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8587
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8588
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8589
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8590
|
-
}
|
|
8591
8459
|
: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,
|
|
8592
8460
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8593
8461
|
: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,
|
|
@@ -8782,18 +8650,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
8782
8650
|
margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
8783
8651
|
}
|
|
8784
8652
|
|
|
8785
|
-
: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,
|
|
8786
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
8787
|
-
: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,
|
|
8788
|
-
: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 {
|
|
8789
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
8790
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
8791
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
8792
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
8793
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
8794
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
8795
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
8796
|
-
}
|
|
8797
8653
|
: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,
|
|
8798
8654
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8799
8655
|
: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,
|
|
@@ -9356,18 +9212,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9356
9212
|
pointer-events: none;
|
|
9357
9213
|
}
|
|
9358
9214
|
|
|
9359
|
-
: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,
|
|
9360
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
9361
|
-
: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,
|
|
9362
|
-
: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 {
|
|
9363
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
9364
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
9365
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
9366
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
9367
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
9368
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
9369
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
9370
|
-
}
|
|
9371
9215
|
: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,
|
|
9372
9216
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9373
9217
|
: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,
|
|
@@ -10234,18 +10078,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10234
10078
|
padding: 0;
|
|
10235
10079
|
}
|
|
10236
10080
|
|
|
10237
|
-
: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,
|
|
10238
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10239
|
-
: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,
|
|
10240
|
-
: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 {
|
|
10241
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10242
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10243
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10244
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10245
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10246
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10247
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10248
|
-
}
|
|
10249
10081
|
: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,
|
|
10250
10082
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10251
10083
|
: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,
|
|
@@ -10645,18 +10477,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10645
10477
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
10646
10478
|
}
|
|
10647
10479
|
|
|
10648
|
-
: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,
|
|
10649
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10650
|
-
: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,
|
|
10651
|
-
: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 {
|
|
10652
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10653
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10654
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10655
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10656
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10657
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10658
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10659
|
-
}
|
|
10660
10480
|
: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,
|
|
10661
10481
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10662
10482
|
: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,
|
|
@@ -10967,18 +10787,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10967
10787
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
10968
10788
|
}
|
|
10969
10789
|
|
|
10970
|
-
: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,
|
|
10971
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
10972
|
-
: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,
|
|
10973
|
-
: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 {
|
|
10974
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
10975
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
10976
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
10977
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
10978
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
10979
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
10980
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
10981
|
-
}
|
|
10982
10790
|
: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,
|
|
10983
10791
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10984
10792
|
: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,
|
|
@@ -12216,18 +12024,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12216
12024
|
min-width: min-content;
|
|
12217
12025
|
}
|
|
12218
12026
|
|
|
12219
|
-
: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,
|
|
12220
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
12221
|
-
: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,
|
|
12222
|
-
: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 {
|
|
12223
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
12224
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
12225
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
12226
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
12227
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
12228
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
12229
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
12230
|
-
}
|
|
12231
12027
|
: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,
|
|
12232
12028
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
12233
12029
|
: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,
|
|
@@ -13353,18 +13149,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13353
13149
|
display: none;
|
|
13354
13150
|
}
|
|
13355
13151
|
}
|
|
13356
|
-
: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,
|
|
13357
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
13358
|
-
: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,
|
|
13359
|
-
: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 {
|
|
13360
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
13361
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
13362
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
13363
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
13364
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
13365
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
13366
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
13367
|
-
}
|
|
13368
13152
|
: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,
|
|
13369
13153
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
13370
13154
|
: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,
|
|
@@ -14029,18 +13813,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14029
13813
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14030
13814
|
}
|
|
14031
13815
|
|
|
14032
|
-
: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,
|
|
14033
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
14034
|
-
: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,
|
|
14035
|
-
: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 {
|
|
14036
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
14037
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
14038
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
14039
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
14040
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
14041
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14042
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14043
|
-
}
|
|
14044
13816
|
: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,
|
|
14045
13817
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14046
13818
|
: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,
|
|
@@ -14891,18 +14663,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14891
14663
|
margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
14892
14664
|
}
|
|
14893
14665
|
|
|
14894
|
-
: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,
|
|
14895
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
14896
|
-
: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,
|
|
14897
|
-
: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 {
|
|
14898
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
14899
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
14900
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
14901
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
14902
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
14903
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
14904
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
14905
|
-
}
|
|
14906
14666
|
: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,
|
|
14907
14667
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14908
14668
|
: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,
|
|
@@ -15168,18 +14928,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15168
14928
|
pointer-events: none;
|
|
15169
14929
|
}
|
|
15170
14930
|
|
|
15171
|
-
: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,
|
|
15172
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15173
|
-
: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,
|
|
15174
|
-
: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 {
|
|
15175
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15176
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15177
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15178
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15179
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15180
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15181
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15182
|
-
}
|
|
15183
14931
|
: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,
|
|
15184
14932
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15185
14933
|
: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,
|
|
@@ -15266,18 +15014,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15266
15014
|
margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
15267
15015
|
}
|
|
15268
15016
|
|
|
15269
|
-
: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,
|
|
15270
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15271
|
-
: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,
|
|
15272
|
-
: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 {
|
|
15273
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15274
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15275
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15276
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15277
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15278
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15279
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15280
|
-
}
|
|
15281
15017
|
: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,
|
|
15282
15018
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15283
15019
|
: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,
|
|
@@ -15364,18 +15100,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15364
15100
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
15365
15101
|
}
|
|
15366
15102
|
|
|
15367
|
-
: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,
|
|
15368
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15369
|
-
: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,
|
|
15370
|
-
: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 {
|
|
15371
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15372
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15373
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15374
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15375
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15376
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15377
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15378
|
-
}
|
|
15379
15103
|
: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,
|
|
15380
15104
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15381
15105
|
: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,
|
|
@@ -15658,18 +15382,6 @@ label.pf-v5-c-input-group__text {
|
|
|
15658
15382
|
cursor: pointer;
|
|
15659
15383
|
}
|
|
15660
15384
|
|
|
15661
|
-
: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,
|
|
15662
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
15663
|
-
: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,
|
|
15664
|
-
: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 {
|
|
15665
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
15666
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
15667
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
15668
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
15669
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
15670
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
15671
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
15672
|
-
}
|
|
15673
15385
|
: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,
|
|
15674
15386
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15675
15387
|
: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,
|
|
@@ -16361,18 +16073,6 @@ button.pf-v5-c-label__content:focus {
|
|
|
16361
16073
|
margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
16362
16074
|
}
|
|
16363
16075
|
|
|
16364
|
-
: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,
|
|
16365
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16366
|
-
: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,
|
|
16367
|
-
: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 {
|
|
16368
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16369
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16370
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16371
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16372
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16373
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16374
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16375
|
-
}
|
|
16376
16076
|
: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,
|
|
16377
16077
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16378
16078
|
: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,
|
|
@@ -16818,18 +16518,6 @@ ul.pf-v5-c-list {
|
|
|
16818
16518
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
16819
16519
|
}
|
|
16820
16520
|
|
|
16821
|
-
: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,
|
|
16822
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
16823
|
-
: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,
|
|
16824
|
-
: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 {
|
|
16825
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
16826
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
16827
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
16828
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
16829
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
16830
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
16831
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
16832
|
-
}
|
|
16833
16521
|
: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,
|
|
16834
16522
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16835
16523
|
: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,
|
|
@@ -17105,18 +16793,6 @@ ul.pf-v5-c-list {
|
|
|
17105
16793
|
padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
|
17106
16794
|
}
|
|
17107
16795
|
|
|
17108
|
-
: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,
|
|
17109
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17110
|
-
: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,
|
|
17111
|
-
: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 {
|
|
17112
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17113
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17114
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17115
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17116
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17117
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17118
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17119
|
-
}
|
|
17120
16796
|
: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,
|
|
17121
16797
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17122
16798
|
: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,
|
|
@@ -17761,18 +17437,6 @@ ul.pf-v5-c-list {
|
|
|
17761
17437
|
}
|
|
17762
17438
|
}
|
|
17763
17439
|
|
|
17764
|
-
: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,
|
|
17765
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
17766
|
-
: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,
|
|
17767
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
|
17768
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
17769
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
17770
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
17771
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
17772
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
17773
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
17774
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
17775
|
-
}
|
|
17776
17440
|
: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,
|
|
17777
17441
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17778
17442
|
: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,
|
|
@@ -18353,18 +18017,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18353
18017
|
border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
18354
18018
|
}
|
|
18355
18019
|
|
|
18356
|
-
: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,
|
|
18357
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18358
|
-
: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,
|
|
18359
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18360
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18361
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18362
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18363
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18364
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18365
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18366
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18367
|
-
}
|
|
18368
18020
|
: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,
|
|
18369
18021
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18370
18022
|
: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,
|
|
@@ -18783,18 +18435,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18783
18435
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
18784
18436
|
}
|
|
18785
18437
|
|
|
18786
|
-
: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,
|
|
18787
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
18788
|
-
: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,
|
|
18789
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
18790
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
18791
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
18792
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
18793
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
18794
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
18795
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
18796
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
18797
|
-
}
|
|
18798
18438
|
: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,
|
|
18799
18439
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
18800
18440
|
: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,
|
|
@@ -19008,18 +18648,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19008
18648
|
}
|
|
19009
18649
|
}
|
|
19010
18650
|
|
|
19011
|
-
: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,
|
|
19012
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
19013
|
-
: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,
|
|
19014
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
19015
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
19016
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
19017
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
19018
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
19019
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
19020
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
19021
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
19022
|
-
}
|
|
19023
18651
|
: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,
|
|
19024
18652
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19025
18653
|
: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,
|
|
@@ -20158,18 +19786,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20158
19786
|
left: 0;
|
|
20159
19787
|
}
|
|
20160
19788
|
|
|
20161
|
-
: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,
|
|
20162
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20163
|
-
: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,
|
|
20164
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20165
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20166
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20167
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20168
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20169
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20170
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20171
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20172
|
-
}
|
|
20173
19789
|
: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,
|
|
20174
19790
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20175
19791
|
: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,
|
|
@@ -20311,18 +19927,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20311
19927
|
margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
|
|
20312
19928
|
}
|
|
20313
19929
|
|
|
20314
|
-
: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,
|
|
20315
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20316
|
-
: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,
|
|
20317
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20318
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20319
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20320
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20321
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20322
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20323
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20324
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20325
|
-
}
|
|
20326
19930
|
: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,
|
|
20327
19931
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20328
19932
|
: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,
|
|
@@ -20601,18 +20205,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20601
20205
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
20602
20206
|
}
|
|
20603
20207
|
|
|
20604
|
-
: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,
|
|
20605
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20606
|
-
: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,
|
|
20607
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20608
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20609
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20610
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20611
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20612
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20613
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20614
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20615
|
-
}
|
|
20616
20208
|
: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,
|
|
20617
20209
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20618
20210
|
: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,
|
|
@@ -20884,18 +20476,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20884
20476
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
20885
20477
|
}
|
|
20886
20478
|
|
|
20887
|
-
: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,
|
|
20888
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
20889
|
-
: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,
|
|
20890
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
20891
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
20892
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
20893
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
20894
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
20895
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
20896
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
20897
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
20898
|
-
}
|
|
20899
20479
|
: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,
|
|
20900
20480
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
20901
20481
|
: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,
|
|
@@ -21870,18 +21450,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21870
21450
|
flex: 1 0 auto;
|
|
21871
21451
|
}
|
|
21872
21452
|
|
|
21873
|
-
: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,
|
|
21874
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
21875
|
-
: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,
|
|
21876
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
|
21877
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
21878
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
21879
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
21880
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
21881
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
21882
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
21883
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
21884
|
-
}
|
|
21885
21453
|
: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,
|
|
21886
21454
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21887
21455
|
: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,
|
|
@@ -22317,18 +21885,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22317
21885
|
}
|
|
22318
21886
|
}
|
|
22319
21887
|
|
|
22320
|
-
: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,
|
|
22321
|
-
: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,
|
|
22322
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22323
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22324
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22325
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22326
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22327
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22328
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22329
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22330
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22331
|
-
}
|
|
22332
21888
|
: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,
|
|
22333
21889
|
: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,
|
|
22334
21890
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22421,18 +21977,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22421
21977
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22422
21978
|
}
|
|
22423
21979
|
|
|
22424
|
-
: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,
|
|
22425
|
-
: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,
|
|
22426
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22427
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22428
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22429
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22430
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22431
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22432
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22433
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22434
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22435
|
-
}
|
|
22436
21980
|
: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,
|
|
22437
21981
|
: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,
|
|
22438
21982
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22616,18 +22160,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22616
22160
|
margin-top: var(--pf-v5-c-popover__footer--MarginTop);
|
|
22617
22161
|
}
|
|
22618
22162
|
|
|
22619
|
-
: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,
|
|
22620
|
-
: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,
|
|
22621
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22622
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22623
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22624
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22625
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22626
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22627
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22628
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22629
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22630
|
-
}
|
|
22631
22163
|
: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,
|
|
22632
22164
|
: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,
|
|
22633
22165
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -22810,18 +22342,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22810
22342
|
margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
22811
22343
|
}
|
|
22812
22344
|
|
|
22813
|
-
: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,
|
|
22814
|
-
: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,
|
|
22815
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22816
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
22817
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
22818
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
22819
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
22820
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
22821
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
22822
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
22823
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
22824
|
-
}
|
|
22825
22345
|
: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,
|
|
22826
22346
|
: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,
|
|
22827
22347
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24080,18 +23600,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24080
23600
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
24081
23601
|
}
|
|
24082
23602
|
|
|
24083
|
-
: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,
|
|
24084
|
-
: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,
|
|
24085
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24086
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24087
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24088
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24089
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24090
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24091
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24092
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24093
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24094
|
-
}
|
|
24095
23603
|
: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,
|
|
24096
23604
|
: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,
|
|
24097
23605
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24516,18 +24024,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24516
24024
|
margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24517
24025
|
}
|
|
24518
24026
|
|
|
24519
|
-
: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,
|
|
24520
|
-
: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,
|
|
24521
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24522
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24523
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24524
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24525
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24526
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24527
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24528
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24529
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24530
|
-
}
|
|
24531
24027
|
: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,
|
|
24532
24028
|
: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,
|
|
24533
24029
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -24707,18 +24203,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24707
24203
|
transform: translateX(100%);
|
|
24708
24204
|
}
|
|
24709
24205
|
}
|
|
24710
|
-
: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,
|
|
24711
|
-
: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,
|
|
24712
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
24713
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
24714
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
24715
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
24716
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
24717
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
24718
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
24719
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
24720
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
24721
|
-
}
|
|
24722
24206
|
: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,
|
|
24723
24207
|
: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,
|
|
24724
24208
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -25176,18 +24660,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25176
24660
|
vertical-align: top;
|
|
25177
24661
|
}
|
|
25178
24662
|
|
|
25179
|
-
: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,
|
|
25180
|
-
: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,
|
|
25181
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
25182
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
25183
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
25184
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
25185
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
25186
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
25187
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
25188
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
25189
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
25190
|
-
}
|
|
25191
24663
|
: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,
|
|
25192
24664
|
: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,
|
|
25193
24665
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -27868,18 +27340,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27868
27340
|
--pf-v5-c-table--cell--Width: 100%;
|
|
27869
27341
|
}
|
|
27870
27342
|
|
|
27871
|
-
: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,
|
|
27872
|
-
: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,
|
|
27873
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
27874
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
27875
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
27876
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
27877
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
27878
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
27879
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
27880
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
27881
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
27882
|
-
}
|
|
27883
27343
|
: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,
|
|
27884
27344
|
: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,
|
|
27885
27345
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29589,18 +29049,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29589
29049
|
}
|
|
29590
29050
|
}
|
|
29591
29051
|
|
|
29592
|
-
: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,
|
|
29593
|
-
: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,
|
|
29594
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29595
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29596
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29597
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29598
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29599
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29600
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29601
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29602
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29603
|
-
}
|
|
29604
29052
|
: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,
|
|
29605
29053
|
: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,
|
|
29606
29054
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29636,8 +29084,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29636
29084
|
--pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
|
|
29637
29085
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
29638
29086
|
--pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
|
|
29639
|
-
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--
|
|
29640
|
-
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--
|
|
29087
|
+
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--200);
|
|
29088
|
+
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--200);
|
|
29641
29089
|
--pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
|
|
29642
29090
|
--pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
|
|
29643
29091
|
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
|
|
@@ -29765,18 +29213,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29765
29213
|
display: flex;
|
|
29766
29214
|
}
|
|
29767
29215
|
|
|
29768
|
-
: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,
|
|
29769
|
-
: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,
|
|
29770
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29771
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29772
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29773
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29774
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29775
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29776
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29777
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29778
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29779
|
-
}
|
|
29780
29216
|
: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,
|
|
29781
29217
|
: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,
|
|
29782
29218
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -29930,18 +29366,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
29930
29366
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
29931
29367
|
}
|
|
29932
29368
|
|
|
29933
|
-
: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,
|
|
29934
|
-
: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,
|
|
29935
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
29936
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
29937
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
29938
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
29939
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
29940
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
29941
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
29942
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
29943
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
29944
|
-
}
|
|
29945
29369
|
: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,
|
|
29946
29370
|
: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,
|
|
29947
29371
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30151,18 +29575,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30151
29575
|
margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
30152
29576
|
}
|
|
30153
29577
|
|
|
30154
|
-
: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,
|
|
30155
|
-
: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,
|
|
30156
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30157
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30158
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30159
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30160
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30161
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30162
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30163
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30164
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30165
|
-
}
|
|
30166
29578
|
: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,
|
|
30167
29579
|
: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,
|
|
30168
29580
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30266,18 +29678,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30266
29678
|
box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
|
|
30267
29679
|
}
|
|
30268
29680
|
|
|
30269
|
-
: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,
|
|
30270
|
-
: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,
|
|
30271
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30272
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30273
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30274
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30275
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30276
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30277
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30278
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30279
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30280
|
-
}
|
|
30281
29681
|
: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,
|
|
30282
29682
|
: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,
|
|
30283
29683
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -30809,18 +30209,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
30809
30209
|
--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));
|
|
30810
30210
|
}
|
|
30811
30211
|
|
|
30812
|
-
: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,
|
|
30813
|
-
: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,
|
|
30814
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
30815
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
30816
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
30817
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
30818
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
30819
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
30820
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
30821
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
30822
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
30823
|
-
}
|
|
30824
30212
|
: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,
|
|
30825
30213
|
: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,
|
|
30826
30214
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
@@ -31322,18 +30710,6 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31322
30710
|
margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
31323
30711
|
}
|
|
31324
30712
|
|
|
31325
|
-
: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,
|
|
31326
|
-
: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,
|
|
31327
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
31328
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
|
31329
|
-
--pf-v5-global--Color--100: #e0e0e0;
|
|
31330
|
-
--pf-v5-global--Color--200: #aaabac;
|
|
31331
|
-
--pf-v5-global--BorderColor--100: #444548;
|
|
31332
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
|
31333
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
|
31334
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
|
31335
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
|
31336
|
-
}
|
|
31337
30713
|
: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,
|
|
31338
30714
|
: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,
|
|
31339
30715
|
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|