@patternfly/patternfly 6.0.0-alpha.10 → 6.0.0-alpha.12
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/components/Drawer/drawer.css +0 -1
- package/components/Drawer/drawer.scss +2 -1
- package/components/Page/page.css +51 -160
- package/components/Page/page.scss +53 -147
- package/components/Table/table.css +1 -11
- package/components/Table/table.scss +1 -11
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +101 -306
- package/patternfly-theme-dark-unversioned.css +101 -306
- package/patternfly.css +101 -306
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Page/themes/dark/page.scss +0 -69
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-
|
|
2
|
+
.pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-menu, .pf-v5-c-form-control, .pf-v5-c-data-list, .pf-v5-c-context-selector__menu, .pf-v5-c-chip-group, .pf-v5-c-chip, .pf-v5-c-calendar-month, .pf-v5-c-banner.pf-m-gold, .pf-v5-c-banner.pf-m-blue, .pf-v5-c-accordion, .pf-t-light {
|
|
3
3
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
|
|
4
4
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
|
|
5
5
|
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.pf-v5-c-wizard__header, .pf-v5-c-
|
|
14
|
+
.pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .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-t-dark {
|
|
15
15
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
|
|
16
16
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
|
|
17
17
|
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
|
23
23
|
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
|
24
24
|
}
|
|
25
|
-
.pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-
|
|
25
|
+
.pf-v5-c-wizard__header .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-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-t-dark .pf-v5-c-button {
|
|
26
26
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -324,9 +324,7 @@
|
|
|
324
324
|
--pf-v5-global--inverse--multiplier: -1;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
328
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
329
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
327
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
330
328
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
331
329
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
332
330
|
}
|
|
@@ -6520,9 +6518,7 @@ button) {
|
|
|
6520
6518
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
|
6521
6519
|
}
|
|
6522
6520
|
|
|
6523
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
6524
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6525
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6521
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6526
6522
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6527
6523
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6528
6524
|
}
|
|
@@ -6757,9 +6753,7 @@ button) {
|
|
|
6757
6753
|
--pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
6758
6754
|
}
|
|
6759
6755
|
|
|
6760
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
6761
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
6762
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6756
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
6763
6757
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
6764
6758
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
6765
6759
|
}
|
|
@@ -7300,9 +7294,7 @@ button) {
|
|
|
7300
7294
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
7301
7295
|
}
|
|
7302
7296
|
|
|
7303
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
7304
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7305
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7297
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7306
7298
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
7307
7299
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7308
7300
|
}
|
|
@@ -7672,9 +7664,7 @@ button) {
|
|
|
7672
7664
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
|
|
7673
7665
|
}
|
|
7674
7666
|
|
|
7675
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
7676
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7677
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7667
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7678
7668
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
7679
7669
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7680
7670
|
}
|
|
@@ -7773,9 +7763,7 @@ button) {
|
|
|
7773
7763
|
cursor: not-allowed;
|
|
7774
7764
|
}
|
|
7775
7765
|
|
|
7776
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
7777
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
7778
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7766
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
7779
7767
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
|
7780
7768
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7781
7769
|
}
|
|
@@ -8668,9 +8656,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8668
8656
|
pointer-events: none;
|
|
8669
8657
|
}
|
|
8670
8658
|
|
|
8671
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
8672
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
8673
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8659
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
8674
8660
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
8675
8661
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8676
8662
|
}
|
|
@@ -9098,9 +9084,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
9098
9084
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
9099
9085
|
}
|
|
9100
9086
|
|
|
9101
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
9102
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9103
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9087
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9104
9088
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
9105
9089
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9106
9090
|
}
|
|
@@ -9293,9 +9277,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9293
9277
|
line-height: 1;
|
|
9294
9278
|
}
|
|
9295
9279
|
|
|
9296
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
9297
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9298
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9280
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9299
9281
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
9300
9282
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9301
9283
|
}
|
|
@@ -9487,9 +9469,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9487
9469
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
9488
9470
|
}
|
|
9489
9471
|
|
|
9490
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
9491
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9492
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9472
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9493
9473
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
9494
9474
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9495
9475
|
}
|
|
@@ -9693,9 +9673,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9693
9673
|
margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
9694
9674
|
}
|
|
9695
9675
|
|
|
9696
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
9697
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
9698
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9676
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
9699
9677
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
9700
9678
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9701
9679
|
}
|
|
@@ -10273,9 +10251,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10273
10251
|
pointer-events: none;
|
|
10274
10252
|
}
|
|
10275
10253
|
|
|
10276
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
10277
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
10278
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
10254
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
10279
10255
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
10280
10256
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10281
10257
|
}
|
|
@@ -11124,9 +11100,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11124
11100
|
padding: 0;
|
|
11125
11101
|
}
|
|
11126
11102
|
|
|
11127
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
11128
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11129
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11103
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11130
11104
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
11131
11105
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11132
11106
|
}
|
|
@@ -11526,9 +11500,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11526
11500
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
11527
11501
|
}
|
|
11528
11502
|
|
|
11529
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
11530
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11531
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11503
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11532
11504
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
11533
11505
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11534
11506
|
}
|
|
@@ -11850,9 +11822,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11850
11822
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
11851
11823
|
}
|
|
11852
11824
|
|
|
11853
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
11854
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
11855
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11825
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
11856
11826
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
11857
11827
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11858
11828
|
}
|
|
@@ -13101,9 +13071,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13101
13071
|
min-width: min-content;
|
|
13102
13072
|
}
|
|
13103
13073
|
|
|
13104
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
13105
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
13106
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
13074
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
13107
13075
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
13108
13076
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
13109
13077
|
}
|
|
@@ -13658,7 +13626,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
13658
13626
|
z-index: var(--pf-v5-c-drawer__content--ZIndex);
|
|
13659
13627
|
flex-basis: var(--pf-v5-c-drawer__content--FlexBasis);
|
|
13660
13628
|
order: 0;
|
|
13661
|
-
background-color: var(--pf-v5-c-drawer__content--BackgroundColor);
|
|
13662
13629
|
}
|
|
13663
13630
|
.pf-v5-c-drawer__content.pf-m-no-background {
|
|
13664
13631
|
--pf-v5-c-drawer__content--BackgroundColor: transparent;
|
|
@@ -14285,9 +14252,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14285
14252
|
display: none;
|
|
14286
14253
|
}
|
|
14287
14254
|
}
|
|
14288
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
14289
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14290
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
14255
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
14291
14256
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
14292
14257
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14293
14258
|
}
|
|
@@ -14967,9 +14932,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14967
14932
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14968
14933
|
}
|
|
14969
14934
|
|
|
14970
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
14971
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
14972
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
14935
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
14973
14936
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
14974
14937
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14975
14938
|
}
|
|
@@ -15824,9 +15787,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15824
15787
|
margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
15825
15788
|
}
|
|
15826
15789
|
|
|
15827
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
15828
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
15829
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15790
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
15830
15791
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
15831
15792
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15832
15793
|
}
|
|
@@ -16099,9 +16060,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16099
16060
|
pointer-events: none;
|
|
16100
16061
|
}
|
|
16101
16062
|
|
|
16102
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
16103
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16104
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16063
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16105
16064
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16106
16065
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16107
16066
|
}
|
|
@@ -16188,9 +16147,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16188
16147
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
16189
16148
|
}
|
|
16190
16149
|
|
|
16191
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
16192
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16193
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16150
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16194
16151
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16195
16152
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16196
16153
|
}
|
|
@@ -16274,9 +16231,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16274
16231
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16275
16232
|
}
|
|
16276
16233
|
|
|
16277
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
16278
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16279
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16234
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16280
16235
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16281
16236
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16282
16237
|
}
|
|
@@ -16562,9 +16517,7 @@ label.pf-v5-c-input-group__text {
|
|
|
16562
16517
|
cursor: pointer;
|
|
16563
16518
|
}
|
|
16564
16519
|
|
|
16565
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
16566
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
16567
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16520
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16568
16521
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16569
16522
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16570
16523
|
}
|
|
@@ -17256,9 +17209,7 @@ button.pf-v5-c-label__content:focus {
|
|
|
17256
17209
|
margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
17257
17210
|
}
|
|
17258
17211
|
|
|
17259
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
17260
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17261
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17212
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17262
17213
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
17263
17214
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17264
17215
|
}
|
|
@@ -17704,9 +17655,7 @@ ul.pf-v5-c-list {
|
|
|
17704
17655
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
17705
17656
|
}
|
|
17706
17657
|
|
|
17707
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
17708
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17709
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17658
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17710
17659
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
17711
17660
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17712
17661
|
}
|
|
@@ -17988,9 +17937,7 @@ ul.pf-v5-c-list {
|
|
|
17988
17937
|
padding-block-start: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
|
17989
17938
|
}
|
|
17990
17939
|
|
|
17991
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
17992
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
17993
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17940
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
17994
17941
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
17995
17942
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17996
17943
|
}
|
|
@@ -19198,9 +19145,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19198
19145
|
border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
19199
19146
|
}
|
|
19200
19147
|
|
|
19201
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
19202
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19203
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19148
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19204
19149
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
19205
19150
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19206
19151
|
}
|
|
@@ -19613,9 +19558,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19613
19558
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color);
|
|
19614
19559
|
}
|
|
19615
19560
|
|
|
19616
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
19617
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19618
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19561
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19619
19562
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
19620
19563
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19621
19564
|
}
|
|
@@ -19826,9 +19769,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19826
19769
|
}
|
|
19827
19770
|
}
|
|
19828
19771
|
|
|
19829
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
19830
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
19831
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19772
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
19832
19773
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
19833
19774
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19834
19775
|
}
|
|
@@ -20996,9 +20937,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
20996
20937
|
inset-inline-start: 0;
|
|
20997
20938
|
}
|
|
20998
20939
|
|
|
20999
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
21000
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21001
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
20940
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21002
20941
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
21003
20942
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21004
20943
|
}
|
|
@@ -21402,9 +21341,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21402
21341
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
21403
21342
|
}
|
|
21404
21343
|
|
|
21405
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
21406
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21407
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21344
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21408
21345
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
21409
21346
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21410
21347
|
}
|
|
@@ -21685,9 +21622,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21685
21622
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
21686
21623
|
}
|
|
21687
21624
|
|
|
21688
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-
|
|
21689
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
21690
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21625
|
+
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
21691
21626
|
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
21692
21627
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21693
21628
|
}
|
|
@@ -21802,28 +21737,20 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21802
21737
|
--pf-v5-c-page__header-tools-group--MarginLeft: var(--pf-t--global--spacer--xl);
|
|
21803
21738
|
--pf-v5-c-page__header-tools-group--Display: flex;
|
|
21804
21739
|
--pf-v5-c-page__header-tools-item--Display: block;
|
|
21805
|
-
--pf-v5-c-page__header-tools-item--c-notification-badge--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-200);
|
|
21806
|
-
--pf-v5-c-page__header-tools--c-button--notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--200);
|
|
21807
|
-
--pf-v5-c-page__header-tools--c-button--notification-badge--m-attention--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
|
21808
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--200);
|
|
21809
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--notification-badge--m-attention--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
|
21810
21740
|
--pf-v5-c-page__header-tools--c-button--m-selected--before--Width: auto;
|
|
21811
21741
|
--pf-v5-c-page__header-tools--c-button--m-selected--before--Height: auto;
|
|
21812
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-200);
|
|
21813
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--before--BorderRadius: var(--pf-v5-global--BorderRadius--sm);
|
|
21814
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--c-notification-badge--m-unread--after--BorderColor: transparent;
|
|
21815
21742
|
--pf-v5-c-page__sidebar--ZIndex: var(--pf-v5-global--ZIndex--sm);
|
|
21816
21743
|
--pf-v5-c-page__sidebar--Width: 18.125rem;
|
|
21817
21744
|
--pf-v5-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
21818
|
-
--pf-v5-c-page__sidebar--m-light--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
|
|
21819
|
-
--pf-v5-c-page__sidebar--m-light--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
21820
|
-
--pf-v5-c-page__sidebar--m-light--BorderRightColor: var(--pf-v5-global--BorderColor--100);
|
|
21821
21745
|
--pf-v5-c-page__sidebar--BoxShadow: none;
|
|
21822
21746
|
--pf-v5-c-page__sidebar--Transition: var(--pf-v5-global--Transition);
|
|
21823
21747
|
--pf-v5-c-page__sidebar--TranslateX: -100%;
|
|
21824
21748
|
--pf-v5-c-page__sidebar--TranslateZ: 0;
|
|
21825
21749
|
--pf-v5-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
21826
21750
|
--pf-v5-c-page__sidebar--xl--TranslateX: 0;
|
|
21751
|
+
--pf-v5-c-page__sidebar--MarginRight: 0;
|
|
21752
|
+
--pf-v5-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
21753
|
+
--pf-v5-c-page__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
21827
21754
|
--pf-v5-c-page__sidebar-header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
21828
21755
|
--pf-v5-c-page__sidebar-header--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
21829
21756
|
--pf-v5-c-page__sidebar-header--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
@@ -21836,58 +21763,63 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21836
21763
|
--pf-v5-c-page__sidebar-body--PaddingLeft: 0;
|
|
21837
21764
|
--pf-v5-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-v5-c-page--inset);
|
|
21838
21765
|
--pf-v5-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-v5-c-page--inset);
|
|
21839
|
-
--pf-v5-c-page__sidebar-body--m-menu--
|
|
21840
|
-
--pf-v5-c-page__sidebar-body--m-menu--
|
|
21841
|
-
--pf-v5-c-page__sidebar-body--m-menu--
|
|
21766
|
+
--pf-v5-c-page__sidebar-body--m-menu--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
21767
|
+
--pf-v5-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
21768
|
+
--pf-v5-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-t--global--border--width--button--default);
|
|
21769
|
+
--pf-v5-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
21842
21770
|
--pf-v5-c-page__main--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
21771
|
+
--pf-v5-c-page__main--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
|
21772
|
+
--pf-v5-c-page__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21773
|
+
--pf-v5-c-page__main--MarginInlineStart: var(--pf-t--global--spacer--lg);
|
|
21774
|
+
--pf-v5-c-page__main--MarginInlineEnd: var(--pf-t--global--spacer--lg);
|
|
21775
|
+
--pf-v5-c-page__main--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
21776
|
+
--pf-v5-c-page__main--BorderWidth: var(--pf-t--global--spacer--sm);
|
|
21777
|
+
--pf-v5-c-page__main--BorderColor: var(--pf-v5-c-page__main--BackgroundColor);
|
|
21843
21778
|
--pf-v5-c-page__main-section--MarginTop: var(--pf-t--global--spacer--md);
|
|
21844
21779
|
--pf-v5-c-page__main-section--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
21845
|
-
--pf-v5-c-page__main-section--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
21780
|
+
--pf-v5-c-page__main-section--PaddingRight: calc(var(--pf-t--global--spacer--lg) - var(--pf-v5-c-page__main--BorderWidth));
|
|
21846
21781
|
--pf-v5-c-page__main-section--PaddingBottom: 0;
|
|
21847
|
-
--pf-v5-c-page__main-section--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
21782
|
+
--pf-v5-c-page__main-section--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v5-c-page__main--BorderWidth));
|
|
21848
21783
|
--pf-v5-c-page__main-breadcrumb--main-section--PaddingTop: var(--pf-t--global--spacer--md);
|
|
21849
|
-
--pf-v5-c-page__main-section--BackgroundColor:
|
|
21850
|
-
--pf-v5-c-page__main-section--m-
|
|
21851
|
-
--pf-v5-c-page__main-section--m-light-100--BackgroundColor: transparent;
|
|
21852
|
-
--pf-v5-c-page__main-section--m-dark-100--BackgroundColor: transparent;
|
|
21853
|
-
--pf-v5-c-page__main-section--m-dark-200--BackgroundColor: transparent;
|
|
21784
|
+
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21785
|
+
--pf-v5-c-page__main-section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
21854
21786
|
--pf-v5-c-page__main-breadcrumb--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
|
|
21855
21787
|
--pf-v5-c-page__main-nav--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
|
|
21856
21788
|
--pf-v5-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v5-c-page__sidebar--Width));
|
|
21857
21789
|
--pf-v5-c-page--section--m-sticky-top--ZIndex: var(--pf-v5-global--ZIndex--md);
|
|
21858
|
-
--pf-v5-c-page--section--m-sticky-top--BoxShadow: var(--pf-
|
|
21790
|
+
--pf-v5-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
21859
21791
|
--pf-v5-c-page--section--m-sticky-bottom--ZIndex: var(--pf-v5-global--ZIndex--md);
|
|
21860
|
-
--pf-v5-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-
|
|
21861
|
-
--pf-v5-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-
|
|
21792
|
+
--pf-v5-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm-top);
|
|
21793
|
+
--pf-v5-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm-bottom);
|
|
21862
21794
|
--pf-v5-c-page--section--m-shadow-bottom--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
21863
|
-
--pf-v5-c-page--section--m-shadow-top--BoxShadow: var(--pf-
|
|
21795
|
+
--pf-v5-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm-top);
|
|
21864
21796
|
--pf-v5-c-page--section--m-shadow-top--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
21865
|
-
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-
|
|
21866
|
-
--pf-v5-c-page__main-nav--PaddingTop: var(--pf-
|
|
21797
|
+
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
21798
|
+
--pf-v5-c-page__main-nav--PaddingTop: var(--pf-t--global--spacer--md);
|
|
21867
21799
|
--pf-v5-c-page__main-nav--PaddingRight: 0;
|
|
21868
21800
|
--pf-v5-c-page__main-nav--PaddingLeft: 0;
|
|
21869
|
-
--pf-v5-c-page__main-nav--m-sticky-top--PaddingBottom: var(--pf-
|
|
21870
|
-
--pf-v5-c-page__main-nav--xl--PaddingRight: var(--pf-
|
|
21871
|
-
--pf-v5-c-page__main-nav--xl--PaddingLeft: var(--pf-
|
|
21872
|
-
--pf-v5-c-page__main-subnav--BackgroundColor: var(--pf-
|
|
21873
|
-
--pf-v5-c-page__main-subnav--BorderTopWidth: var(--pf-
|
|
21874
|
-
--pf-v5-c-page__main-subnav--BorderTopColor: var(--pf-
|
|
21801
|
+
--pf-v5-c-page__main-nav--m-sticky-top--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
21802
|
+
--pf-v5-c-page__main-nav--xl--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
21803
|
+
--pf-v5-c-page__main-nav--xl--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
21804
|
+
--pf-v5-c-page__main-subnav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
21805
|
+
--pf-v5-c-page__main-subnav--BorderTopWidth: var(--pf-t--global--border--width--divider--default);
|
|
21806
|
+
--pf-v5-c-page__main-subnav--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
21875
21807
|
--pf-v5-c-page__main-subnav--BorderLeftWidth: 0;
|
|
21876
|
-
--pf-v5-c-page__main-subnav--BorderLeftColor: var(--pf-
|
|
21877
|
-
--pf-v5-c-page__sidebar--main__main-subnav--BorderLeftWidth: var(--pf-
|
|
21808
|
+
--pf-v5-c-page__main-subnav--BorderLeftColor: var(--pf-t--global--border--color--default);
|
|
21809
|
+
--pf-v5-c-page__sidebar--main__main-subnav--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
|
|
21878
21810
|
--pf-v5-c-page__sidebar--m-collapsed--main__main-subnav--BorderLeftWidth: 0;
|
|
21879
21811
|
--pf-v5-c-page__main-breadcrumb--PaddingTop: var(--pf-t--global--spacer--md);
|
|
21880
|
-
--pf-v5-c-page__main-breadcrumb--PaddingRight: var(--pf-t--global--spacer--
|
|
21812
|
+
--pf-v5-c-page__main-breadcrumb--PaddingRight: calc(var(--pf-t--global--spacer--lg) - var(--pf-v5-c-page__main--BorderWidth));
|
|
21881
21813
|
--pf-v5-c-page__main-breadcrumb--PaddingBottom: 0;
|
|
21882
|
-
--pf-v5-c-page__main-breadcrumb--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
21814
|
+
--pf-v5-c-page__main-breadcrumb--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v5-c-page__main--BorderWidth));
|
|
21815
|
+
--pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21883
21816
|
--pf-v5-c-page__main-tabs--PaddingTop: 0;
|
|
21884
21817
|
--pf-v5-c-page__main-tabs--PaddingRight: 0;
|
|
21885
21818
|
--pf-v5-c-page__main-tabs--PaddingBottom: 0;
|
|
21886
|
-
--pf-v5-c-page__main-tabs--
|
|
21887
|
-
--pf-v5-c-page__main-wizard--BackgroundColor: var(--pf-
|
|
21888
|
-
--pf-v5-c-page__main-wizard--BorderTopColor: var(--pf-
|
|
21889
|
-
--pf-v5-c-page__main-wizard--BorderTopWidth: var(--pf-
|
|
21890
|
-
--pf-v5-c-page__main-wizard--m-light-200--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
21819
|
+
--pf-v5-c-page__main-tabs--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21820
|
+
--pf-v5-c-page__main-wizard--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21821
|
+
--pf-v5-c-page__main-wizard--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
21822
|
+
--pf-v5-c-page__main-wizard--BorderTopWidth: var(--pf-t--global--border--width--button--default);
|
|
21891
21823
|
}
|
|
21892
21824
|
@media (min-width: 1200px) {
|
|
21893
21825
|
:root {
|
|
@@ -21937,7 +21869,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21937
21869
|
}
|
|
21938
21870
|
|
|
21939
21871
|
.pf-v5-c-page__header {
|
|
21940
|
-
color: var(--pf-v5-global--Color--100);
|
|
21941
21872
|
display: grid;
|
|
21942
21873
|
grid-template-columns: auto auto;
|
|
21943
21874
|
align-items: center;
|
|
@@ -22033,35 +21964,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22033
21964
|
.pf-v5-c-page__header-tools-item {
|
|
22034
21965
|
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-page__header-tools-item--Display);
|
|
22035
21966
|
}
|
|
22036
|
-
.pf-v5-c-page__header-tools-item .pf-v5-c-notification-badge.pf-m-read:hover {
|
|
22037
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-c-page__header-tools-item--c-notification-badge--hover--BackgroundColor);
|
|
22038
|
-
}
|
|
22039
|
-
.pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
|
|
22040
|
-
background-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
|
|
22041
|
-
border-radius: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BorderRadius);
|
|
22042
|
-
}
|
|
22043
|
-
.pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button::before {
|
|
22044
|
-
position: absolute;
|
|
22045
|
-
inset: 0;
|
|
22046
|
-
width: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--Width);
|
|
22047
|
-
height: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--Height);
|
|
22048
|
-
content: "";
|
|
22049
|
-
}
|
|
22050
|
-
.pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge.pf-m-unread {
|
|
22051
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-c-page__header-tools--c-button--m-selected--notification-badge--m-unread--after--BackgroundColor);
|
|
22052
|
-
}
|
|
22053
|
-
.pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge.pf-m-unread::after {
|
|
22054
|
-
border-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--c-notification-badge--m-unread--after--BorderColor);
|
|
22055
|
-
}
|
|
22056
|
-
.pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge.pf-m-attention {
|
|
22057
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
|
22058
|
-
}
|
|
22059
|
-
.pf-v5-c-page__header-tools-item .pf-v5-c-button:focus .pf-v5-c-notification-badge.pf-m-unread {
|
|
22060
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-c-page__header-tools--c-button--notification-badge--m-unread--after--BackgroundColor);
|
|
22061
|
-
}
|
|
22062
|
-
.pf-v5-c-page__header-tools-item .pf-v5-c-button:focus .pf-v5-c-notification-badge.pf-m-attention {
|
|
22063
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-c-page__header-tools--c-button--notification-badge--m-attention--after--BackgroundColor);
|
|
22064
|
-
}
|
|
22065
21967
|
|
|
22066
21968
|
.pf-v5-c-page__sidebar {
|
|
22067
21969
|
z-index: var(--pf-v5-c-page__sidebar--ZIndex);
|
|
@@ -22099,11 +22001,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22099
22001
|
max-width: 0;
|
|
22100
22002
|
overflow: hidden;
|
|
22101
22003
|
}
|
|
22102
|
-
.pf-v5-c-page__sidebar.pf-m-light {
|
|
22103
|
-
color: var(--pf-v5-global--Color--100);
|
|
22104
|
-
--pf-v5-c-page__sidebar--BackgroundColor: var(--pf-v5-c-page__sidebar--m-light--BackgroundColor);
|
|
22105
|
-
border-inline-end: var(--pf-v5-c-page__sidebar--m-light--BorderRightWidth) solid var(--pf-v5-c-page__sidebar--m-light--BorderRightColor);
|
|
22106
|
-
}
|
|
22107
22004
|
|
|
22108
22005
|
.pf-v5-c-page__sidebar-header {
|
|
22109
22006
|
padding-block-start: var(--pf-v5-c-page__sidebar-header--PaddingTop);
|
|
@@ -22126,7 +22023,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22126
22023
|
flex-grow: 1;
|
|
22127
22024
|
}
|
|
22128
22025
|
.pf-v5-c-page__sidebar-body.pf-m-menu {
|
|
22129
|
-
background-color: var(--pf-v5-
|
|
22026
|
+
background-color: var(--pf-v5-c-page__sidebar-body--m-menu--BackgroundColor);
|
|
22130
22027
|
border-block-start: var(--pf-v5-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-v5-c-page__sidebar-body--m-menu--BorderTopColor);
|
|
22131
22028
|
}
|
|
22132
22029
|
.pf-v5-c-page__sidebar-body.pf-m-menu + .pf-v5-c-page__sidebar-body.pf-m-menu {
|
|
@@ -22384,16 +22281,14 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22384
22281
|
}
|
|
22385
22282
|
|
|
22386
22283
|
.pf-v5-c-page__main {
|
|
22284
|
+
align-self: start;
|
|
22285
|
+
max-height: var(--pf-v5-c-page__main--MaxHeight);
|
|
22387
22286
|
margin-block-start: 0;
|
|
22388
|
-
margin-inline-start: var(--pf-
|
|
22389
|
-
margin-inline-end: var(--pf-
|
|
22390
|
-
|
|
22391
|
-
|
|
22392
|
-
|
|
22393
|
-
padding-block-end: var(--pf-t--global--spacer--lg);
|
|
22394
|
-
margin-block-end: var(--pf-t--global--spacer--lg);
|
|
22395
|
-
background-color: var(--pf-t--global--background--color--primary--default);
|
|
22396
|
-
border-radius: var(--pf-t--global--border--radius--large);
|
|
22287
|
+
margin-inline-start: var(--pf-v5-c-page__main--MarginInlineStart);
|
|
22288
|
+
margin-inline-end: var(--pf-v5-c-page__main--MarginInlineEnd);
|
|
22289
|
+
background: var(--pf-v5-c-page__main--BackgroundColor);
|
|
22290
|
+
border: var(--pf-v5-c-page__main--BorderWidth) solid var(--pf-v5-c-page__main--BorderColor);
|
|
22291
|
+
border-radius: var(--pf-v5-c-page__main--BorderRadius);
|
|
22397
22292
|
}
|
|
22398
22293
|
|
|
22399
22294
|
.pf-v5-c-page__main,
|
|
@@ -22541,20 +22436,8 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22541
22436
|
padding-inline-end: var(--pf-v5-c-page__main-section--PaddingRight);
|
|
22542
22437
|
background-color: var(--pf-v5-c-page__main-section--BackgroundColor);
|
|
22543
22438
|
}
|
|
22544
|
-
.pf-v5-c-page__main-section.pf-m-
|
|
22545
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-c-page__main-section--m-
|
|
22546
|
-
}
|
|
22547
|
-
.pf-v5-c-page__main-section.pf-m-light-100 {
|
|
22548
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-c-page__main-section--m-light-100--BackgroundColor);
|
|
22549
|
-
}
|
|
22550
|
-
.pf-v5-c-page__main-section[class*=pf-m-dark-] {
|
|
22551
|
-
color: var(--pf-v5-global--Color--100);
|
|
22552
|
-
}
|
|
22553
|
-
.pf-v5-c-page__main-section.pf-m-dark-100 {
|
|
22554
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-c-page__main-section--m-dark-100--BackgroundColor);
|
|
22555
|
-
}
|
|
22556
|
-
.pf-v5-c-page__main-section.pf-m-dark-200 {
|
|
22557
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-c-page__main-section--m-dark-200--BackgroundColor);
|
|
22439
|
+
.pf-v5-c-page__main-section.pf-m-secondary {
|
|
22440
|
+
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-c-page__main-section--m-secondary--BackgroundColor);
|
|
22558
22441
|
}
|
|
22559
22442
|
.pf-v5-c-page__main-section.pf-m-padding {
|
|
22560
22443
|
padding-block-start: var(--pf-v5-c-page__main-section--PaddingTop);
|
|
@@ -22684,9 +22567,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22684
22567
|
.pf-v5-c-page__main-wizard:first-child {
|
|
22685
22568
|
--pf-v5-c-page__main-wizard--BorderTopWidth: 0;
|
|
22686
22569
|
}
|
|
22687
|
-
.pf-v5-c-page__main-wizard.pf-m-light-200 {
|
|
22688
|
-
--pf-v5-c-page__main-wizard--BackgroundColor: var(--pf-v5-c-page__main-wizard--m-light-200--BackgroundColor);
|
|
22689
|
-
}
|
|
22690
22570
|
|
|
22691
22571
|
.pf-v5-c-page__main-wizard .pf-v5-c-page__main-body {
|
|
22692
22572
|
min-height: 0;
|
|
@@ -22727,49 +22607,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22727
22607
|
flex: 1 0 auto;
|
|
22728
22608
|
}
|
|
22729
22609
|
|
|
22730
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
|
22731
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
22732
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
22733
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
22734
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22735
|
-
}
|
|
22736
|
-
|
|
22737
|
-
:where(.pf-theme-dark):root {
|
|
22738
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
22739
|
-
--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22740
|
-
--pf-v5-c-page__sidebar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
22741
|
-
--pf-v5-c-page__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
|
22742
|
-
}
|
|
22743
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
|
|
22744
|
-
color: var(--pf-v5-global--Color--100);
|
|
22745
|
-
}
|
|
22746
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
|
|
22747
|
-
background-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
|
|
22748
|
-
}
|
|
22749
|
-
:where(.pf-theme-dark) .pf-v5-c-page__sidebar {
|
|
22750
|
-
border-inline-end: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--BorderColor--100);
|
|
22751
|
-
}
|
|
22752
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
|
|
22753
|
-
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22754
|
-
}
|
|
22755
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
|
|
22756
|
-
--pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22757
|
-
}
|
|
22758
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
|
|
22759
|
-
--pf-v5-c-page__main-section--m-light--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22760
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22761
|
-
--pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22762
|
-
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22763
|
-
}
|
|
22764
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :where(.pf-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
|
|
22765
|
-
--pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
22766
|
-
}
|
|
22767
|
-
:where(.pf-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
|
22768
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
|
22769
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header {
|
|
22770
|
-
color: var(--pf-v5-global--Color--100);
|
|
22771
|
-
}
|
|
22772
|
-
|
|
22773
22610
|
.pf-v5-c-pagination {
|
|
22774
22611
|
--pf-v5-c-pagination--inset: 0;
|
|
22775
22612
|
--pf-v5-c-pagination--PaddingRight: var(--pf-v5-c-pagination--inset);
|
|
@@ -23173,9 +23010,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23173
23010
|
}
|
|
23174
23011
|
|
|
23175
23012
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
23176
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
23177
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
23178
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
23013
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
23179
23014
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23180
23015
|
}
|
|
23181
23016
|
|
|
@@ -23271,9 +23106,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23271
23106
|
}
|
|
23272
23107
|
|
|
23273
23108
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
23274
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
23275
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
23276
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
23109
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
23277
23110
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23278
23111
|
}
|
|
23279
23112
|
|
|
@@ -23486,9 +23319,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23486
23319
|
}
|
|
23487
23320
|
|
|
23488
23321
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
23489
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
23490
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
23491
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
23322
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
23492
23323
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23493
23324
|
}
|
|
23494
23325
|
|
|
@@ -23670,9 +23501,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23670
23501
|
}
|
|
23671
23502
|
|
|
23672
23503
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
23673
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
23674
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
23675
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
23504
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
23676
23505
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23677
23506
|
}
|
|
23678
23507
|
|
|
@@ -24931,9 +24760,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24931
24760
|
}
|
|
24932
24761
|
|
|
24933
24762
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
24934
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
24935
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
24936
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
24763
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
24937
24764
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24938
24765
|
}
|
|
24939
24766
|
|
|
@@ -25367,9 +25194,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25367
25194
|
}
|
|
25368
25195
|
|
|
25369
25196
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
25370
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
25371
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
25372
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
25197
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
25373
25198
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25374
25199
|
}
|
|
25375
25200
|
|
|
@@ -25547,9 +25372,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25547
25372
|
}
|
|
25548
25373
|
}
|
|
25549
25374
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
25550
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
25551
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
25552
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
25375
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
25553
25376
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25554
25377
|
}
|
|
25555
25378
|
|
|
@@ -26029,9 +25852,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
26029
25852
|
}
|
|
26030
25853
|
|
|
26031
25854
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
26032
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
26033
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
26034
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
25855
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
26035
25856
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
26036
25857
|
}
|
|
26037
25858
|
|
|
@@ -27904,7 +27725,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27904
27725
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
27905
27726
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
27906
27727
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
27907
|
-
--pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27908
27728
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
27909
27729
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
27910
27730
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
@@ -28202,18 +28022,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28202
28022
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
28203
28023
|
border-block-end-color: transparent;
|
|
28204
28024
|
}
|
|
28205
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
28206
|
-
position: relative;
|
|
28207
|
-
}
|
|
28208
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
28209
|
-
position: absolute;
|
|
28210
|
-
inset: 0;
|
|
28211
|
-
content: "";
|
|
28212
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28213
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
28214
|
-
}
|
|
28215
28025
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
28216
28026
|
cursor: pointer;
|
|
28027
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28217
28028
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
28218
28029
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
28219
28030
|
}
|
|
@@ -28772,9 +28583,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28772
28583
|
}
|
|
28773
28584
|
|
|
28774
28585
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
28775
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
28776
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
28777
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
28586
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
28778
28587
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
28779
28588
|
}
|
|
28780
28589
|
|
|
@@ -30516,9 +30325,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30516
30325
|
}
|
|
30517
30326
|
|
|
30518
30327
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30519
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
30520
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30521
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30328
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
30522
30329
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30523
30330
|
}
|
|
30524
30331
|
|
|
@@ -30680,9 +30487,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30680
30487
|
}
|
|
30681
30488
|
|
|
30682
30489
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30683
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
30684
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30685
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30490
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
30686
30491
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30687
30492
|
}
|
|
30688
30493
|
|
|
@@ -30833,9 +30638,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30833
30638
|
}
|
|
30834
30639
|
|
|
30835
30640
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
30836
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
30837
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
30838
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30641
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
30839
30642
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30840
30643
|
}
|
|
30841
30644
|
|
|
@@ -31045,9 +30848,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
31045
30848
|
}
|
|
31046
30849
|
|
|
31047
30850
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
31048
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
31049
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
31050
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30851
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
31051
30852
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31052
30853
|
}
|
|
31053
30854
|
|
|
@@ -31180,9 +30981,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
31180
30981
|
}
|
|
31181
30982
|
|
|
31182
30983
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
31183
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
31184
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
31185
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
30984
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
31186
30985
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31187
30986
|
}
|
|
31188
30987
|
|
|
@@ -31741,9 +31540,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31741
31540
|
}
|
|
31742
31541
|
|
|
31743
31542
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
31744
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
31745
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
31746
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
31543
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
31747
31544
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31748
31545
|
}
|
|
31749
31546
|
|
|
@@ -32263,9 +32060,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
32263
32060
|
}
|
|
32264
32061
|
|
|
32265
32062
|
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
32266
|
-
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button
|
|
32267
|
-
:where(.pf-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
|
32268
|
-
:where(.pf-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
|
32063
|
+
:where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
|
32269
32064
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
32270
32065
|
}
|
|
32271
32066
|
|