@pdg/react-form 1.0.133 → 1.0.135

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.
@@ -1,719 +0,0 @@
1
- .FormTextField {
2
- min-width: 200px;
3
- }
4
- .FormTextField .clear-icon-button-wrap {
5
- visibility: hidden;
6
- }
7
- .FormTextField.variant-filled .clear-icon-button-wrap {
8
- margin-top: 9px;
9
- margin-bottom: -9px;
10
- }
11
- .FormTextField:hover .clear-icon-button-wrap.show,
12
- .FormTextField .MuiInputBase-root.Mui-focused .clear-icon-button-wrap.show {
13
- visibility: visible;
14
- }
15
-
16
- .FormHidden {
17
- display: none !important;
18
- }
19
-
20
- .FormPassword .eye-icon-button-wrap {
21
- visibility: hidden;
22
- }
23
- .FormPassword.variant-filled .eye-icon-button-wrap {
24
- margin-top: 9px;
25
- margin-bottom: -9px;
26
- }
27
- .FormPassword:hover .eye-icon-button-wrap.show,
28
- .FormPassword .MuiInputBase-root.Mui-focused .eye-icon-button-wrap.show {
29
- visibility: visible;
30
- }
31
-
32
- .FormSearch input[type=search]::-webkit-search-decoration,
33
- .FormSearch input[type=search]::-webkit-search-cancel-button,
34
- .FormSearch input[type=search]::-webkit-search-results-button,
35
- .FormSearch input[type=search]::-webkit-search-results-decoration {
36
- -webkit-appearance: none;
37
- }
38
-
39
- .FormSelect.is-selected-placeholder .MuiSelect-select {
40
- opacity: 0.38;
41
- }
42
- .FormSelect .MuiInputBase-root.MuiInputBase-adornedEnd {
43
- padding-right: 25px;
44
- }
45
- .FormSelect .MuiSelect-select.MuiSelect-multiple .selected-list:not(:empty) {
46
- margin-top: -3px;
47
- margin-bottom: -3px;
48
- }
49
- .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar {
50
- width: 12px;
51
- }
52
- .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-thumb {
53
- background-color: rgba(0, 0, 0, 0.1882352941);
54
- background-clip: padding-box;
55
- border-left: 4px transparent solid;
56
- border-right: 4px transparent solid;
57
- }
58
- .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-button:start:decrement, .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-button:end:increment {
59
- display: block;
60
- height: 4px;
61
- background-color: transparent;
62
- }
63
-
64
- .FormToggleButtonGroup.loading .FormItemBase-Control-wrap .FormItemBase-Control {
65
- align-items: center !important;
66
- }
67
- .FormToggleButtonGroup .ToggleButton {
68
- display: inline-flex;
69
- padding: 0 10px;
70
- white-space: nowrap;
71
- overflow: hidden;
72
- text-overflow: ellipsis;
73
- align-items: center;
74
- }
75
- .FormToggleButtonGroup .ToggleButton .__label__ {
76
- height: 0;
77
- line-height: 0 !important;
78
- overflow: visible !important;
79
- }
80
- .FormToggleButtonGroup.type-checkbox .ToggleButton, .FormToggleButtonGroup.type-radio .ToggleButton {
81
- padding-left: 3px;
82
- padding-right: 5px;
83
- border: 0 !important;
84
- margin-left: 0 !important;
85
- justify-content: flex-start;
86
- display: flex;
87
- background-color: transparent !important;
88
- }
89
- .FormToggleButtonGroup.type-checkbox .ToggleButton:not(:last-child), .FormToggleButtonGroup.type-radio .ToggleButton:not(:last-child) {
90
- margin-right: 5px;
91
- }
92
- .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-checked__,
93
- .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-unchecked__, .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-checked__,
94
- .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-unchecked__ {
95
- margin-right: 3px;
96
- }
97
- .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-checked__, .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-checked__ {
98
- display: none;
99
- }
100
- .FormToggleButtonGroup.type-checkbox .ToggleButton.Mui-selected .__checkbox-checked__, .FormToggleButtonGroup.type-radio .ToggleButton.Mui-selected .__checkbox-checked__ {
101
- display: block;
102
- }
103
- .FormToggleButtonGroup.type-checkbox .ToggleButton.Mui-selected .__checkbox-unchecked__, .FormToggleButtonGroup.type-radio .ToggleButton.Mui-selected .__checkbox-unchecked__ {
104
- display: none;
105
- }
106
- .FormToggleButtonGroup:not(.with-label).variant-outlined .FormItemBase-Control-wrap {
107
- margin-top: 15px;
108
- margin-bottom: -15px;
109
- }
110
- .FormToggleButtonGroup:not(.with-label).variant-outlined .FormItemBase-Control-wrap .ToggleButton {
111
- height: 37px;
112
- }
113
- .FormToggleButtonGroup:not(.with-label).variant-filled .FormItemBase-Control-wrap {
114
- margin-top: 15px;
115
- margin-bottom: -15px;
116
- }
117
- .FormToggleButtonGroup:not(.with-label).variant-filled .FormItemBase-Control-wrap .ToggleButton {
118
- height: 37px;
119
- }
120
- .FormToggleButtonGroup:not(.with-label).variant-standard .FormItemBase-Control-wrap {
121
- margin-top: 0px;
122
- margin-bottom: 0px;
123
- }
124
- .FormToggleButtonGroup:not(.with-label).variant-standard .FormItemBase-Control-wrap .ToggleButton {
125
- height: 28px;
126
- }
127
- .FormToggleButtonGroup:not(.with-label).size-small.variant-outlined .FormItemBase-Control-wrap {
128
- margin-top: 13px;
129
- margin-bottom: -13px;
130
- }
131
- .FormToggleButtonGroup:not(.with-label).size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
132
- height: 24px;
133
- }
134
- .FormToggleButtonGroup:not(.with-label).size-small.variant-filled .FormItemBase-Control-wrap {
135
- margin-top: 13px;
136
- margin-bottom: -13px;
137
- }
138
- .FormToggleButtonGroup:not(.with-label).size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
139
- height: 31px;
140
- }
141
- .FormToggleButtonGroup:not(.with-label).size-small.variant-standard .FormItemBase-Control-wrap {
142
- margin-top: 0px;
143
- margin-bottom: 0px;
144
- }
145
- .FormToggleButtonGroup:not(.with-label).size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
146
- height: 26px;
147
- }
148
- .FormToggleButtonGroup.with-label.variant-outlined .FormItemBase-Control-wrap {
149
- margin-top: 0;
150
- margin-bottom: 0;
151
- }
152
- .FormToggleButtonGroup.with-label.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
153
- height: 37px;
154
- }
155
- .FormToggleButtonGroup.with-label.variant-filled .FormItemBase-Control-wrap {
156
- margin-top: 0;
157
- margin-bottom: 0;
158
- }
159
- .FormToggleButtonGroup.with-label.variant-filled .FormItemBase-Control-wrap .ToggleButton {
160
- height: 37px;
161
- }
162
- .FormToggleButtonGroup.with-label.variant-standard .FormItemBase-Control-wrap {
163
- margin-top: 0;
164
- margin-bottom: 0;
165
- }
166
- .FormToggleButtonGroup.with-label.variant-standard .FormItemBase-Control-wrap .ToggleButton {
167
- height: 28px;
168
- }
169
- .FormToggleButtonGroup.with-label.size-small.variant-outlined .FormItemBase-Control-wrap {
170
- margin-top: 0;
171
- margin-bottom: 0;
172
- }
173
- .FormToggleButtonGroup.with-label.size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
174
- height: 24px;
175
- }
176
- .FormToggleButtonGroup.with-label.size-small.variant-filled .FormItemBase-Control-wrap {
177
- margin-top: 0;
178
- margin-bottom: 0;
179
- }
180
- .FormToggleButtonGroup.with-label.size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
181
- height: 31px;
182
- }
183
- .FormToggleButtonGroup.with-label.size-small.variant-standard .FormItemBase-Control-wrap {
184
- margin-top: 0;
185
- margin-bottom: 0;
186
- }
187
- .FormToggleButtonGroup.with-label.size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
188
- height: 26px;
189
- }
190
-
191
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-outlined .FormItemBase-Control-wrap {
192
- margin-top: 0;
193
- margin-bottom: 0;
194
- }
195
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
196
- height: 37px;
197
- }
198
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-filled .FormItemBase-Control-wrap {
199
- margin-top: 0;
200
- margin-bottom: 0;
201
- }
202
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-filled .FormItemBase-Control-wrap .ToggleButton {
203
- height: 37px;
204
- }
205
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-standard .FormItemBase-Control-wrap {
206
- margin-top: 0;
207
- margin-bottom: 0;
208
- }
209
- .Form .FormCol.with-label .FormToggleButtonGroup.variant-standard .FormItemBase-Control-wrap .ToggleButton {
210
- height: 28px;
211
- }
212
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-outlined .FormItemBase-Control-wrap {
213
- margin-top: 0;
214
- margin-bottom: 0;
215
- }
216
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
217
- height: 24px;
218
- }
219
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-filled .FormItemBase-Control-wrap {
220
- margin-top: 0;
221
- margin-bottom: 0;
222
- }
223
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
224
- height: 31px;
225
- }
226
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-standard .FormItemBase-Control-wrap {
227
- margin-top: 0;
228
- margin-bottom: 0;
229
- }
230
- .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
231
- height: 26px;
232
- }
233
-
234
- .FormTextarea .MuiInputBase-root .MuiInputBase-input {
235
- overflow-y: scroll;
236
- }
237
- .FormTextarea .MuiInputBase-root .MuiInputBase-input::-webkit-scrollbar {
238
- width: 8px;
239
- }
240
- .FormTextarea .MuiInputBase-root .MuiInputBase-input::-webkit-scrollbar-thumb {
241
- background-color: rgba(0, 0, 0, 0.1882352941);
242
- background-clip: padding-box;
243
- border-left: 4px transparent solid;
244
- }
245
-
246
- .FormTextEditor.initializing textarea {
247
- display: none;
248
- }
249
- .FormTextEditor.error .tox-tinymce {
250
- border-color: #d32f2f;
251
- }
252
-
253
- .tox-menu.tox-collection.tox-collection--list .tox-collection__group .tox-menu-nav__js.tox-collection__item {
254
- padding-right: 20px !important;
255
- }
256
-
257
- .tox-notifications-container {
258
- display: none;
259
- }
260
-
261
- .FormFile .control-wrap {
262
- display: inline-flex;
263
- }
264
- .FormFile .control-wrap .file-name-wrap .file-name {
265
- min-width: 350px;
266
- }
267
- .FormFile .control-wrap .file-name-wrap .file-name .MuiInputBase-root {
268
- padding-right: 7px;
269
- }
270
- .FormFile .control-wrap .input-file {
271
- display: none;
272
- }
273
- .FormFile .control-wrap .input-file-wrap {
274
- display: flex;
275
- }
276
- .FormFile .control-wrap .input-file-wrap .input-file-btn:not(.hidden-label) .PdgIcon {
277
- margin-left: -3px;
278
- }
279
- .FormFile.full-width .control-wrap {
280
- display: flex;
281
- }
282
- .FormFile.full-width .control-wrap .file-name-wrap {
283
- flex: 1;
284
- }
285
- .FormFile.variant-standard .file-name-wrap .file-name .MuiInputBase-root {
286
- padding-right: 0;
287
- }
288
- .FormFile:not(.hide-file-name).variant-outlined .form-file-btn label, .FormFile:not(.hide-file-name).variant-filled .form-file-btn label {
289
- padding-top: 10px;
290
- padding-bottom: 10px;
291
- }
292
- .FormFile:not(.hide-file-name).variant-standard .form-file-btn label {
293
- padding-top: 5px;
294
- padding-bottom: 5px;
295
- }
296
- .FormFile:not(.hide-file-name).size-small .form-file-btn label {
297
- padding-top: 5px;
298
- padding-bottom: 5px;
299
- }
300
-
301
- .FormFile.hide-file-name:not(.with-label).variant-outlined .form-file-btn {
302
- height: 52px;
303
- }
304
- .FormFile.hide-file-name:not(.with-label).variant-filled .form-file-btn {
305
- height: 52px;
306
- }
307
- .FormFile.hide-file-name:not(.with-label).variant-standard .form-file-btn {
308
- height: 28px;
309
- }
310
- .FormFile.hide-file-name:not(.with-label).size-small.variant-outlined .form-file-btn {
311
- height: 37px;
312
- }
313
- .FormFile.hide-file-name:not(.with-label).size-small.variant-filled .form-file-btn {
314
- height: 44px;
315
- }
316
- .FormFile.hide-file-name:not(.with-label).size-small.variant-standard .form-file-btn {
317
- height: 26px;
318
- }
319
- .FormFile.hide-file-name.with-label.variant-outlined .form-file-btn {
320
- height: 37px;
321
- }
322
- .FormFile.hide-file-name.with-label.variant-filled .form-file-btn {
323
- height: 37px;
324
- }
325
- .FormFile.hide-file-name.with-label.variant-standard .form-file-btn {
326
- height: 28px;
327
- }
328
- .FormFile.hide-file-name.with-label.size-small.variant-outlined .form-file-btn {
329
- height: 24px;
330
- }
331
- .FormFile.hide-file-name.with-label.size-small.variant-filled .form-file-btn {
332
- height: 31px;
333
- }
334
- .FormFile.hide-file-name.with-label.size-small.variant-standard .form-file-btn {
335
- height: 26px;
336
- }
337
-
338
- .Form .FormCol.with-label .FormFile.hide-file-name.variant-outlined .form-file-btn {
339
- height: 37px;
340
- }
341
- .Form .FormCol.with-label .FormFile.hide-file-name.variant-filled .form-file-btn {
342
- height: 37px;
343
- }
344
- .Form .FormCol.with-label .FormFile.hide-file-name.variant-standard .form-file-btn {
345
- height: 28px;
346
- }
347
- .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-outlined .form-file-btn {
348
- height: 24px;
349
- }
350
- .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-filled .form-file-btn {
351
- height: 31px;
352
- }
353
- .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-standard .form-file-btn {
354
- height: 26px;
355
- }
356
-
357
- .FormItemBase .FormItemBase-InputLabel {
358
- overflow: visible;
359
- padding-left: 5px;
360
- }
361
- .FormItemBase .FormItemBase-InputLabel.MuiInputLabel-sizeSmall {
362
- transform: translate(0, -1.5px) scale(0.7);
363
- }
364
- .FormItemBase.variant-standard .FormItemBase-Control-wrap {
365
- margin-top: 16px;
366
- }
367
-
368
- .PrivateDatePicker .input-text-field.align-left .MuiInputBase-input {
369
- text-align: left;
370
- }
371
- .PrivateDatePicker .input-text-field.align-center .MuiInputBase-input {
372
- text-align: center;
373
- }
374
- .PrivateDatePicker .input-text-field.align-right .MuiInputBase-input {
375
- text-align: right;
376
- }
377
-
378
- .FormDateRangePickerTooltipPickerContainer {
379
- display: inline-block;
380
- position: relative;
381
- }
382
- .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap {
383
- position: absolute;
384
- top: 15px;
385
- left: 0;
386
- right: 0;
387
- }
388
- .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap > div:first-of-type {
389
- padding-left: 20px;
390
- }
391
- .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap > div:last-child {
392
- padding-right: 20px;
393
- text-align: right;
394
- }
395
- .FormDateRangePickerTooltipPickerContainer .month-title {
396
- text-align: center;
397
- padding-top: 13px;
398
- padding-bottom: 10px;
399
- }
400
- .FormDateRangePickerTooltipPickerContainer .month-title button {
401
- font-size: 15px;
402
- padding-left: 8px;
403
- padding-right: 0;
404
- min-width: 0;
405
- }
406
- .FormDateRangePickerTooltipPickerContainer .month-title button:not(.active) {
407
- color: unset;
408
- }
409
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap {
410
- position: relative;
411
- }
412
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select,
413
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select {
414
- position: absolute;
415
- left: 0;
416
- right: 0;
417
- top: 0;
418
- bottom: 0;
419
- border-top: 1px solid #efefef;
420
- padding-top: 15px;
421
- background-color: white;
422
- }
423
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.today:not(.selected),
424
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.today:not(.selected) {
425
- border: 1px solid rgba(0, 0, 0, 0.1);
426
- }
427
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.active:not(.selected),
428
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.active:not(.selected) {
429
- background-color: #f5f5f5;
430
- }
431
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.active:not(.selected):hover,
432
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.active:not(.selected):hover {
433
- background-color: rgb(229, 229, 229);
434
- }
435
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select {
436
- overflow-y: scroll;
437
- }
438
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button {
439
- font-size: 14px;
440
- font-weight: 400;
441
- border-radius: 18px;
442
- }
443
- .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button {
444
- font-size: 15px;
445
- font-weight: 400;
446
- border-radius: 18px;
447
- }
448
- .FormDateRangePickerTooltipPickerContainer .action-buttons button {
449
- min-width: 0;
450
- color: unset;
451
- }
452
- .FormDateRangePickerTooltipPickerContainer .action-buttons button:not(:first-of-type) {
453
- margin-left: 5px;
454
- }
455
- .FormDateRangePickerTooltipPickerContainer .action-buttons button.disabled {
456
- color: rgba(0, 0, 0, 0.5);
457
- }
458
-
459
- .PrivateDateTimePicker .input-text-field.align-left .MuiInputBase-input {
460
- text-align: left;
461
- }
462
- .PrivateDateTimePicker .input-text-field.align-center .MuiInputBase-input {
463
- text-align: center;
464
- }
465
- .PrivateDateTimePicker .input-text-field.align-right .MuiInputBase-input {
466
- text-align: right;
467
- }
468
-
469
- .PrivateStaticDatePicker.time {
470
- height: 400px;
471
- }
472
- .PrivateStaticDatePicker .MuiPickersCalendarHeader-root {
473
- display: none;
474
- }
475
- .PrivateStaticDatePicker .month-title-container {
476
- display: flex;
477
- align-items: center;
478
- margin-left: 5px;
479
- }
480
- .PrivateStaticDatePicker .month-title-container .month-title-wrap {
481
- display: flex;
482
- align-items: center;
483
- cursor: pointer;
484
- }
485
- .PrivateStaticDatePicker .month-title-container .month-title-wrap .month-title button {
486
- font-size: 15px;
487
- padding-left: 8px;
488
- padding-right: 0;
489
- min-width: 0;
490
- }
491
- .PrivateStaticDatePicker .month-title-container .month-title-wrap .month-title button:not(.active) {
492
- color: unset;
493
- }
494
- .PrivateStaticDatePicker .action-buttons {
495
- border-top: 1px solid #efefef;
496
- padding: 10px;
497
- text-align: right;
498
- }
499
- .PrivateStaticDatePicker .action-buttons button {
500
- min-width: 0;
501
- color: inherit;
502
- }
503
- .PrivateStaticDatePicker .action-buttons button:not(:first-of-type) {
504
- margin-left: 5px;
505
- }
506
- .PrivateStaticDatePicker .action-buttons button.disabled {
507
- color: rgba(0, 0, 0, 0.5);
508
- }
509
- .PrivateStaticDatePicker .time {
510
- border-left: 2px solid #bfbfbf;
511
- }
512
- .PrivateStaticDatePicker .time .time-container {
513
- height: 100%;
514
- }
515
- .PrivateStaticDatePicker .time .time-container .time-title {
516
- text-align: center;
517
- padding: 22px 0;
518
- font-size: 15px;
519
- }
520
- .PrivateStaticDatePicker .time .time-container .time-select-wrap {
521
- flex: 1;
522
- border-top: 1px solid #efefef;
523
- }
524
- .PrivateStaticDatePicker.time .time .time-container .time-select-wrap > div > div:not(:first-of-type) {
525
- border-left: 1px solid #efefef;
526
- }
527
-
528
- .FormImageFile .preview-img {
529
- max-width: 100%;
530
- }
531
- .FormImageFile:not(.hide-file-name):not(.variant-standard) .preview-img {
532
- padding-right: 14px;
533
- }
534
-
535
- .PrivateStaticDateTimePicker.time {
536
- height: 400px;
537
- }
538
- .PrivateStaticDateTimePicker .MuiPickersCalendarHeader-root {
539
- display: none;
540
- }
541
- .PrivateStaticDateTimePicker .month-title-container {
542
- display: flex;
543
- align-items: center;
544
- margin-left: 5px;
545
- }
546
- .PrivateStaticDateTimePicker .month-title-container .month-title-wrap {
547
- display: flex;
548
- align-items: center;
549
- cursor: pointer;
550
- }
551
- .PrivateStaticDateTimePicker .month-title-container .month-title-wrap .month-title button {
552
- font-size: 15px;
553
- padding-left: 8px;
554
- padding-right: 0;
555
- min-width: 0;
556
- }
557
- .PrivateStaticDateTimePicker .month-title-container .month-title-wrap .month-title button:not(.active) {
558
- color: unset;
559
- }
560
- .PrivateStaticDateTimePicker .action-buttons {
561
- border-top: 1px solid #efefef;
562
- padding: 10px;
563
- text-align: right;
564
- }
565
- .PrivateStaticDateTimePicker .action-buttons button {
566
- min-width: 0;
567
- color: inherit;
568
- }
569
- .PrivateStaticDateTimePicker .action-buttons button:not(:first-of-type) {
570
- margin-left: 5px;
571
- }
572
- .PrivateStaticDateTimePicker .action-buttons button.disabled {
573
- color: rgba(0, 0, 0, 0.5);
574
- }
575
- .PrivateStaticDateTimePicker .time {
576
- border-left: 2px solid #bfbfbf;
577
- }
578
- .PrivateStaticDateTimePicker .time .time-container {
579
- height: 100%;
580
- }
581
- .PrivateStaticDateTimePicker .time .time-container .time-title {
582
- text-align: center;
583
- padding: 22px 0;
584
- font-size: 15px;
585
- }
586
- .PrivateStaticDateTimePicker .time .time-container .time-select-wrap {
587
- flex: 1;
588
- border-top: 1px solid #efefef;
589
- }
590
- .PrivateStaticDateTimePicker.time .time .time-container .time-select-wrap > div > div:not(:first-of-type) {
591
- border-left: 1px solid #efefef;
592
- }
593
-
594
- .PrivateInputDatePicker.align-left .MuiInputBase-input {
595
- text-align: left;
596
- }
597
- .PrivateInputDatePicker.align-center .MuiInputBase-input {
598
- text-align: center;
599
- }
600
- .PrivateInputDatePicker.align-right .MuiInputBase-input {
601
- text-align: right;
602
- }
603
-
604
- .PrivateMonthSelect {
605
- position: absolute;
606
- left: 0;
607
- right: 0;
608
- top: 0;
609
- bottom: 0;
610
- background-color: white;
611
- }
612
- .PrivateMonthSelect button {
613
- font-size: 15px;
614
- font-weight: 400;
615
- border-radius: 18px;
616
- }
617
-
618
- .FormDateRangePickerTooltipPicker .MuiPickersCalendarHeader-root {
619
- display: none;
620
- }
621
- .FormDateRangePickerTooltipPicker .MuiDayPicker-header > span {
622
- margin: 0;
623
- }
624
- .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content {
625
- min-width: 292px;
626
- }
627
- .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content .MuiCalendarOrClockPicker-root > div {
628
- width: 292px;
629
- }
630
- .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content .MuiCalendarOrClockPicker-root > div .MuiCalendarPicker-root {
631
- width: 292px;
632
- }
633
- .FormDateRangePickerTooltipPicker .selected-bg {
634
- display: none;
635
- position: absolute;
636
- }
637
- .FormDateRangePickerTooltipPicker .selected-bg.sel {
638
- display: block;
639
- position: absolute;
640
- top: 0;
641
- bottom: 0;
642
- left: 0;
643
- right: 0;
644
- background-color: rgba(66, 165, 245, 0.6);
645
- }
646
- .FormDateRangePickerTooltipPicker .selected-bg.sel.ui-start, .FormDateRangePickerTooltipPicker .selected-bg.sel.s-start {
647
- border-top-left-radius: 50%;
648
- border-bottom-left-radius: 50%;
649
- }
650
- .FormDateRangePickerTooltipPicker .selected-bg.sel.ui-end, .FormDateRangePickerTooltipPicker .selected-bg.sel.s-end {
651
- border-top-right-radius: 50%;
652
- border-bottom-right-radius: 50%;
653
- }
654
- .FormDateRangePickerTooltipPicker .selected-bg.sel ~ .MuiPickersDay-root {
655
- border: 0;
656
- }
657
- .FormDateRangePickerTooltipPicker .selected-bg.sel ~ .MuiPickersDay-root:not(:hover):not(:active):not(.Mui-selected) {
658
- background-color: transparent;
659
- }
660
- .FormDateRangePickerTooltipPicker .focused-bg {
661
- display: none;
662
- position: absolute;
663
- }
664
- .FormDateRangePickerTooltipPicker .focused-bg.focused {
665
- display: block;
666
- position: absolute;
667
- top: 0;
668
- bottom: 0;
669
- left: 0;
670
- right: 0;
671
- border: 2px solid #efefef;
672
- border-left: 0;
673
- border-right: 0;
674
- }
675
- .FormDateRangePickerTooltipPicker .focused-bg.focused.ui-start, .FormDateRangePickerTooltipPicker .focused-bg.focused.f-start {
676
- border-left: 2px solid #efefef;
677
- border-top-left-radius: 50%;
678
- border-bottom-left-radius: 50%;
679
- }
680
- .FormDateRangePickerTooltipPicker .focused-bg.focused.ui-end, .FormDateRangePickerTooltipPicker .focused-bg.focused.f-end {
681
- border-right: 2px solid #efefef;
682
- border-top-right-radius: 50%;
683
- border-bottom-right-radius: 50%;
684
- }
685
- .FormDateRangePickerTooltipPicker .focused-bg.focused ~ .MuiPickersDay-root:not(:hover):not(:active):not(.Mui-selected) {
686
- background-color: transparent;
687
- }
688
-
689
- .PrivateYearSelect {
690
- position: absolute;
691
- left: 0;
692
- right: 0;
693
- top: 0;
694
- bottom: 0;
695
- background-color: white;
696
- }
697
- .PrivateYearSelect button {
698
- font-size: 14px;
699
- font-weight: 400;
700
- border-radius: 18px;
701
- }
702
-
703
- .PrivateTimeSelect {
704
- position: absolute;
705
- left: 0;
706
- right: 0;
707
- top: 0;
708
- bottom: 0;
709
- }
710
- .PrivateTimeSelect button {
711
- border-radius: 0;
712
- }
713
-
714
- .simplebar-track.simplebar-vertical {
715
- width: 8px !important;
716
- }
717
- .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
718
- opacity: 0.3 !important;
719
- }