primereact 7.2.0 → 7.2.1
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/calendar/calendar.cjs.js +1 -1
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +1 -1
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +1 -1
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +212 -5
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +212 -5
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +212 -5
- package/carousel/carousel.min.js +1 -1
- package/core/core.js +34 -3
- package/core/core.min.js +4 -4
- package/datatable/datatable.cjs.js +21 -16
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +1 -0
- package/datatable/datatable.esm.js +21 -16
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +21 -16
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +1 -5
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +1 -5
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +1 -5
- package/dataview/dataview.min.js +1 -1
- package/dropdown/dropdown.cjs.js +1 -1
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -1
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -1
- package/dropdown/dropdown.min.js +1 -1
- package/galleria/galleria.cjs.js +212 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +212 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +212 -5
- package/galleria/galleria.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +5 -1
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +5 -1
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +5 -1
- package/inputnumber/inputnumber.min.js +1 -1
- package/knob/knob.cjs.js +1 -1
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +1 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +1 -1
- package/knob/knob.min.js +1 -1
- package/multiselect/multiselect.cjs.js +1 -1
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +1 -1
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +1 -1
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +142 -122
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +142 -122
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +142 -122
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +7 -2
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +254 -2
- package/resources/themes/arya-green/theme.css +254 -2
- package/resources/themes/arya-orange/theme.css +254 -2
- package/resources/themes/arya-purple/theme.css +254 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +254 -2
- package/resources/themes/bootstrap4-dark-purple/theme.css +254 -2
- package/resources/themes/bootstrap4-light-blue/theme.css +252 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +252 -0
- package/resources/themes/fluent-light/theme.css +252 -0
- package/resources/themes/lara-dark-blue/theme.css +261 -44
- package/resources/themes/lara-dark-indigo/theme.css +261 -44
- package/resources/themes/lara-dark-purple/theme.css +261 -44
- package/resources/themes/lara-dark-teal/theme.css +261 -44
- package/resources/themes/lara-light-blue/theme.css +259 -42
- package/resources/themes/lara-light-indigo/theme.css +259 -42
- package/resources/themes/lara-light-purple/theme.css +259 -42
- package/resources/themes/lara-light-teal/theme.css +259 -42
- package/resources/themes/luna-amber/theme.css +252 -0
- package/resources/themes/luna-blue/theme.css +252 -0
- package/resources/themes/luna-green/theme.css +252 -0
- package/resources/themes/luna-pink/theme.css +252 -0
- package/resources/themes/md-dark-deeppurple/theme.css +328 -2
- package/resources/themes/md-dark-indigo/theme.css +328 -2
- package/resources/themes/md-light-deeppurple/theme.css +326 -0
- package/resources/themes/md-light-indigo/theme.css +326 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +328 -2
- package/resources/themes/mdc-dark-indigo/theme.css +328 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +326 -0
- package/resources/themes/mdc-light-indigo/theme.css +326 -0
- package/resources/themes/nova/theme.css +252 -0
- package/resources/themes/nova-accent/theme.css +252 -0
- package/resources/themes/nova-alt/theme.css +252 -0
- package/resources/themes/rhea/theme.css +252 -0
- package/resources/themes/saga-blue/theme.css +252 -0
- package/resources/themes/saga-green/theme.css +252 -0
- package/resources/themes/saga-orange/theme.css +252 -0
- package/resources/themes/saga-purple/theme.css +252 -0
- package/resources/themes/tailwind-light/theme.css +252 -0
- package/resources/themes/vela-blue/theme.css +254 -2
- package/resources/themes/vela-green/theme.css +254 -2
- package/resources/themes/vela-orange/theme.css +254 -2
- package/resources/themes/vela-purple/theme.css +254 -2
- package/splitbutton/splitbutton.d.ts +4 -1
- package/splitbutton/splitbutton.min.css +1 -1
- package/tabmenu/tabmenu.cjs.js +1 -1
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +1 -1
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +1 -1
- package/tabview/tabview.min.js +1 -1
- package/toolbar/toolbar.min.css +1 -1
- package/tree/tree.cjs.js +2 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +2 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +3 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +3 -3
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +3 -3
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +12 -10
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +8 -7
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +12 -10
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +26 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -0
- package/utils/utils.esm.js +26 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +26 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +15 -3
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
|
@@ -2204,6 +2204,258 @@
|
|
|
2204
2204
|
border-color: transparent;
|
|
2205
2205
|
}
|
|
2206
2206
|
|
|
2207
|
+
.p-splitbutton {
|
|
2208
|
+
border-radius: 3px;
|
|
2209
|
+
}
|
|
2210
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
|
2211
|
+
background-color: transparent;
|
|
2212
|
+
color: #F48FB1;
|
|
2213
|
+
border: 1px solid;
|
|
2214
|
+
}
|
|
2215
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2216
|
+
background: rgba(244, 143, 177, 0.04);
|
|
2217
|
+
color: #F48FB1;
|
|
2218
|
+
}
|
|
2219
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2220
|
+
background: rgba(244, 143, 177, 0.16);
|
|
2221
|
+
color: #F48FB1;
|
|
2222
|
+
}
|
|
2223
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2224
|
+
color: #888888;
|
|
2225
|
+
border-color: #888888;
|
|
2226
|
+
}
|
|
2227
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2228
|
+
background: #4c4c4c;
|
|
2229
|
+
color: #888888;
|
|
2230
|
+
}
|
|
2231
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2232
|
+
background: #3c3c3c;
|
|
2233
|
+
color: #888888;
|
|
2234
|
+
}
|
|
2235
|
+
.p-splitbutton.p-button-text > .p-button {
|
|
2236
|
+
background-color: transparent;
|
|
2237
|
+
color: #F48FB1;
|
|
2238
|
+
border-color: transparent;
|
|
2239
|
+
}
|
|
2240
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2241
|
+
background: rgba(244, 143, 177, 0.04);
|
|
2242
|
+
color: #F48FB1;
|
|
2243
|
+
border-color: transparent;
|
|
2244
|
+
}
|
|
2245
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2246
|
+
background: rgba(244, 143, 177, 0.16);
|
|
2247
|
+
color: #F48FB1;
|
|
2248
|
+
border-color: transparent;
|
|
2249
|
+
}
|
|
2250
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2251
|
+
color: #888888;
|
|
2252
|
+
}
|
|
2253
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2254
|
+
background: #4c4c4c;
|
|
2255
|
+
color: #888888;
|
|
2256
|
+
}
|
|
2257
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2258
|
+
background: #3c3c3c;
|
|
2259
|
+
color: #888888;
|
|
2260
|
+
}
|
|
2261
|
+
.p-splitbutton.p-button-raised {
|
|
2262
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
2263
|
+
}
|
|
2264
|
+
.p-splitbutton.p-button-rounded {
|
|
2265
|
+
border-radius: 2rem;
|
|
2266
|
+
}
|
|
2267
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
|
2268
|
+
border-radius: 2rem;
|
|
2269
|
+
}
|
|
2270
|
+
.p-splitbutton.p-button-sm > .p-button {
|
|
2271
|
+
font-size: 0.875rem;
|
|
2272
|
+
padding: 0.375375rem 0.875rem;
|
|
2273
|
+
}
|
|
2274
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
|
2275
|
+
font-size: 0.875rem;
|
|
2276
|
+
}
|
|
2277
|
+
.p-splitbutton.p-button-lg > .p-button {
|
|
2278
|
+
font-size: 1.25rem;
|
|
2279
|
+
padding: 0.53625rem 1.25rem;
|
|
2280
|
+
}
|
|
2281
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
|
2282
|
+
font-size: 1.25rem;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2286
|
+
background-color: transparent;
|
|
2287
|
+
color: #B0BEC5;
|
|
2288
|
+
border: 1px solid;
|
|
2289
|
+
}
|
|
2290
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2291
|
+
background: rgba(176, 190, 197, 0.04);
|
|
2292
|
+
color: #B0BEC5;
|
|
2293
|
+
}
|
|
2294
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2295
|
+
background: rgba(176, 190, 197, 0.16);
|
|
2296
|
+
color: #B0BEC5;
|
|
2297
|
+
}
|
|
2298
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2299
|
+
background-color: transparent;
|
|
2300
|
+
color: #B0BEC5;
|
|
2301
|
+
border-color: transparent;
|
|
2302
|
+
}
|
|
2303
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2304
|
+
background: rgba(176, 190, 197, 0.04);
|
|
2305
|
+
border-color: transparent;
|
|
2306
|
+
color: #B0BEC5;
|
|
2307
|
+
}
|
|
2308
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2309
|
+
background: rgba(176, 190, 197, 0.16);
|
|
2310
|
+
border-color: transparent;
|
|
2311
|
+
color: #B0BEC5;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2315
|
+
background-color: transparent;
|
|
2316
|
+
color: #4FC3F7;
|
|
2317
|
+
border: 1px solid;
|
|
2318
|
+
}
|
|
2319
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2320
|
+
background: rgba(79, 195, 247, 0.04);
|
|
2321
|
+
color: #4FC3F7;
|
|
2322
|
+
}
|
|
2323
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2324
|
+
background: rgba(79, 195, 247, 0.16);
|
|
2325
|
+
color: #4FC3F7;
|
|
2326
|
+
}
|
|
2327
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2328
|
+
background-color: transparent;
|
|
2329
|
+
color: #4FC3F7;
|
|
2330
|
+
border-color: transparent;
|
|
2331
|
+
}
|
|
2332
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2333
|
+
background: rgba(79, 195, 247, 0.04);
|
|
2334
|
+
border-color: transparent;
|
|
2335
|
+
color: #4FC3F7;
|
|
2336
|
+
}
|
|
2337
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2338
|
+
background: rgba(79, 195, 247, 0.16);
|
|
2339
|
+
border-color: transparent;
|
|
2340
|
+
color: #4FC3F7;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2344
|
+
background-color: transparent;
|
|
2345
|
+
color: #AED581;
|
|
2346
|
+
border: 1px solid;
|
|
2347
|
+
}
|
|
2348
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2349
|
+
background: rgba(174, 213, 129, 0.04);
|
|
2350
|
+
color: #AED581;
|
|
2351
|
+
}
|
|
2352
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2353
|
+
background: rgba(174, 213, 129, 0.16);
|
|
2354
|
+
color: #AED581;
|
|
2355
|
+
}
|
|
2356
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2357
|
+
background-color: transparent;
|
|
2358
|
+
color: #AED581;
|
|
2359
|
+
border-color: transparent;
|
|
2360
|
+
}
|
|
2361
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2362
|
+
background: rgba(174, 213, 129, 0.04);
|
|
2363
|
+
border-color: transparent;
|
|
2364
|
+
color: #AED581;
|
|
2365
|
+
}
|
|
2366
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2367
|
+
background: rgba(174, 213, 129, 0.16);
|
|
2368
|
+
border-color: transparent;
|
|
2369
|
+
color: #AED581;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2373
|
+
background-color: transparent;
|
|
2374
|
+
color: #FFB74D;
|
|
2375
|
+
border: 1px solid;
|
|
2376
|
+
}
|
|
2377
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2378
|
+
background: rgba(255, 183, 77, 0.04);
|
|
2379
|
+
color: #FFB74D;
|
|
2380
|
+
}
|
|
2381
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2382
|
+
background: rgba(255, 183, 77, 0.16);
|
|
2383
|
+
color: #FFB74D;
|
|
2384
|
+
}
|
|
2385
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2386
|
+
background-color: transparent;
|
|
2387
|
+
color: #FFB74D;
|
|
2388
|
+
border-color: transparent;
|
|
2389
|
+
}
|
|
2390
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2391
|
+
background: rgba(255, 183, 77, 0.04);
|
|
2392
|
+
border-color: transparent;
|
|
2393
|
+
color: #FFB74D;
|
|
2394
|
+
}
|
|
2395
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2396
|
+
background: rgba(255, 183, 77, 0.16);
|
|
2397
|
+
border-color: transparent;
|
|
2398
|
+
color: #FFB74D;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2402
|
+
background-color: transparent;
|
|
2403
|
+
color: #CE93D8;
|
|
2404
|
+
border: 1px solid;
|
|
2405
|
+
}
|
|
2406
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2407
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2408
|
+
color: #CE93D8;
|
|
2409
|
+
}
|
|
2410
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2411
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2412
|
+
color: #CE93D8;
|
|
2413
|
+
}
|
|
2414
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2415
|
+
background-color: transparent;
|
|
2416
|
+
color: #CE93D8;
|
|
2417
|
+
border-color: transparent;
|
|
2418
|
+
}
|
|
2419
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2420
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2421
|
+
border-color: transparent;
|
|
2422
|
+
color: #CE93D8;
|
|
2423
|
+
}
|
|
2424
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2425
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2426
|
+
border-color: transparent;
|
|
2427
|
+
color: #CE93D8;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2431
|
+
background-color: transparent;
|
|
2432
|
+
color: #E57373;
|
|
2433
|
+
border: 1px solid;
|
|
2434
|
+
}
|
|
2435
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2436
|
+
background: rgba(229, 115, 115, 0.04);
|
|
2437
|
+
color: #E57373;
|
|
2438
|
+
}
|
|
2439
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2440
|
+
background: rgba(229, 115, 115, 0.16);
|
|
2441
|
+
color: #E57373;
|
|
2442
|
+
}
|
|
2443
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
|
2444
|
+
background-color: transparent;
|
|
2445
|
+
color: #E57373;
|
|
2446
|
+
border-color: transparent;
|
|
2447
|
+
}
|
|
2448
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2449
|
+
background: rgba(229, 115, 115, 0.04);
|
|
2450
|
+
border-color: transparent;
|
|
2451
|
+
color: #E57373;
|
|
2452
|
+
}
|
|
2453
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2454
|
+
background: rgba(229, 115, 115, 0.16);
|
|
2455
|
+
border-color: transparent;
|
|
2456
|
+
color: #E57373;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2207
2459
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2208
2460
|
width: 4rem;
|
|
2209
2461
|
height: 4rem;
|
|
@@ -2216,6 +2216,258 @@
|
|
|
2216
2216
|
border-color: transparent;
|
|
2217
2217
|
}
|
|
2218
2218
|
|
|
2219
|
+
.p-splitbutton {
|
|
2220
|
+
border-radius: 4px;
|
|
2221
|
+
}
|
|
2222
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
|
2223
|
+
background-color: transparent;
|
|
2224
|
+
color: #CE93D8;
|
|
2225
|
+
border: 0 none;
|
|
2226
|
+
}
|
|
2227
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2228
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2229
|
+
color: #CE93D8;
|
|
2230
|
+
}
|
|
2231
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2232
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2233
|
+
color: #CE93D8;
|
|
2234
|
+
}
|
|
2235
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2236
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2237
|
+
border-color: rgba(255, 255, 255, 0.6);
|
|
2238
|
+
}
|
|
2239
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2240
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2241
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2242
|
+
}
|
|
2243
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2244
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2245
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2246
|
+
}
|
|
2247
|
+
.p-splitbutton.p-button-text > .p-button {
|
|
2248
|
+
background-color: transparent;
|
|
2249
|
+
color: #CE93D8;
|
|
2250
|
+
border-color: transparent;
|
|
2251
|
+
}
|
|
2252
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2253
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2254
|
+
color: #CE93D8;
|
|
2255
|
+
border-color: transparent;
|
|
2256
|
+
}
|
|
2257
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2258
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2259
|
+
color: #CE93D8;
|
|
2260
|
+
border-color: transparent;
|
|
2261
|
+
}
|
|
2262
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2263
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2264
|
+
}
|
|
2265
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2266
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2267
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2268
|
+
}
|
|
2269
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2270
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2271
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2272
|
+
}
|
|
2273
|
+
.p-splitbutton.p-button-raised {
|
|
2274
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
2275
|
+
}
|
|
2276
|
+
.p-splitbutton.p-button-rounded {
|
|
2277
|
+
border-radius: 2rem;
|
|
2278
|
+
}
|
|
2279
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
|
2280
|
+
border-radius: 2rem;
|
|
2281
|
+
}
|
|
2282
|
+
.p-splitbutton.p-button-sm > .p-button {
|
|
2283
|
+
font-size: 0.875rem;
|
|
2284
|
+
padding: 0.62475rem 0.875rem;
|
|
2285
|
+
}
|
|
2286
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
|
2287
|
+
font-size: 0.875rem;
|
|
2288
|
+
}
|
|
2289
|
+
.p-splitbutton.p-button-lg > .p-button {
|
|
2290
|
+
font-size: 1.25rem;
|
|
2291
|
+
padding: 0.8925rem 1.25rem;
|
|
2292
|
+
}
|
|
2293
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
|
2294
|
+
font-size: 1.25rem;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2298
|
+
background-color: transparent;
|
|
2299
|
+
color: #A5D6A7;
|
|
2300
|
+
border: 0 none;
|
|
2301
|
+
}
|
|
2302
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2303
|
+
background: rgba(165, 214, 167, 0.04);
|
|
2304
|
+
color: #A5D6A7;
|
|
2305
|
+
}
|
|
2306
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2307
|
+
background: rgba(165, 214, 167, 0.16);
|
|
2308
|
+
color: #A5D6A7;
|
|
2309
|
+
}
|
|
2310
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2311
|
+
background-color: transparent;
|
|
2312
|
+
color: #A5D6A7;
|
|
2313
|
+
border-color: transparent;
|
|
2314
|
+
}
|
|
2315
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2316
|
+
background: rgba(165, 214, 167, 0.04);
|
|
2317
|
+
border-color: transparent;
|
|
2318
|
+
color: #A5D6A7;
|
|
2319
|
+
}
|
|
2320
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2321
|
+
background: rgba(165, 214, 167, 0.16);
|
|
2322
|
+
border-color: transparent;
|
|
2323
|
+
color: #A5D6A7;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2327
|
+
background-color: transparent;
|
|
2328
|
+
color: #90CAF9;
|
|
2329
|
+
border: 0 none;
|
|
2330
|
+
}
|
|
2331
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2332
|
+
background: rgba(144, 202, 249, 0.04);
|
|
2333
|
+
color: #90CAF9;
|
|
2334
|
+
}
|
|
2335
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2336
|
+
background: rgba(144, 202, 249, 0.16);
|
|
2337
|
+
color: #90CAF9;
|
|
2338
|
+
}
|
|
2339
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2340
|
+
background-color: transparent;
|
|
2341
|
+
color: #90CAF9;
|
|
2342
|
+
border-color: transparent;
|
|
2343
|
+
}
|
|
2344
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2345
|
+
background: rgba(144, 202, 249, 0.04);
|
|
2346
|
+
border-color: transparent;
|
|
2347
|
+
color: #90CAF9;
|
|
2348
|
+
}
|
|
2349
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2350
|
+
background: rgba(144, 202, 249, 0.16);
|
|
2351
|
+
border-color: transparent;
|
|
2352
|
+
color: #90CAF9;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2356
|
+
background-color: transparent;
|
|
2357
|
+
color: #C5E1A5;
|
|
2358
|
+
border: 0 none;
|
|
2359
|
+
}
|
|
2360
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2361
|
+
background: rgba(197, 225, 165, 0.04);
|
|
2362
|
+
color: #C5E1A5;
|
|
2363
|
+
}
|
|
2364
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2365
|
+
background: rgba(197, 225, 165, 0.16);
|
|
2366
|
+
color: #C5E1A5;
|
|
2367
|
+
}
|
|
2368
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2369
|
+
background-color: transparent;
|
|
2370
|
+
color: #C5E1A5;
|
|
2371
|
+
border-color: transparent;
|
|
2372
|
+
}
|
|
2373
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2374
|
+
background: rgba(197, 225, 165, 0.04);
|
|
2375
|
+
border-color: transparent;
|
|
2376
|
+
color: #C5E1A5;
|
|
2377
|
+
}
|
|
2378
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2379
|
+
background: rgba(197, 225, 165, 0.16);
|
|
2380
|
+
border-color: transparent;
|
|
2381
|
+
color: #C5E1A5;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2385
|
+
background-color: transparent;
|
|
2386
|
+
color: #FFF59D;
|
|
2387
|
+
border: 0 none;
|
|
2388
|
+
}
|
|
2389
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2390
|
+
background: rgba(255, 245, 157, 0.04);
|
|
2391
|
+
color: #FFF59D;
|
|
2392
|
+
}
|
|
2393
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2394
|
+
background: rgba(255, 245, 157, 0.16);
|
|
2395
|
+
color: #FFF59D;
|
|
2396
|
+
}
|
|
2397
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2398
|
+
background-color: transparent;
|
|
2399
|
+
color: #FFF59D;
|
|
2400
|
+
border-color: transparent;
|
|
2401
|
+
}
|
|
2402
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2403
|
+
background: rgba(255, 245, 157, 0.04);
|
|
2404
|
+
border-color: transparent;
|
|
2405
|
+
color: #FFF59D;
|
|
2406
|
+
}
|
|
2407
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2408
|
+
background: rgba(255, 245, 157, 0.16);
|
|
2409
|
+
border-color: transparent;
|
|
2410
|
+
color: #FFF59D;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2414
|
+
background-color: transparent;
|
|
2415
|
+
color: #CE93D8;
|
|
2416
|
+
border: 0 none;
|
|
2417
|
+
}
|
|
2418
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2419
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2420
|
+
color: #CE93D8;
|
|
2421
|
+
}
|
|
2422
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2423
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2424
|
+
color: #CE93D8;
|
|
2425
|
+
}
|
|
2426
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2427
|
+
background-color: transparent;
|
|
2428
|
+
color: #CE93D8;
|
|
2429
|
+
border-color: transparent;
|
|
2430
|
+
}
|
|
2431
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2432
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2433
|
+
border-color: transparent;
|
|
2434
|
+
color: #CE93D8;
|
|
2435
|
+
}
|
|
2436
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2437
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2438
|
+
border-color: transparent;
|
|
2439
|
+
color: #CE93D8;
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2443
|
+
background-color: transparent;
|
|
2444
|
+
color: #EF9A9A;
|
|
2445
|
+
border: 0 none;
|
|
2446
|
+
}
|
|
2447
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2448
|
+
background: rgba(239, 154, 154, 0.04);
|
|
2449
|
+
color: #EF9A9A;
|
|
2450
|
+
}
|
|
2451
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2452
|
+
background: rgba(239, 154, 154, 0.16);
|
|
2453
|
+
color: #EF9A9A;
|
|
2454
|
+
}
|
|
2455
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
|
2456
|
+
background-color: transparent;
|
|
2457
|
+
color: #EF9A9A;
|
|
2458
|
+
border-color: transparent;
|
|
2459
|
+
}
|
|
2460
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2461
|
+
background: rgba(239, 154, 154, 0.04);
|
|
2462
|
+
border-color: transparent;
|
|
2463
|
+
color: #EF9A9A;
|
|
2464
|
+
}
|
|
2465
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2466
|
+
background: rgba(239, 154, 154, 0.16);
|
|
2467
|
+
border-color: transparent;
|
|
2468
|
+
color: #EF9A9A;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2219
2471
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2220
2472
|
width: 4rem;
|
|
2221
2473
|
height: 4rem;
|
|
@@ -2521,7 +2773,7 @@
|
|
|
2521
2773
|
border-width: 1px;
|
|
2522
2774
|
}
|
|
2523
2775
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd {
|
|
2524
|
-
background:
|
|
2776
|
+
background: #222222;
|
|
2525
2777
|
}
|
|
2526
2778
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
|
|
2527
2779
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -2534,7 +2786,7 @@
|
|
|
2534
2786
|
color: #CE93D8;
|
|
2535
2787
|
}
|
|
2536
2788
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded {
|
|
2537
|
-
background:
|
|
2789
|
+
background: #222222;
|
|
2538
2790
|
}
|
|
2539
2791
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
|
2540
2792
|
padding: 0.5rem 0.5rem;
|
|
@@ -6899,6 +7151,80 @@
|
|
|
6899
7151
|
transform: scale(1);
|
|
6900
7152
|
}
|
|
6901
7153
|
|
|
7154
|
+
.p-splitbutton.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7155
|
+
background: rgba(206, 147, 216, 0.12);
|
|
7156
|
+
}
|
|
7157
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7158
|
+
background: rgba(206, 147, 216, 0.16);
|
|
7159
|
+
}
|
|
7160
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
|
7161
|
+
box-shadow: inset 0 0 0 1px;
|
|
7162
|
+
}
|
|
7163
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:focus {
|
|
7164
|
+
box-shadow: inset 0 0 0 1px;
|
|
7165
|
+
}
|
|
7166
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active {
|
|
7167
|
+
box-shadow: inset 0 0 0 1px;
|
|
7168
|
+
}
|
|
7169
|
+
.p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton {
|
|
7170
|
+
margin-left: -1px;
|
|
7171
|
+
width: calc(3rem + 1px);
|
|
7172
|
+
}
|
|
7173
|
+
.p-splitbutton.p-disabled.p-button-text > .p-button {
|
|
7174
|
+
background-color: transparent !important;
|
|
7175
|
+
color: rgba(255, 255, 255, 0.38) !important;
|
|
7176
|
+
}
|
|
7177
|
+
.p-splitbutton.p-disabled.p-button-outlined > .p-button {
|
|
7178
|
+
background-color: transparent !important;
|
|
7179
|
+
color: rgba(255, 255, 255, 0.38) !important;
|
|
7180
|
+
border-color: rgba(255, 255, 255, 0.38) !important;
|
|
7181
|
+
}
|
|
7182
|
+
.p-splitbutton.p-button-raised > .p-button:enabled:focus, .p-splitbutton.p-button-raised > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7183
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7184
|
+
}
|
|
7185
|
+
|
|
7186
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7187
|
+
background: rgba(165, 214, 167, 0.12);
|
|
7188
|
+
}
|
|
7189
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7190
|
+
background: rgba(165, 214, 167, 0.16);
|
|
7191
|
+
}
|
|
7192
|
+
|
|
7193
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7194
|
+
background: rgba(144, 202, 249, 0.12);
|
|
7195
|
+
}
|
|
7196
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7197
|
+
background: rgba(144, 202, 249, 0.16);
|
|
7198
|
+
}
|
|
7199
|
+
|
|
7200
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7201
|
+
background: rgba(197, 225, 165, 0.12);
|
|
7202
|
+
}
|
|
7203
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7204
|
+
background: rgba(197, 225, 165, 0.16);
|
|
7205
|
+
}
|
|
7206
|
+
|
|
7207
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7208
|
+
background: rgba(255, 245, 157, 0.12);
|
|
7209
|
+
}
|
|
7210
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7211
|
+
background: rgba(255, 245, 157, 0.16);
|
|
7212
|
+
}
|
|
7213
|
+
|
|
7214
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7215
|
+
background: rgba(206, 147, 216, 0.12);
|
|
7216
|
+
}
|
|
7217
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7218
|
+
background: rgba(206, 147, 216, 0.16);
|
|
7219
|
+
}
|
|
7220
|
+
|
|
7221
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7222
|
+
background: rgba(239, 154, 154, 0.12);
|
|
7223
|
+
}
|
|
7224
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7225
|
+
background: rgba(239, 154, 154, 0.16);
|
|
7226
|
+
}
|
|
7227
|
+
|
|
6902
7228
|
.p-steps {
|
|
6903
7229
|
padding: 1rem 0;
|
|
6904
7230
|
}
|