@posiwise/core-styles 0.0.40 → 0.0.41
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/package.json
CHANGED
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
--p-paginator-nav-button-selected-background: var(--tabs_bg);
|
|
52
52
|
--p-paginator-nav-button-selected-color: var(--tabs_text);
|
|
53
53
|
--p-paginator-nav-button-selected-border-color: var(--tabs_bg);
|
|
54
|
+
|
|
55
|
+
// PrimeNG Accordion toggle icon CSS variables override
|
|
56
|
+
--p-accordion-header-toggle-icon-color: rgb(111 111 111);
|
|
57
|
+
--p-accordion-header-toggle-icon-active-color: rgb(255 255 255);
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
.plot-container,
|
|
@@ -124,7 +128,6 @@
|
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
|
|
128
131
|
.p-menuitem-link {
|
|
129
132
|
color: var(--tabs_bg);
|
|
130
133
|
}
|
|
@@ -2220,6 +2220,15 @@ body {
|
|
|
2220
2220
|
}
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
+
/* PrimeNG 19 Accordion - Set text and icon color to tabs_bg */
|
|
2224
|
+
.p-accordionheader {
|
|
2225
|
+
color: var(--tabs_bg) !important;
|
|
2226
|
+
|
|
2227
|
+
.p-accordionheader-toggle-icon {
|
|
2228
|
+
color: var(--tabs_bg) !important;
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2223
2232
|
.ui-tabview.ui-tabview-top {
|
|
2224
2233
|
border: 0 0;
|
|
2225
2234
|
|