@patternfly/patternfly 6.0.0-alpha.27 → 6.0.0-alpha.29
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/Banner/banner.css +86 -64
- package/components/Banner/banner.scss +90 -32
- package/components/InlineEdit/inline-edit.css +5 -5
- package/components/InlineEdit/inline-edit.scss +5 -5
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/package.json +1 -1
- package/patternfly-no-globals.css +133 -84
- package/patternfly-theme-dark-unversioned.css +133 -84
- package/patternfly.css +133 -84
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Banner/themes/dark/banner.scss +0 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
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-
|
|
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-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-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-
|
|
14
|
+
.pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-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-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-
|
|
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-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-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,7 +324,7 @@
|
|
|
324
324
|
--pf-v5-global--inverse--multiplier: -1;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
327
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
328
328
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
329
329
|
}
|
|
330
330
|
|
|
@@ -7074,7 +7074,7 @@
|
|
|
7074
7074
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
7075
7075
|
}
|
|
7076
7076
|
|
|
7077
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
7077
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
7078
7078
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7079
7079
|
}
|
|
7080
7080
|
|
|
@@ -7459,32 +7459,59 @@
|
|
|
7459
7459
|
color: var(--pf-v5-c-badge__toggle-icon--Color);
|
|
7460
7460
|
}
|
|
7461
7461
|
|
|
7462
|
-
|
|
7463
|
-
--pf-v5-c-banner--PaddingTop: var(--pf-
|
|
7464
|
-
--pf-v5-c-banner--PaddingRight: var(--pf-
|
|
7465
|
-
--pf-v5-c-banner--md--PaddingRight: var(--pf-
|
|
7466
|
-
--pf-v5-c-banner--PaddingBottom: var(--pf-
|
|
7467
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-
|
|
7468
|
-
--pf-v5-c-banner--md--PaddingLeft: var(--pf-
|
|
7469
|
-
--pf-v5-c-banner--FontSize: var(--pf-
|
|
7470
|
-
--pf-v5-c-banner--Color: var(--pf-
|
|
7471
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-
|
|
7462
|
+
:root {
|
|
7463
|
+
--pf-v5-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
7464
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
|
|
7465
|
+
--pf-v5-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
7466
|
+
--pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
7467
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
7468
|
+
--pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
7469
|
+
--pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
|
|
7470
|
+
--pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
|
7471
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
7472
7472
|
--pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
|
|
7473
7473
|
--pf-v5-c-banner--link--TextDecoration: underline;
|
|
7474
7474
|
--pf-v5-c-banner--link--hover--Color: var(--pf-v5-c-banner--Color);
|
|
7475
|
-
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-
|
|
7475
|
+
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
7476
7476
|
--pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
|
|
7477
7477
|
--pf-v5-c-banner--link--disabled--TextDecoration: none;
|
|
7478
|
-
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
|
|
7479
|
-
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
|
|
7480
|
-
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
|
|
7481
|
-
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
|
|
7482
7478
|
--pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
|
|
7483
|
-
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7479
|
+
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
7480
|
+
--pf-v5-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
7481
|
+
--pf-v5-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
|
|
7482
|
+
--pf-v5-c-banner--m-success--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
7483
|
+
--pf-v5-c-banner--m-success--Color: var(--pf-t--global--text--color--status--on-success--default);
|
|
7484
|
+
--pf-v5-c-banner--m-warning--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
7485
|
+
--pf-v5-c-banner--m-warning--Color: var(--pf-t--global--text--color--status--on-warning--default);
|
|
7486
|
+
--pf-v5-c-banner--m-info--BackgroundColor: var(--pf-t--global--color--status--info--default);
|
|
7487
|
+
--pf-v5-c-banner--m-info--Color: var(--pf-t--global--text--color--status--on-info--default);
|
|
7488
|
+
--pf-v5-c-banner--m-custom--BackgroundColor: var(--pf-t--global--color--status--custom--default);
|
|
7489
|
+
--pf-v5-c-banner--m-custom--Color: var(--pf-t--global--text--color--status--on-custom--default);
|
|
7490
|
+
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
|
|
7491
|
+
--pf-v5-c-banner--m-red--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
|
|
7492
|
+
--pf-v5-c-banner--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
|
|
7493
|
+
--pf-v5-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
|
7494
|
+
--pf-v5-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
|
7495
|
+
--pf-v5-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
|
7496
|
+
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-t--global--color--nonstatus--gold--default);
|
|
7497
|
+
--pf-v5-c-banner--m-gold--Color: var(--pf-t--global--text--color--nonstatus--on-gold--default);
|
|
7498
|
+
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
|
7499
|
+
--pf-v5-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
|
7500
|
+
--pf-v5-c-banner--m-cyan--BackgroundColor: var(--pf-t--global--color--nonstatus--cyan--default);
|
|
7501
|
+
--pf-v5-c-banner--m-cyan--Color: var(--pf-t--global--text--color--nonstatus--on-cyan--default);
|
|
7502
|
+
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
|
7503
|
+
--pf-v5-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
|
7504
|
+
--pf-v5-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
|
7505
|
+
--pf-v5-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
7506
|
+
}
|
|
7507
|
+
@media (min-width: 768px) {
|
|
7508
|
+
:root {
|
|
7509
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
|
|
7510
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
|
7511
|
+
}
|
|
7512
|
+
}
|
|
7513
|
+
|
|
7514
|
+
.pf-v5-c-banner {
|
|
7488
7515
|
flex-shrink: 0;
|
|
7489
7516
|
padding-block-start: var(--pf-v5-c-banner--PaddingTop);
|
|
7490
7517
|
padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
|
|
@@ -7495,23 +7522,53 @@
|
|
|
7495
7522
|
white-space: nowrap;
|
|
7496
7523
|
background-color: var(--pf-v5-c-banner--BackgroundColor);
|
|
7497
7524
|
}
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
|
7502
|
-
}
|
|
7525
|
+
.pf-v5-c-banner.pf-m-danger {
|
|
7526
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-danger--BackgroundColor);
|
|
7527
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-danger--Color);
|
|
7503
7528
|
}
|
|
7504
|
-
.pf-v5-c-banner.pf-m-
|
|
7505
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
|
7529
|
+
.pf-v5-c-banner.pf-m-success {
|
|
7530
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-success--BackgroundColor);
|
|
7531
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-success--Color);
|
|
7532
|
+
}
|
|
7533
|
+
.pf-v5-c-banner.pf-m-warning {
|
|
7534
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-warning--BackgroundColor);
|
|
7535
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-warning--Color);
|
|
7536
|
+
}
|
|
7537
|
+
.pf-v5-c-banner.pf-m-info {
|
|
7538
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
|
|
7539
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
|
|
7506
7540
|
}
|
|
7507
7541
|
.pf-v5-c-banner.pf-m-red {
|
|
7508
7542
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
|
|
7543
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
|
|
7509
7544
|
}
|
|
7510
|
-
.pf-v5-c-banner.pf-m-
|
|
7511
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
|
7545
|
+
.pf-v5-c-banner.pf-m-orangered {
|
|
7546
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orangered--BackgroundColor);
|
|
7547
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orangered--Color);
|
|
7548
|
+
}
|
|
7549
|
+
.pf-v5-c-banner.pf-m-orange {
|
|
7550
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orange--BackgroundColor);
|
|
7551
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orange--Color);
|
|
7512
7552
|
}
|
|
7513
7553
|
.pf-v5-c-banner.pf-m-gold {
|
|
7514
7554
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
|
|
7555
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-gold--Color);
|
|
7556
|
+
}
|
|
7557
|
+
.pf-v5-c-banner.pf-m-green {
|
|
7558
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
|
|
7559
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-green--Color);
|
|
7560
|
+
}
|
|
7561
|
+
.pf-v5-c-banner.pf-m-cyan {
|
|
7562
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-cyan--BackgroundColor);
|
|
7563
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-cyan--Color);
|
|
7564
|
+
}
|
|
7565
|
+
.pf-v5-c-banner.pf-m-blue {
|
|
7566
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
|
|
7567
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-blue--Color);
|
|
7568
|
+
}
|
|
7569
|
+
.pf-v5-c-banner.pf-m-purple {
|
|
7570
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-purple--BackgroundColor);
|
|
7571
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-purple--Color);
|
|
7515
7572
|
}
|
|
7516
7573
|
.pf-v5-c-banner.pf-m-sticky {
|
|
7517
7574
|
position: sticky;
|
|
@@ -7547,14 +7604,6 @@
|
|
|
7547
7604
|
cursor: not-allowed;
|
|
7548
7605
|
}
|
|
7549
7606
|
|
|
7550
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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-banner .pf-v5-c-button {
|
|
7551
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7552
|
-
}
|
|
7553
|
-
|
|
7554
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
|
|
7555
|
-
--pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
|
|
7556
|
-
}
|
|
7557
|
-
|
|
7558
7607
|
.pf-v5-c-brand {
|
|
7559
7608
|
--pf-v5-c-brand--Width: auto;
|
|
7560
7609
|
--pf-v5-c-brand--Height: auto;
|
|
@@ -8439,7 +8488,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8439
8488
|
pointer-events: none;
|
|
8440
8489
|
}
|
|
8441
8490
|
|
|
8442
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
8491
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
8443
8492
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8444
8493
|
}
|
|
8445
8494
|
|
|
@@ -8866,7 +8915,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8866
8915
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
8867
8916
|
}
|
|
8868
8917
|
|
|
8869
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
8918
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
8870
8919
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8871
8920
|
}
|
|
8872
8921
|
|
|
@@ -9060,7 +9109,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9060
9109
|
line-height: 1;
|
|
9061
9110
|
}
|
|
9062
9111
|
|
|
9063
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
9112
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
9064
9113
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9065
9114
|
}
|
|
9066
9115
|
|
|
@@ -9251,7 +9300,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9251
9300
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
9252
9301
|
}
|
|
9253
9302
|
|
|
9254
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
9303
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
9255
9304
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9256
9305
|
}
|
|
9257
9306
|
|
|
@@ -9454,7 +9503,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9454
9503
|
margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
9455
9504
|
}
|
|
9456
9505
|
|
|
9457
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
9506
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
9458
9507
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9459
9508
|
}
|
|
9460
9509
|
|
|
@@ -10031,7 +10080,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10031
10080
|
pointer-events: none;
|
|
10032
10081
|
}
|
|
10033
10082
|
|
|
10034
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
10083
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
10035
10084
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10036
10085
|
}
|
|
10037
10086
|
|
|
@@ -10879,7 +10928,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10879
10928
|
padding: 0;
|
|
10880
10929
|
}
|
|
10881
10930
|
|
|
10882
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
10931
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
10883
10932
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10884
10933
|
}
|
|
10885
10934
|
|
|
@@ -11278,7 +11327,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11278
11327
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
11279
11328
|
}
|
|
11280
11329
|
|
|
11281
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
11330
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
11282
11331
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11283
11332
|
}
|
|
11284
11333
|
|
|
@@ -11599,7 +11648,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11599
11648
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
11600
11649
|
}
|
|
11601
11650
|
|
|
11602
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
11651
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
11603
11652
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11604
11653
|
}
|
|
11605
11654
|
|
|
@@ -12855,7 +12904,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12855
12904
|
min-width: min-content;
|
|
12856
12905
|
}
|
|
12857
12906
|
|
|
12858
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
12907
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
12859
12908
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
12860
12909
|
}
|
|
12861
12910
|
|
|
@@ -14035,7 +14084,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14035
14084
|
display: none;
|
|
14036
14085
|
}
|
|
14037
14086
|
}
|
|
14038
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
14087
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
14039
14088
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14040
14089
|
}
|
|
14041
14090
|
|
|
@@ -14712,7 +14761,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14712
14761
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14713
14762
|
}
|
|
14714
14763
|
|
|
14715
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
14764
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
14716
14765
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14717
14766
|
}
|
|
14718
14767
|
|
|
@@ -15575,7 +15624,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15575
15624
|
margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
15576
15625
|
}
|
|
15577
15626
|
|
|
15578
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
15627
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
15579
15628
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15580
15629
|
}
|
|
15581
15630
|
|
|
@@ -15847,7 +15896,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15847
15896
|
pointer-events: none;
|
|
15848
15897
|
}
|
|
15849
15898
|
|
|
15850
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
15899
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
15851
15900
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15852
15901
|
}
|
|
15853
15902
|
|
|
@@ -16019,7 +16068,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16019
16068
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16020
16069
|
}
|
|
16021
16070
|
|
|
16022
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
16071
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
16023
16072
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16024
16073
|
}
|
|
16025
16074
|
|
|
@@ -16149,12 +16198,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16149
16198
|
}
|
|
16150
16199
|
|
|
16151
16200
|
.pf-v5-c-inline-edit {
|
|
16152
|
-
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-
|
|
16153
|
-
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-
|
|
16154
|
-
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-
|
|
16201
|
+
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16202
|
+
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
16203
|
+
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
16155
16204
|
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: 0;
|
|
16156
|
-
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-
|
|
16157
|
-
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-
|
|
16205
|
+
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
|
16206
|
+
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16158
16207
|
}
|
|
16159
16208
|
|
|
16160
16209
|
.pf-v5-c-inline-edit__group {
|
|
@@ -16304,7 +16353,7 @@ label.pf-v5-c-input-group__text {
|
|
|
16304
16353
|
cursor: pointer;
|
|
16305
16354
|
}
|
|
16306
16355
|
|
|
16307
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
16356
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
16308
16357
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16309
16358
|
}
|
|
16310
16359
|
|
|
@@ -16995,7 +17044,7 @@ button.pf-v5-c-label__content:focus {
|
|
|
16995
17044
|
margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
16996
17045
|
}
|
|
16997
17046
|
|
|
16998
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
17047
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
16999
17048
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17000
17049
|
}
|
|
17001
17050
|
|
|
@@ -17440,7 +17489,7 @@ ul.pf-v5-c-list {
|
|
|
17440
17489
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
17441
17490
|
}
|
|
17442
17491
|
|
|
17443
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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
|
|
17492
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
17444
17493
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17445
17494
|
}
|
|
17446
17495
|
|
|
@@ -18920,7 +18969,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
18920
18969
|
border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
18921
18970
|
}
|
|
18922
18971
|
|
|
18923
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
18972
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
18924
18973
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
18925
18974
|
}
|
|
18926
18975
|
|
|
@@ -19331,7 +19380,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19331
19380
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
19332
19381
|
}
|
|
19333
19382
|
|
|
19334
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
19383
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
19335
19384
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19336
19385
|
}
|
|
19337
19386
|
|
|
@@ -20711,7 +20760,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
20711
20760
|
inset-inline-start: 0;
|
|
20712
20761
|
}
|
|
20713
20762
|
|
|
20714
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
20763
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
20715
20764
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
20716
20765
|
}
|
|
20717
20766
|
|
|
@@ -21114,7 +21163,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21114
21163
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
21115
21164
|
}
|
|
21116
21165
|
|
|
21117
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
21166
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
21118
21167
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21119
21168
|
}
|
|
21120
21169
|
|
|
@@ -21394,7 +21443,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21394
21443
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
21395
21444
|
}
|
|
21396
21445
|
|
|
21397
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
21446
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
21398
21447
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21399
21448
|
}
|
|
21400
21449
|
|
|
@@ -22782,7 +22831,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22782
22831
|
}
|
|
22783
22832
|
}
|
|
22784
22833
|
|
|
22785
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
22834
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
22786
22835
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22787
22836
|
}
|
|
22788
22837
|
|
|
@@ -22877,7 +22926,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22877
22926
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22878
22927
|
}
|
|
22879
22928
|
|
|
22880
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
22929
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
22881
22930
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22882
22931
|
}
|
|
22883
22932
|
|
|
@@ -23257,7 +23306,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23257
23306
|
margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
23258
23307
|
}
|
|
23259
23308
|
|
|
23260
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
23309
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
23261
23310
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23262
23311
|
}
|
|
23263
23312
|
|
|
@@ -24518,7 +24567,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24518
24567
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
24519
24568
|
}
|
|
24520
24569
|
|
|
24521
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
24570
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
24522
24571
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24523
24572
|
}
|
|
24524
24573
|
|
|
@@ -24951,7 +25000,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24951
25000
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24952
25001
|
}
|
|
24953
25002
|
|
|
24954
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25003
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
24955
25004
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24956
25005
|
}
|
|
24957
25006
|
|
|
@@ -25128,7 +25177,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25128
25177
|
transform: translateX(100%);
|
|
25129
25178
|
}
|
|
25130
25179
|
}
|
|
25131
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25180
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
25132
25181
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25133
25182
|
}
|
|
25134
25183
|
|
|
@@ -25610,7 +25659,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25610
25659
|
vertical-align: top;
|
|
25611
25660
|
}
|
|
25612
25661
|
|
|
25613
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25662
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
25614
25663
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25615
25664
|
}
|
|
25616
25665
|
|
|
@@ -28344,7 +28393,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28344
28393
|
--pf-v5-c-table--cell--Width: 100%;
|
|
28345
28394
|
}
|
|
28346
28395
|
|
|
28347
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
28396
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
28348
28397
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
28349
28398
|
}
|
|
28350
28399
|
|
|
@@ -30085,7 +30134,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30085
30134
|
}
|
|
30086
30135
|
}
|
|
30087
30136
|
|
|
30088
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30137
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
30089
30138
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30090
30139
|
}
|
|
30091
30140
|
|
|
@@ -30246,7 +30295,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30246
30295
|
display: flex;
|
|
30247
30296
|
}
|
|
30248
30297
|
|
|
30249
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30298
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
30250
30299
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30251
30300
|
}
|
|
30252
30301
|
|
|
@@ -30396,7 +30445,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30396
30445
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
30397
30446
|
}
|
|
30398
30447
|
|
|
30399
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30448
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
30400
30449
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30401
30450
|
}
|
|
30402
30451
|
|
|
@@ -30656,7 +30705,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30656
30705
|
margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
30657
30706
|
}
|
|
30658
30707
|
|
|
30659
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30708
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
30660
30709
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30661
30710
|
}
|
|
30662
30711
|
|
|
@@ -31342,7 +31391,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31342
31391
|
--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));
|
|
31343
31392
|
}
|
|
31344
31393
|
|
|
31345
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
31394
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
31346
31395
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31347
31396
|
}
|
|
31348
31397
|
|
|
@@ -31861,7 +31910,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31861
31910
|
margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
31862
31911
|
}
|
|
31863
31912
|
|
|
31864
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
31913
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .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 {
|
|
31865
31914
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31866
31915
|
}
|
|
31867
31916
|
|