primeng 13.1.0 → 13.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/button/button.d.ts +2 -1
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2020/autocomplete/autocomplete.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/button/button.mjs +6 -4
- package/esm2020/calendar/calendar.mjs +8 -4
- package/esm2020/contextmenu/contextmenu.mjs +2 -1
- package/esm2020/dropdown/dropdown.mjs +12 -10
- package/esm2020/fileupload/fileupload.mjs +1 -1
- package/esm2020/image/image.mjs +1 -1
- package/esm2020/inputnumber/inputnumber.mjs +3 -3
- package/esm2020/inputswitch/inputswitch.mjs +6 -4
- package/esm2020/knob/knob.mjs +2 -2
- package/esm2020/multiselect/multiselect.mjs +11 -5
- package/esm2020/orderlist/orderlist.mjs +6 -4
- package/esm2020/paginator/paginator.mjs +1 -1
- package/esm2020/panel/panel.mjs +11 -8
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/picklist/picklist.mjs +6 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/esm2020/table/table.mjs +18 -19
- package/esm2020/tabmenu/tabmenu.mjs +124 -60
- package/esm2020/tabview/tabview.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs.map +1 -1
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-button.mjs +5 -3
- package/fesm2015/primeng-button.mjs.map +1 -1
- package/fesm2015/primeng-calendar.mjs +7 -3
- package/fesm2015/primeng-calendar.mjs.map +1 -1
- package/fesm2015/primeng-contextmenu.mjs +1 -0
- package/fesm2015/primeng-contextmenu.mjs.map +1 -1
- package/fesm2015/primeng-dropdown.mjs +11 -9
- package/fesm2015/primeng-dropdown.mjs.map +1 -1
- package/fesm2015/primeng-fileupload.mjs +1 -1
- package/fesm2015/primeng-image.mjs.map +1 -1
- package/fesm2015/primeng-inputnumber.mjs +2 -2
- package/fesm2015/primeng-inputnumber.mjs.map +1 -1
- package/fesm2015/primeng-inputswitch.mjs +5 -3
- package/fesm2015/primeng-inputswitch.mjs.map +1 -1
- package/fesm2015/primeng-knob.mjs +1 -1
- package/fesm2015/primeng-knob.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +10 -4
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-orderlist.mjs +5 -3
- package/fesm2015/primeng-orderlist.mjs.map +1 -1
- package/fesm2015/primeng-paginator.mjs +1 -1
- package/fesm2015/primeng-panel.mjs +10 -7
- package/fesm2015/primeng-panel.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-picklist.mjs +5 -3
- package/fesm2015/primeng-picklist.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2015/primeng-table.mjs +17 -18
- package/fesm2015/primeng-table.mjs.map +1 -1
- package/fesm2015/primeng-tabmenu.mjs +124 -59
- package/fesm2015/primeng-tabmenu.mjs.map +1 -1
- package/fesm2015/primeng-tabview.mjs +1 -1
- package/fesm2015/primeng-tabview.mjs.map +1 -1
- package/fesm2020/primeng-autocomplete.mjs +2 -2
- package/fesm2020/primeng-autocomplete.mjs.map +1 -1
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-button.mjs +5 -3
- package/fesm2020/primeng-button.mjs.map +1 -1
- package/fesm2020/primeng-calendar.mjs +7 -3
- package/fesm2020/primeng-calendar.mjs.map +1 -1
- package/fesm2020/primeng-contextmenu.mjs +1 -0
- package/fesm2020/primeng-contextmenu.mjs.map +1 -1
- package/fesm2020/primeng-dropdown.mjs +11 -9
- package/fesm2020/primeng-dropdown.mjs.map +1 -1
- package/fesm2020/primeng-fileupload.mjs +1 -1
- package/fesm2020/primeng-image.mjs.map +1 -1
- package/fesm2020/primeng-inputnumber.mjs +2 -2
- package/fesm2020/primeng-inputnumber.mjs.map +1 -1
- package/fesm2020/primeng-inputswitch.mjs +5 -3
- package/fesm2020/primeng-inputswitch.mjs.map +1 -1
- package/fesm2020/primeng-knob.mjs +1 -1
- package/fesm2020/primeng-knob.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +10 -4
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-orderlist.mjs +5 -3
- package/fesm2020/primeng-orderlist.mjs.map +1 -1
- package/fesm2020/primeng-paginator.mjs +1 -1
- package/fesm2020/primeng-panel.mjs +10 -7
- package/fesm2020/primeng-panel.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-picklist.mjs +5 -3
- package/fesm2020/primeng-picklist.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-table.mjs +17 -18
- package/fesm2020/primeng-table.mjs.map +1 -1
- package/fesm2020/primeng-tabmenu.mjs +123 -59
- package/fesm2020/primeng-tabmenu.mjs.map +1 -1
- package/fesm2020/primeng-tabview.mjs +1 -1
- package/fesm2020/primeng-tabview.mjs.map +1 -1
- package/image/image.d.ts +2 -1
- package/inputswitch/inputswitch.d.ts +2 -1
- package/multiselect/multiselect.d.ts +2 -1
- package/orderlist/orderlist.d.ts +2 -1
- package/package.json +1 -1
- package/panel/panel.d.ts +2 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/picklist/picklist.d.ts +2 -1
- package/resources/components/panel/panel.css +1 -1
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/components/tabmenu/tabmenu.css +37 -2
- package/resources/themes/arya-blue/theme.css +321 -42
- package/resources/themes/arya-green/theme.css +321 -42
- package/resources/themes/arya-orange/theme.css +321 -42
- package/resources/themes/arya-purple/theme.css +321 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
- package/resources/themes/fluent-light/theme.css +320 -41
- package/resources/themes/lara-dark-blue/theme.css +328 -84
- package/resources/themes/lara-dark-indigo/theme.css +328 -84
- package/resources/themes/lara-dark-purple/theme.css +328 -84
- package/resources/themes/lara-dark-teal/theme.css +328 -84
- package/resources/themes/lara-light-blue/theme.css +426 -182
- package/resources/themes/lara-light-indigo/theme.css +327 -83
- package/resources/themes/lara-light-purple/theme.css +327 -83
- package/resources/themes/lara-light-teal/theme.css +327 -83
- package/resources/themes/luna-amber/theme.css +320 -41
- package/resources/themes/luna-blue/theme.css +320 -41
- package/resources/themes/luna-green/theme.css +320 -41
- package/resources/themes/luna-pink/theme.css +320 -41
- package/resources/themes/md-dark-deeppurple/theme.css +401 -45
- package/resources/themes/md-dark-indigo/theme.css +401 -45
- package/resources/themes/md-light-deeppurple/theme.css +398 -42
- package/resources/themes/md-light-indigo/theme.css +398 -42
- package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
- package/resources/themes/mdc-dark-indigo/theme.css +401 -45
- package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
- package/resources/themes/mdc-light-indigo/theme.css +398 -42
- package/resources/themes/nova/theme.css +320 -41
- package/resources/themes/nova-accent/theme.css +320 -41
- package/resources/themes/nova-alt/theme.css +320 -41
- package/resources/themes/rhea/theme.css +320 -41
- package/resources/themes/saga-blue/theme.css +320 -41
- package/resources/themes/saga-green/theme.css +320 -41
- package/resources/themes/saga-orange/theme.css +320 -41
- package/resources/themes/saga-purple/theme.css +320 -41
- package/resources/themes/tailwind-light/theme.css +319 -40
- package/resources/themes/vela-blue/theme.css +321 -42
- package/resources/themes/vela-green/theme.css +321 -42
- package/resources/themes/vela-orange/theme.css +321 -42
- package/resources/themes/vela-purple/theme.css +321 -42
- package/table/table.d.ts +3 -3
- package/tabmenu/tabmenu.d.ts +13 -1
- 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
@@ -9,7 +9,7 @@
|
|
9
9
|
--text-color-secondary:#6c757d;
|
10
10
|
--primary-color:#3B82F6;
|
11
11
|
--primary-color-text:#ffffff;
|
12
|
-
--font-family
|
12
|
+
--font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
13
13
|
--surface-0: #ffffff;
|
14
14
|
--surface-50: #FAFAFA;
|
15
15
|
--surface-100: #F5F5F5;
|
@@ -44,47 +44,12 @@
|
|
44
44
|
--maskbg: rgba(0, 0, 0, 0.4);
|
45
45
|
}
|
46
46
|
|
47
|
-
@font-face {
|
48
|
-
font-family: "Inter";
|
49
|
-
font-style: normal;
|
50
|
-
font-weight: 300;
|
51
|
-
src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
|
52
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
53
|
-
}
|
54
|
-
@font-face {
|
55
|
-
font-family: "Inter";
|
56
|
-
font-style: normal;
|
57
|
-
font-weight: 400;
|
58
|
-
src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
59
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
60
|
-
}
|
61
|
-
@font-face {
|
62
|
-
font-family: "Inter";
|
63
|
-
font-style: normal;
|
64
|
-
font-weight: 500;
|
65
|
-
src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
67
|
-
}
|
68
|
-
@font-face {
|
69
|
-
font-family: "Inter";
|
70
|
-
font-style: normal;
|
71
|
-
font-weight: 600;
|
72
|
-
src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
73
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
74
|
-
}
|
75
|
-
@font-face {
|
76
|
-
font-family: "Inter";
|
77
|
-
font-style: normal;
|
78
|
-
font-weight: 700;
|
79
|
-
src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
80
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
81
|
-
}
|
82
47
|
* {
|
83
48
|
box-sizing: border-box;
|
84
49
|
}
|
85
50
|
|
86
51
|
.p-component {
|
87
|
-
font-family:
|
52
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
88
53
|
font-size: 1rem;
|
89
54
|
font-weight: normal;
|
90
55
|
}
|
@@ -112,7 +77,7 @@
|
|
112
77
|
|
113
78
|
.p-link {
|
114
79
|
font-size: 1rem;
|
115
|
-
font-family:
|
80
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
116
81
|
border-radius: 6px;
|
117
82
|
}
|
118
83
|
.p-link:focus {
|
@@ -247,6 +212,16 @@
|
|
247
212
|
--purple-700:#763cad;
|
248
213
|
--purple-800:#5c2f88;
|
249
214
|
--purple-900:#432263;
|
215
|
+
--red-50:#fff5f5;
|
216
|
+
--red-100:#ffd0ce;
|
217
|
+
--red-200:#ffaca7;
|
218
|
+
--red-300:#ff8780;
|
219
|
+
--red-400:#ff6259;
|
220
|
+
--red-500:#ff3d32;
|
221
|
+
--red-600:#d9342b;
|
222
|
+
--red-700:#b32b23;
|
223
|
+
--red-800:#8c221c;
|
224
|
+
--red-900:#661814;
|
250
225
|
}
|
251
226
|
|
252
227
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -271,7 +246,7 @@
|
|
271
246
|
padding: 0.375rem 0;
|
272
247
|
}
|
273
248
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
274
|
-
font-family:
|
249
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
275
250
|
font-size: 1rem;
|
276
251
|
color: #495057;
|
277
252
|
padding: 0;
|
@@ -281,7 +256,7 @@
|
|
281
256
|
padding: 0.375rem 0.75rem;
|
282
257
|
margin-right: 0.5rem;
|
283
258
|
background: #EFF6FF;
|
284
|
-
color: #
|
259
|
+
color: #1D4ED8;
|
285
260
|
border-radius: 6px;
|
286
261
|
}
|
287
262
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
@@ -319,7 +294,7 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
|
319
294
|
background: #e9ecef;
|
320
295
|
}
|
321
296
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
322
|
-
color: #
|
297
|
+
color: #1D4ED8;
|
323
298
|
background: #EFF6FF;
|
324
299
|
}
|
325
300
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
|
@@ -389,16 +364,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
389
364
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
390
365
|
line-height: 2rem;
|
391
366
|
}
|
392
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
393
|
-
|
394
|
-
color: #495057;
|
395
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
396
|
-
font-weight: 600;
|
397
|
-
padding: 0.5rem;
|
367
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
368
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
398
369
|
}
|
399
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
400
|
-
|
401
|
-
|
370
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
371
|
+
outline: 0 none;
|
372
|
+
outline-offset: 0;
|
373
|
+
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
374
|
+
border-color: #3B82F6;
|
402
375
|
}
|
403
376
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
404
377
|
margin-right: 0.5rem;
|
@@ -425,7 +398,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
425
398
|
border: 1px solid transparent;
|
426
399
|
}
|
427
400
|
.p-datepicker table td > span.p-highlight {
|
428
|
-
color: #
|
401
|
+
color: #1D4ED8;
|
429
402
|
background: #EFF6FF;
|
430
403
|
}
|
431
404
|
.p-datepicker table td > span:focus {
|
@@ -439,7 +412,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
439
412
|
border-color: transparent;
|
440
413
|
}
|
441
414
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
442
|
-
color: #
|
415
|
+
color: #1D4ED8;
|
443
416
|
background: #EFF6FF;
|
444
417
|
}
|
445
418
|
.p-datepicker .p-datepicker-buttonbar {
|
@@ -493,23 +466,11 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
493
466
|
border-radius: 6px;
|
494
467
|
}
|
495
468
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
496
|
-
color: #
|
497
|
-
background: #EFF6FF;
|
498
|
-
}
|
499
|
-
.p-datepicker .p-yearpicker {
|
500
|
-
margin: 0.5rem 0;
|
501
|
-
}
|
502
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
503
|
-
padding: 0.5rem;
|
504
|
-
transition: box-shadow 0.2s;
|
505
|
-
border-radius: 6px;
|
506
|
-
}
|
507
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
508
|
-
color: #3B82F6;
|
469
|
+
color: #1D4ED8;
|
509
470
|
background: #EFF6FF;
|
510
471
|
}
|
511
472
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
512
|
-
border-
|
473
|
+
border-right: 1px solid #dee2e6;
|
513
474
|
padding-right: 0.5rem;
|
514
475
|
padding-left: 0.5rem;
|
515
476
|
padding-top: 0;
|
@@ -517,10 +478,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
517
478
|
}
|
518
479
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
519
480
|
padding-left: 0;
|
520
|
-
border-left: 0 none;
|
521
481
|
}
|
522
482
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
523
483
|
padding-right: 0;
|
484
|
+
border-right: 0 none;
|
524
485
|
}
|
525
486
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
526
487
|
background: #e9ecef;
|
@@ -530,18 +491,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
530
491
|
outline-offset: 0;
|
531
492
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
532
493
|
}
|
533
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
494
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
534
495
|
background: #e9ecef;
|
535
496
|
}
|
536
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
537
|
-
outline: 0 none;
|
538
|
-
outline-offset: 0;
|
539
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
540
|
-
}
|
541
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
542
|
-
background: #e9ecef;
|
543
|
-
}
|
544
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
497
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
545
498
|
outline: 0 none;
|
546
499
|
outline-offset: 0;
|
547
500
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
@@ -614,7 +567,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
614
567
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
615
568
|
}
|
616
569
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
617
|
-
color: #
|
570
|
+
color: #1D4ED8;
|
618
571
|
background: #EFF6FF;
|
619
572
|
}
|
620
573
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -671,8 +624,8 @@ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
|
671
624
|
border-color: #3B82F6;
|
672
625
|
}
|
673
626
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
674
|
-
border-color: #
|
675
|
-
background: #
|
627
|
+
border-color: #1D4ED8;
|
628
|
+
background: #1D4ED8;
|
676
629
|
color: #ffffff;
|
677
630
|
}
|
678
631
|
|
@@ -690,7 +643,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
690
643
|
background-color: #e9ecef;
|
691
644
|
}
|
692
645
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
693
|
-
background: #
|
646
|
+
background: #1D4ED8;
|
694
647
|
}
|
695
648
|
|
696
649
|
.p-checkbox-label {
|
@@ -713,7 +666,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
713
666
|
padding: 0.375rem 0.75rem;
|
714
667
|
margin-right: 0.5rem;
|
715
668
|
background: #EFF6FF;
|
716
|
-
color: #
|
669
|
+
color: #1D4ED8;
|
717
670
|
border-radius: 6px;
|
718
671
|
}
|
719
672
|
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
@@ -723,7 +676,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
723
676
|
padding: 0.375rem 0;
|
724
677
|
}
|
725
678
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
726
|
-
font-family:
|
679
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
727
680
|
font-size: 1rem;
|
728
681
|
color: #495057;
|
729
682
|
padding: 0;
|
@@ -742,7 +695,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
742
695
|
|
743
696
|
.p-colorpicker-panel {
|
744
697
|
background: #323232;
|
745
|
-
border: 1px solid #191919;
|
698
|
+
border-color: 1px solid #191919;
|
746
699
|
}
|
747
700
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
748
701
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -834,7 +787,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
834
787
|
border-radius: 0;
|
835
788
|
}
|
836
789
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
837
|
-
color: #
|
790
|
+
color: #1D4ED8;
|
838
791
|
background: #EFF6FF;
|
839
792
|
}
|
840
793
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -867,9 +820,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
867
820
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
868
821
|
background-color: #ffffff;
|
869
822
|
}
|
870
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
871
|
-
background-color: transparent;
|
872
|
-
}
|
873
823
|
|
874
824
|
.p-editor-container .p-editor-toolbar {
|
875
825
|
background: #f8f9fa;
|
@@ -1088,7 +1038,7 @@ p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
|
1088
1038
|
background: #ffffff;
|
1089
1039
|
}
|
1090
1040
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1091
|
-
background: #
|
1041
|
+
background: #2563eb;
|
1092
1042
|
}
|
1093
1043
|
|
1094
1044
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
@@ -1096,7 +1046,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
|
1096
1046
|
}
|
1097
1047
|
|
1098
1048
|
.p-inputtext {
|
1099
|
-
font-family:
|
1049
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
1100
1050
|
font-size: 1rem;
|
1101
1051
|
color: #495057;
|
1102
1052
|
background: #ffffff;
|
@@ -1232,7 +1182,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
|
1232
1182
|
border-radius: 0;
|
1233
1183
|
}
|
1234
1184
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1235
|
-
color: #
|
1185
|
+
color: #1D4ED8;
|
1236
1186
|
background: #EFF6FF;
|
1237
1187
|
}
|
1238
1188
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
@@ -1290,7 +1240,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
|
1290
1240
|
padding: 0.375rem 0.75rem;
|
1291
1241
|
margin-right: 0.5rem;
|
1292
1242
|
background: #EFF6FF;
|
1293
|
-
color: #
|
1243
|
+
color: #1D4ED8;
|
1294
1244
|
border-radius: 6px;
|
1295
1245
|
}
|
1296
1246
|
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
|
@@ -1370,7 +1320,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
|
1370
1320
|
border-radius: 0;
|
1371
1321
|
}
|
1372
1322
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1373
|
-
color: #
|
1323
|
+
color: #1D4ED8;
|
1374
1324
|
background: #EFF6FF;
|
1375
1325
|
}
|
1376
1326
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -1412,7 +1362,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1412
1362
|
background-color: #ffffff;
|
1413
1363
|
}
|
1414
1364
|
|
1415
|
-
p-password.
|
1365
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1416
1366
|
border-color: #e24c4c;
|
1417
1367
|
}
|
1418
1368
|
|
@@ -1471,8 +1421,8 @@ p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
|
1471
1421
|
background: #3B82F6;
|
1472
1422
|
}
|
1473
1423
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1474
|
-
border-color: #
|
1475
|
-
background: #
|
1424
|
+
border-color: #1D4ED8;
|
1425
|
+
background: #1D4ED8;
|
1476
1426
|
color: #ffffff;
|
1477
1427
|
}
|
1478
1428
|
|
@@ -1490,7 +1440,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1490
1440
|
background: #3B82F6;
|
1491
1441
|
}
|
1492
1442
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1493
|
-
background: #
|
1443
|
+
background: #1D4ED8;
|
1494
1444
|
}
|
1495
1445
|
|
1496
1446
|
.p-radiobutton-label {
|
@@ -1514,7 +1464,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1514
1464
|
.p-rating .p-rating-icon:first-child {
|
1515
1465
|
margin-left: 0;
|
1516
1466
|
}
|
1517
|
-
.p-rating .p-rating-icon.pi-star
|
1467
|
+
.p-rating .p-rating-icon.pi-star {
|
1518
1468
|
color: #3B82F6;
|
1519
1469
|
}
|
1520
1470
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1553,8 +1503,8 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1553
1503
|
color: #ffffff;
|
1554
1504
|
}
|
1555
1505
|
.p-selectbutton .p-button.p-highlight:hover {
|
1556
|
-
background: #
|
1557
|
-
border-color: #
|
1506
|
+
background: #2563eb;
|
1507
|
+
border-color: #2563eb;
|
1558
1508
|
color: #ffffff;
|
1559
1509
|
}
|
1560
1510
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1647,8 +1597,8 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
|
1647
1597
|
color: #ffffff;
|
1648
1598
|
}
|
1649
1599
|
.p-togglebutton.p-button.p-highlight:hover {
|
1650
|
-
background: #
|
1651
|
-
border-color: #
|
1600
|
+
background: #2563eb;
|
1601
|
+
border-color: #2563eb;
|
1652
1602
|
color: #ffffff;
|
1653
1603
|
}
|
1654
1604
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1696,8 +1646,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1696
1646
|
border-top-right-radius: 6px;
|
1697
1647
|
border-bottom-right-radius: 6px;
|
1698
1648
|
}
|
1699
|
-
|
1700
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1649
|
+
.p-treeselect.p-invalid.p-component {
|
1701
1650
|
border-color: #e24c4c;
|
1702
1651
|
}
|
1703
1652
|
|
@@ -1741,14 +1690,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
1741
1690
|
border-radius: 6px;
|
1742
1691
|
}
|
1743
1692
|
.p-button:enabled:hover {
|
1744
|
-
background: #
|
1693
|
+
background: #2563eb;
|
1745
1694
|
color: #ffffff;
|
1746
|
-
border-color: #
|
1695
|
+
border-color: #2563eb;
|
1747
1696
|
}
|
1748
1697
|
.p-button:enabled:active {
|
1749
|
-
background: #
|
1698
|
+
background: #1D4ED8;
|
1750
1699
|
color: #ffffff;
|
1751
|
-
border-color: #
|
1700
|
+
border-color: #1D4ED8;
|
1752
1701
|
}
|
1753
1702
|
.p-button.p-button-outlined {
|
1754
1703
|
background-color: transparent;
|
@@ -2175,13 +2124,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2175
2124
|
}
|
2176
2125
|
|
2177
2126
|
.p-button.p-button-link {
|
2178
|
-
color: #
|
2127
|
+
color: #1D4ED8;
|
2179
2128
|
background: transparent;
|
2180
2129
|
border: transparent;
|
2181
2130
|
}
|
2182
2131
|
.p-button.p-button-link:enabled:hover {
|
2183
2132
|
background: transparent;
|
2184
|
-
color: #
|
2133
|
+
color: #1D4ED8;
|
2185
2134
|
border-color: transparent;
|
2186
2135
|
}
|
2187
2136
|
.p-button.p-button-link:enabled:hover .p-button-label {
|
@@ -2194,7 +2143,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2194
2143
|
}
|
2195
2144
|
.p-button.p-button-link:enabled:active {
|
2196
2145
|
background: transparent;
|
2197
|
-
color: #
|
2146
|
+
color: #1D4ED8;
|
2198
2147
|
border-color: transparent;
|
2199
2148
|
}
|
2200
2149
|
|
@@ -2262,6 +2211,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2262
2211
|
background-color: rgba(0, 0, 0, 0.4);
|
2263
2212
|
}
|
2264
2213
|
|
2214
|
+
.p-splitbutton {
|
2215
|
+
border-radius: 6px;
|
2216
|
+
}
|
2217
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2218
|
+
background-color: transparent;
|
2219
|
+
color: #3B82F6;
|
2220
|
+
border: 1px solid;
|
2221
|
+
}
|
2222
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2223
|
+
background: rgba(59, 130, 246, 0.04);
|
2224
|
+
color: #3B82F6;
|
2225
|
+
}
|
2226
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2227
|
+
background: rgba(59, 130, 246, 0.16);
|
2228
|
+
color: #3B82F6;
|
2229
|
+
}
|
2230
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2231
|
+
color: #6c757d;
|
2232
|
+
border-color: #6c757d;
|
2233
|
+
}
|
2234
|
+
.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 {
|
2235
|
+
background: #e9ecef;
|
2236
|
+
color: #6c757d;
|
2237
|
+
}
|
2238
|
+
.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 {
|
2239
|
+
background: #dee2e6;
|
2240
|
+
color: #6c757d;
|
2241
|
+
}
|
2242
|
+
.p-splitbutton.p-button-text > .p-button {
|
2243
|
+
background-color: transparent;
|
2244
|
+
color: #3B82F6;
|
2245
|
+
border-color: transparent;
|
2246
|
+
}
|
2247
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2248
|
+
background: rgba(59, 130, 246, 0.04);
|
2249
|
+
color: #3B82F6;
|
2250
|
+
border-color: transparent;
|
2251
|
+
}
|
2252
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2253
|
+
background: rgba(59, 130, 246, 0.16);
|
2254
|
+
color: #3B82F6;
|
2255
|
+
border-color: transparent;
|
2256
|
+
}
|
2257
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2258
|
+
color: #6c757d;
|
2259
|
+
}
|
2260
|
+
.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 {
|
2261
|
+
background: #e9ecef;
|
2262
|
+
color: #6c757d;
|
2263
|
+
}
|
2264
|
+
.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 {
|
2265
|
+
background: #dee2e6;
|
2266
|
+
color: #6c757d;
|
2267
|
+
}
|
2268
|
+
.p-splitbutton.p-button-raised {
|
2269
|
+
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);
|
2270
|
+
}
|
2271
|
+
.p-splitbutton.p-button-rounded {
|
2272
|
+
border-radius: 2rem;
|
2273
|
+
}
|
2274
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2275
|
+
border-radius: 2rem;
|
2276
|
+
}
|
2277
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2278
|
+
font-size: 0.875rem;
|
2279
|
+
padding: 0.65625rem 1.09375rem;
|
2280
|
+
}
|
2281
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2282
|
+
font-size: 0.875rem;
|
2283
|
+
}
|
2284
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2285
|
+
font-size: 1.25rem;
|
2286
|
+
padding: 0.9375rem 1.5625rem;
|
2287
|
+
}
|
2288
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2289
|
+
font-size: 1.25rem;
|
2290
|
+
}
|
2291
|
+
|
2292
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2293
|
+
background-color: transparent;
|
2294
|
+
color: #64748B;
|
2295
|
+
border: 1px solid;
|
2296
|
+
}
|
2297
|
+
.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 {
|
2298
|
+
background: rgba(100, 116, 139, 0.04);
|
2299
|
+
color: #64748B;
|
2300
|
+
}
|
2301
|
+
.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 {
|
2302
|
+
background: rgba(100, 116, 139, 0.16);
|
2303
|
+
color: #64748B;
|
2304
|
+
}
|
2305
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2306
|
+
background-color: transparent;
|
2307
|
+
color: #64748B;
|
2308
|
+
border-color: transparent;
|
2309
|
+
}
|
2310
|
+
.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 {
|
2311
|
+
background: rgba(100, 116, 139, 0.04);
|
2312
|
+
border-color: transparent;
|
2313
|
+
color: #64748B;
|
2314
|
+
}
|
2315
|
+
.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 {
|
2316
|
+
background: rgba(100, 116, 139, 0.16);
|
2317
|
+
border-color: transparent;
|
2318
|
+
color: #64748B;
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2322
|
+
background-color: transparent;
|
2323
|
+
color: #3B82F6;
|
2324
|
+
border: 1px solid;
|
2325
|
+
}
|
2326
|
+
.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 {
|
2327
|
+
background: rgba(59, 130, 246, 0.04);
|
2328
|
+
color: #3B82F6;
|
2329
|
+
}
|
2330
|
+
.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 {
|
2331
|
+
background: rgba(59, 130, 246, 0.16);
|
2332
|
+
color: #3B82F6;
|
2333
|
+
}
|
2334
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2335
|
+
background-color: transparent;
|
2336
|
+
color: #3B82F6;
|
2337
|
+
border-color: transparent;
|
2338
|
+
}
|
2339
|
+
.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 {
|
2340
|
+
background: rgba(59, 130, 246, 0.04);
|
2341
|
+
border-color: transparent;
|
2342
|
+
color: #3B82F6;
|
2343
|
+
}
|
2344
|
+
.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 {
|
2345
|
+
background: rgba(59, 130, 246, 0.16);
|
2346
|
+
border-color: transparent;
|
2347
|
+
color: #3B82F6;
|
2348
|
+
}
|
2349
|
+
|
2350
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2351
|
+
background-color: transparent;
|
2352
|
+
color: #22C55E;
|
2353
|
+
border: 1px solid;
|
2354
|
+
}
|
2355
|
+
.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 {
|
2356
|
+
background: rgba(34, 197, 94, 0.04);
|
2357
|
+
color: #22C55E;
|
2358
|
+
}
|
2359
|
+
.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 {
|
2360
|
+
background: rgba(34, 197, 94, 0.16);
|
2361
|
+
color: #22C55E;
|
2362
|
+
}
|
2363
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2364
|
+
background-color: transparent;
|
2365
|
+
color: #22C55E;
|
2366
|
+
border-color: transparent;
|
2367
|
+
}
|
2368
|
+
.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 {
|
2369
|
+
background: rgba(34, 197, 94, 0.04);
|
2370
|
+
border-color: transparent;
|
2371
|
+
color: #22C55E;
|
2372
|
+
}
|
2373
|
+
.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 {
|
2374
|
+
background: rgba(34, 197, 94, 0.16);
|
2375
|
+
border-color: transparent;
|
2376
|
+
color: #22C55E;
|
2377
|
+
}
|
2378
|
+
|
2379
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2380
|
+
background-color: transparent;
|
2381
|
+
color: #F59E0B;
|
2382
|
+
border: 1px solid;
|
2383
|
+
}
|
2384
|
+
.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 {
|
2385
|
+
background: rgba(245, 158, 11, 0.04);
|
2386
|
+
color: #F59E0B;
|
2387
|
+
}
|
2388
|
+
.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 {
|
2389
|
+
background: rgba(245, 158, 11, 0.16);
|
2390
|
+
color: #F59E0B;
|
2391
|
+
}
|
2392
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2393
|
+
background-color: transparent;
|
2394
|
+
color: #F59E0B;
|
2395
|
+
border-color: transparent;
|
2396
|
+
}
|
2397
|
+
.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 {
|
2398
|
+
background: rgba(245, 158, 11, 0.04);
|
2399
|
+
border-color: transparent;
|
2400
|
+
color: #F59E0B;
|
2401
|
+
}
|
2402
|
+
.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 {
|
2403
|
+
background: rgba(245, 158, 11, 0.16);
|
2404
|
+
border-color: transparent;
|
2405
|
+
color: #F59E0B;
|
2406
|
+
}
|
2407
|
+
|
2408
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2409
|
+
background-color: transparent;
|
2410
|
+
color: #A855F7;
|
2411
|
+
border: 1px solid;
|
2412
|
+
}
|
2413
|
+
.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 {
|
2414
|
+
background: rgba(168, 85, 247, 0.04);
|
2415
|
+
color: #A855F7;
|
2416
|
+
}
|
2417
|
+
.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 {
|
2418
|
+
background: rgba(168, 85, 247, 0.16);
|
2419
|
+
color: #A855F7;
|
2420
|
+
}
|
2421
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2422
|
+
background-color: transparent;
|
2423
|
+
color: #A855F7;
|
2424
|
+
border-color: transparent;
|
2425
|
+
}
|
2426
|
+
.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 {
|
2427
|
+
background: rgba(168, 85, 247, 0.04);
|
2428
|
+
border-color: transparent;
|
2429
|
+
color: #A855F7;
|
2430
|
+
}
|
2431
|
+
.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 {
|
2432
|
+
background: rgba(168, 85, 247, 0.16);
|
2433
|
+
border-color: transparent;
|
2434
|
+
color: #A855F7;
|
2435
|
+
}
|
2436
|
+
|
2437
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2438
|
+
background-color: transparent;
|
2439
|
+
color: #EF4444;
|
2440
|
+
border: 1px solid;
|
2441
|
+
}
|
2442
|
+
.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 {
|
2443
|
+
background: rgba(239, 68, 68, 0.04);
|
2444
|
+
color: #EF4444;
|
2445
|
+
}
|
2446
|
+
.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 {
|
2447
|
+
background: rgba(239, 68, 68, 0.16);
|
2448
|
+
color: #EF4444;
|
2449
|
+
}
|
2450
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2451
|
+
background-color: transparent;
|
2452
|
+
color: #EF4444;
|
2453
|
+
border-color: transparent;
|
2454
|
+
}
|
2455
|
+
.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 {
|
2456
|
+
background: rgba(239, 68, 68, 0.04);
|
2457
|
+
border-color: transparent;
|
2458
|
+
color: #EF4444;
|
2459
|
+
}
|
2460
|
+
.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 {
|
2461
|
+
background: rgba(239, 68, 68, 0.16);
|
2462
|
+
border-color: transparent;
|
2463
|
+
color: #EF4444;
|
2464
|
+
}
|
2465
|
+
|
2265
2466
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2266
2467
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2267
2468
|
width: 2rem;
|
@@ -2304,7 +2505,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2304
2505
|
}
|
2305
2506
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
2306
2507
|
background: #EFF6FF;
|
2307
|
-
color: #
|
2508
|
+
color: #1D4ED8;
|
2308
2509
|
}
|
2309
2510
|
|
2310
2511
|
.p-datatable .p-paginator-top {
|
@@ -2359,7 +2560,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2359
2560
|
height: 1.143rem;
|
2360
2561
|
min-width: 1.143rem;
|
2361
2562
|
line-height: 1.143rem;
|
2362
|
-
color: #
|
2563
|
+
color: #1D4ED8;
|
2363
2564
|
background: #EFF6FF;
|
2364
2565
|
margin-left: 0.5rem;
|
2365
2566
|
}
|
@@ -2372,17 +2573,17 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2372
2573
|
}
|
2373
2574
|
.p-datatable .p-sortable-column.p-highlight {
|
2374
2575
|
background: #EFF6FF;
|
2375
|
-
color: #
|
2576
|
+
color: #1D4ED8;
|
2376
2577
|
}
|
2377
2578
|
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
2378
|
-
color: #
|
2579
|
+
color: #1D4ED8;
|
2379
2580
|
}
|
2380
2581
|
.p-datatable .p-sortable-column.p-highlight:hover {
|
2381
2582
|
background: #EFF6FF;
|
2382
|
-
color: #
|
2583
|
+
color: #1D4ED8;
|
2383
2584
|
}
|
2384
2585
|
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
2385
|
-
color: #
|
2586
|
+
color: #1D4ED8;
|
2386
2587
|
}
|
2387
2588
|
.p-datatable .p-sortable-column:focus {
|
2388
2589
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
@@ -2436,7 +2637,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2436
2637
|
}
|
2437
2638
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
2438
2639
|
background: #EFF6FF;
|
2439
|
-
color: #
|
2640
|
+
color: #1D4ED8;
|
2440
2641
|
}
|
2441
2642
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
2442
2643
|
box-shadow: inset 0 2px 0 0 #EFF6FF;
|
@@ -2488,13 +2689,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2488
2689
|
}
|
2489
2690
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
2490
2691
|
background: #EFF6FF;
|
2491
|
-
color: #
|
2692
|
+
color: #1D4ED8;
|
2492
2693
|
}
|
2493
2694
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
2494
|
-
color: #
|
2695
|
+
color: #1D4ED8;
|
2495
2696
|
}
|
2496
2697
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
2497
|
-
color: #
|
2698
|
+
color: #1D4ED8;
|
2498
2699
|
}
|
2499
2700
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
2500
2701
|
padding: 0.5rem 0.5rem;
|
@@ -2595,7 +2796,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2595
2796
|
}
|
2596
2797
|
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
2597
2798
|
background: #EFF6FF;
|
2598
|
-
color: #
|
2799
|
+
color: #1D4ED8;
|
2599
2800
|
}
|
2600
2801
|
.p-column-filter-menu-button:focus {
|
2601
2802
|
outline: 0 none;
|
@@ -2644,7 +2845,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2644
2845
|
border-radius: 0;
|
2645
2846
|
}
|
2646
2847
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
2647
|
-
color: #
|
2848
|
+
color: #1D4ED8;
|
2648
2849
|
background: #EFF6FF;
|
2649
2850
|
}
|
2650
2851
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -2711,8 +2912,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2711
2912
|
border-right: 1px solid #dee2e6;
|
2712
2913
|
}
|
2713
2914
|
.fc.fc-unthemed .fc-view-container .fc-event {
|
2714
|
-
background: #
|
2715
|
-
border: 1px solid #
|
2915
|
+
background: #2563eb;
|
2916
|
+
border: 1px solid #2563eb;
|
2716
2917
|
color: #ffffff;
|
2717
2918
|
}
|
2718
2919
|
.fc.fc-unthemed .fc-view-container .fc-divider {
|
@@ -2730,14 +2931,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2730
2931
|
align-items: center;
|
2731
2932
|
}
|
2732
2933
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
2733
|
-
background: #
|
2934
|
+
background: #2563eb;
|
2734
2935
|
color: #ffffff;
|
2735
|
-
border-color: #
|
2936
|
+
border-color: #2563eb;
|
2736
2937
|
}
|
2737
2938
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
2738
|
-
background: #
|
2939
|
+
background: #1D4ED8;
|
2739
2940
|
color: #ffffff;
|
2740
|
-
border-color: #
|
2941
|
+
border-color: #1D4ED8;
|
2741
2942
|
}
|
2742
2943
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
2743
2944
|
outline: 0 none;
|
@@ -2782,8 +2983,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2782
2983
|
color: #ffffff;
|
2783
2984
|
}
|
2784
2985
|
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
2785
|
-
background: #
|
2786
|
-
border-color: #
|
2986
|
+
background: #2563eb;
|
2987
|
+
border-color: #2563eb;
|
2787
2988
|
color: #ffffff;
|
2788
2989
|
}
|
2789
2990
|
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
@@ -2866,15 +3067,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2866
3067
|
}
|
2867
3068
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
2868
3069
|
color: #ffffff;
|
2869
|
-
background: #
|
2870
|
-
border-color: #
|
3070
|
+
background: #2563eb;
|
3071
|
+
border-color: #2563eb;
|
2871
3072
|
}
|
2872
3073
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
2873
3074
|
color: #ffffff;
|
2874
3075
|
}
|
2875
3076
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
2876
|
-
background: #
|
2877
|
-
border-color: #
|
3077
|
+
background: #2563eb;
|
3078
|
+
border-color: #2563eb;
|
2878
3079
|
}
|
2879
3080
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
2880
3081
|
background: #e9ecef;
|
@@ -2892,14 +3093,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2892
3093
|
border-radius: 6px;
|
2893
3094
|
}
|
2894
3095
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
2895
|
-
background: #
|
3096
|
+
background: #2563eb;
|
2896
3097
|
color: #ffffff;
|
2897
|
-
border-color: #
|
3098
|
+
border-color: #2563eb;
|
2898
3099
|
}
|
2899
3100
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
2900
|
-
background: #
|
3101
|
+
background: #1D4ED8;
|
2901
3102
|
color: #ffffff;
|
2902
|
-
border-color: #
|
3103
|
+
border-color: #1D4ED8;
|
2903
3104
|
}
|
2904
3105
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
2905
3106
|
outline: 0 none;
|
@@ -2950,8 +3151,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2950
3151
|
color: #ffffff;
|
2951
3152
|
}
|
2952
3153
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
2953
|
-
background: #
|
2954
|
-
border-color: #
|
3154
|
+
background: #2563eb;
|
3155
|
+
border-color: #2563eb;
|
2955
3156
|
color: #ffffff;
|
2956
3157
|
}
|
2957
3158
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
@@ -2975,7 +3176,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2975
3176
|
color: #495057;
|
2976
3177
|
}
|
2977
3178
|
.fc.fc-theme-standard .fc-highlight {
|
2978
|
-
color: #
|
3179
|
+
color: #1D4ED8;
|
2979
3180
|
background: #EFF6FF;
|
2980
3181
|
}
|
2981
3182
|
|
@@ -3032,7 +3233,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3032
3233
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
3033
3234
|
}
|
3034
3235
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
3035
|
-
color: #
|
3236
|
+
color: #1D4ED8;
|
3036
3237
|
background: #EFF6FF;
|
3037
3238
|
}
|
3038
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
|
@@ -3043,6 +3244,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3043
3244
|
background: #e9ecef;
|
3044
3245
|
color: #495057;
|
3045
3246
|
}
|
3247
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3248
|
+
background: #fcfcfc;
|
3249
|
+
}
|
3250
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3251
|
+
background: #e9ecef;
|
3252
|
+
}
|
3046
3253
|
|
3047
3254
|
.p-orderlist-item.cdk-drag-preview {
|
3048
3255
|
padding: 0.75rem 1.25rem;
|
@@ -3059,7 +3266,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3059
3266
|
}
|
3060
3267
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
3061
3268
|
background: #EFF6FF;
|
3062
|
-
color: #
|
3269
|
+
color: #1D4ED8;
|
3063
3270
|
}
|
3064
3271
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
3065
3272
|
color: #70aeff;
|
@@ -3166,7 +3373,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3166
3373
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
3167
3374
|
background: #EFF6FF;
|
3168
3375
|
border-color: #EFF6FF;
|
3169
|
-
color: #
|
3376
|
+
color: #1D4ED8;
|
3170
3377
|
}
|
3171
3378
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
3172
3379
|
background: #e9ecef;
|
@@ -3227,7 +3434,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3227
3434
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
3228
3435
|
}
|
3229
3436
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
3230
|
-
color: #
|
3437
|
+
color: #1D4ED8;
|
3231
3438
|
background: #EFF6FF;
|
3232
3439
|
}
|
3233
3440
|
.p-picklist .p-picklist-list .p-picklist-empty-message {
|
@@ -3238,6 +3445,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3238
3445
|
background: #e9ecef;
|
3239
3446
|
color: #495057;
|
3240
3447
|
}
|
3448
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3449
|
+
background: #fcfcfc;
|
3450
|
+
}
|
3451
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3452
|
+
background: #e9ecef;
|
3453
|
+
}
|
3241
3454
|
|
3242
3455
|
.p-picklist-item.cdk-drag-preview {
|
3243
3456
|
padding: 0.75rem 1.25rem;
|
@@ -3325,15 +3538,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3325
3538
|
}
|
3326
3539
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3327
3540
|
background: #EFF6FF;
|
3328
|
-
color: #
|
3541
|
+
color: #1D4ED8;
|
3329
3542
|
}
|
3330
3543
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3331
3544
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3332
|
-
color: #
|
3545
|
+
color: #1D4ED8;
|
3333
3546
|
}
|
3334
3547
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3335
3548
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3336
|
-
color: #
|
3549
|
+
color: #1D4ED8;
|
3337
3550
|
}
|
3338
3551
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3339
3552
|
background: #e9ecef;
|
@@ -3373,10 +3586,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3373
3586
|
}
|
3374
3587
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
|
3375
3588
|
background-color: #EFF6FF;
|
3376
|
-
color: #
|
3589
|
+
color: #1D4ED8;
|
3377
3590
|
}
|
3378
3591
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3379
|
-
color: #
|
3592
|
+
color: #1D4ED8;
|
3380
3593
|
}
|
3381
3594
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
|
3382
3595
|
margin-right: 0.5rem;
|
@@ -3457,7 +3670,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3457
3670
|
height: 1.143rem;
|
3458
3671
|
min-width: 1.143rem;
|
3459
3672
|
line-height: 1.143rem;
|
3460
|
-
color: #
|
3673
|
+
color: #1D4ED8;
|
3461
3674
|
background: #EFF6FF;
|
3462
3675
|
margin-left: 0.5rem;
|
3463
3676
|
}
|
@@ -3470,10 +3683,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3470
3683
|
}
|
3471
3684
|
.p-treetable .p-sortable-column.p-highlight {
|
3472
3685
|
background: #EFF6FF;
|
3473
|
-
color: #
|
3686
|
+
color: #1D4ED8;
|
3474
3687
|
}
|
3475
3688
|
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
3476
|
-
color: #
|
3689
|
+
color: #1D4ED8;
|
3477
3690
|
}
|
3478
3691
|
.p-treetable .p-treetable-tbody > tr {
|
3479
3692
|
background: #ffffff;
|
@@ -3518,13 +3731,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3518
3731
|
}
|
3519
3732
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
3520
3733
|
background: #EFF6FF;
|
3521
|
-
color: #
|
3734
|
+
color: #1D4ED8;
|
3522
3735
|
}
|
3523
3736
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
3524
|
-
color: #
|
3737
|
+
color: #1D4ED8;
|
3525
3738
|
}
|
3526
3739
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
3527
|
-
color: #
|
3740
|
+
color: #1D4ED8;
|
3528
3741
|
}
|
3529
3742
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
3530
3743
|
background: #e9ecef;
|
@@ -3809,6 +4022,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3809
4022
|
color: #495057;
|
3810
4023
|
border-top: 0 none;
|
3811
4024
|
}
|
4025
|
+
.p-panel .p-panel-icons-end {
|
4026
|
+
order: 2;
|
4027
|
+
margin-left: auto;
|
4028
|
+
}
|
4029
|
+
.p-panel .p-panel-icons-start {
|
4030
|
+
order: 0;
|
4031
|
+
margin-right: 0.5rem;
|
4032
|
+
}
|
4033
|
+
.p-panel .p-panel-icons-center {
|
4034
|
+
order: 2;
|
4035
|
+
width: 100%;
|
4036
|
+
text-align: center;
|
4037
|
+
}
|
3812
4038
|
|
3813
4039
|
.p-scrollpanel .p-scrollpanel-bar {
|
3814
4040
|
background: #f8f9fa;
|
@@ -4039,7 +4265,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4039
4265
|
right: -1rem;
|
4040
4266
|
}
|
4041
4267
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
4042
|
-
background: #
|
4268
|
+
background: #2563eb;
|
4043
4269
|
color: #ffffff;
|
4044
4270
|
}
|
4045
4271
|
.p-overlaypanel:after {
|
@@ -4153,14 +4379,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4153
4379
|
}
|
4154
4380
|
|
4155
4381
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4156
|
-
background: #
|
4382
|
+
background: #2563eb;
|
4157
4383
|
color: #ffffff;
|
4158
|
-
border-color: #
|
4384
|
+
border-color: #2563eb;
|
4159
4385
|
}
|
4160
4386
|
.p-fileupload-choose:not(.p-disabled):active {
|
4161
|
-
background: #
|
4387
|
+
background: #1D4ED8;
|
4162
4388
|
color: #ffffff;
|
4163
|
-
border-color: #
|
4389
|
+
border-color: #1D4ED8;
|
4164
4390
|
}
|
4165
4391
|
|
4166
4392
|
.p-breadcrumb {
|
@@ -4255,10 +4481,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4255
4481
|
background: #EFF6FF;
|
4256
4482
|
}
|
4257
4483
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4258
|
-
color: #
|
4484
|
+
color: #1D4ED8;
|
4259
4485
|
}
|
4260
4486
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
4261
|
-
color: #
|
4487
|
+
color: #1D4ED8;
|
4262
4488
|
}
|
4263
4489
|
.p-contextmenu .p-menu-separator {
|
4264
4490
|
border-top: 1px solid #dee2e6;
|
@@ -4376,15 +4602,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4376
4602
|
}
|
4377
4603
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
4378
4604
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
4379
|
-
color: #
|
4605
|
+
color: #1D4ED8;
|
4380
4606
|
}
|
4381
4607
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
4382
4608
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
4383
|
-
color: #
|
4609
|
+
color: #1D4ED8;
|
4384
4610
|
}
|
4385
4611
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
4386
4612
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
4387
|
-
color: #
|
4613
|
+
color: #1D4ED8;
|
4388
4614
|
}
|
4389
4615
|
.p-megamenu .p-menuitem-link {
|
4390
4616
|
padding: 0.75rem 1.25rem;
|
@@ -4453,10 +4679,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4453
4679
|
background: #EFF6FF;
|
4454
4680
|
}
|
4455
4681
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4456
|
-
color: #
|
4682
|
+
color: #1D4ED8;
|
4457
4683
|
}
|
4458
4684
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
4459
|
-
color: #
|
4685
|
+
color: #1D4ED8;
|
4460
4686
|
}
|
4461
4687
|
.p-megamenu.p-megamenu-vertical {
|
4462
4688
|
width: 12.5rem;
|
@@ -4618,15 +4844,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4618
4844
|
}
|
4619
4845
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
4620
4846
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
4621
|
-
color: #
|
4847
|
+
color: #1D4ED8;
|
4622
4848
|
}
|
4623
4849
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
4624
4850
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
4625
|
-
color: #
|
4851
|
+
color: #1D4ED8;
|
4626
4852
|
}
|
4627
4853
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
4628
4854
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
4629
|
-
color: #
|
4855
|
+
color: #1D4ED8;
|
4630
4856
|
}
|
4631
4857
|
.p-menubar .p-submenu-list {
|
4632
4858
|
padding: 0.25rem 0;
|
@@ -4652,10 +4878,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4652
4878
|
background: #EFF6FF;
|
4653
4879
|
}
|
4654
4880
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4655
|
-
color: #
|
4881
|
+
color: #1D4ED8;
|
4656
4882
|
}
|
4657
4883
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
4658
|
-
color: #
|
4884
|
+
color: #1D4ED8;
|
4659
4885
|
}
|
4660
4886
|
|
4661
4887
|
@media screen and (max-width: 960px) {
|
@@ -4933,10 +5159,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4933
5159
|
background: #EFF6FF;
|
4934
5160
|
}
|
4935
5161
|
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
|
4936
|
-
color: #
|
5162
|
+
color: #1D4ED8;
|
4937
5163
|
}
|
4938
5164
|
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
|
4939
|
-
color: #
|
5165
|
+
color: #1D4ED8;
|
4940
5166
|
}
|
4941
5167
|
.p-slidemenu .p-slidemenu-separator {
|
4942
5168
|
border-top: 1px solid #dee2e6;
|
@@ -4978,7 +5204,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4978
5204
|
}
|
4979
5205
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
4980
5206
|
background: #EFF6FF;
|
4981
|
-
color: #
|
5207
|
+
color: #1D4ED8;
|
4982
5208
|
}
|
4983
5209
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
4984
5210
|
font-weight: 700;
|
@@ -5034,6 +5260,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5034
5260
|
border-color: #3B82F6;
|
5035
5261
|
color: #3B82F6;
|
5036
5262
|
}
|
5263
|
+
.p-tabmenu .p-tabmenu-left-icon {
|
5264
|
+
margin-right: 0.5rem;
|
5265
|
+
}
|
5266
|
+
.p-tabmenu .p-tabmenu-right-icon {
|
5267
|
+
margin-left: 0.5rem;
|
5268
|
+
}
|
5269
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5270
|
+
background: #ffffff;
|
5271
|
+
color: #3B82F6;
|
5272
|
+
width: 3rem;
|
5273
|
+
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);
|
5274
|
+
border-radius: 0;
|
5275
|
+
}
|
5276
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
|
5277
|
+
outline: 0 none;
|
5278
|
+
outline-offset: 0;
|
5279
|
+
box-shadow: inset 0 0 0 0.2rem #BFDBFE;
|
5280
|
+
}
|
5037
5281
|
|
5038
5282
|
.p-tieredmenu {
|
5039
5283
|
padding: 0.25rem 0;
|
@@ -5098,10 +5342,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5098
5342
|
background: #EFF6FF;
|
5099
5343
|
}
|
5100
5344
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
5101
|
-
color: #
|
5345
|
+
color: #1D4ED8;
|
5102
5346
|
}
|
5103
5347
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
5104
|
-
color: #
|
5348
|
+
color: #1D4ED8;
|
5105
5349
|
}
|
5106
5350
|
.p-tieredmenu .p-menu-separator {
|
5107
5351
|
border-top: 1px solid #dee2e6;
|
@@ -5381,7 +5625,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5381
5625
|
}
|
5382
5626
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5383
5627
|
background: #EFF6FF;
|
5384
|
-
color: #
|
5628
|
+
color: #1D4ED8;
|
5385
5629
|
}
|
5386
5630
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
5387
5631
|
margin-right: 0.5rem;
|
@@ -5400,7 +5644,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5400
5644
|
}
|
5401
5645
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5402
5646
|
background: #EFF6FF;
|
5403
|
-
color: #
|
5647
|
+
color: #1D4ED8;
|
5404
5648
|
}
|
5405
5649
|
.p-galleria .p-galleria-thumbnail-container {
|
5406
5650
|
background: rgba(0, 0, 0, 0.9);
|
@@ -5663,7 +5907,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5663
5907
|
}
|
5664
5908
|
.p-terminal .p-terminal-input {
|
5665
5909
|
font-size: 1rem;
|
5666
|
-
font-family:
|
5910
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
5667
5911
|
}
|
5668
5912
|
|
5669
5913
|
.p-button-label {
|