6
6
.react-datepicker__input-container {
7
7
position : initial !important ;
8
8
}
9
+
9
10
.select-none-cls {
10
11
-webkit-user-select : none;
11
12
/* Disable text selection in WebKit browsers */
12
13
-moz-user-select : none;
13
14
user-select : none;
14
15
}
16
+
15
17
.widgets {
16
18
-webkit-user-select : none;
17
19
/* Disable text selection in WebKit browsers */
18
20
-moz-user-select : none;
19
21
user-select : none;
20
22
}
23
+
21
24
.radioButton {
22
25
width : 100% ;
23
26
height : 100% ;
33
36
width : 440px ;
34
37
height : 167px ;
35
38
}
39
+
36
40
.tabWidth {
37
41
border : 1px solid # f3f4f6 ;
38
42
background-color : # f3f4f6 ;
39
43
width : 440px ;
40
44
}
41
45
46
+ .mysignatureCanvas {
47
+ width : 456px ;
48
+ height : 180px ;
49
+ }
50
+
42
51
[data-theme = "opensigndark" ] .tabWidth {
43
52
border : 1px solid # 1f2937 !important ;
44
53
background-color : # 1f2937 !important ;
48
57
width : 150px ;
49
58
height : 150px ;
50
59
}
60
+
51
61
.checked-radio ::after {
52
62
content : "" ;
53
63
position : absolute;
56
66
width : 50% ;
57
67
height : 50% ;
58
68
border-radius : 9999px ;
59
- background-color : # 111111 ; /* blue-500 */
69
+ background-color : # 111111 ;
70
+ /* blue-500 */
60
71
}
61
72
62
73
.intialSignature {
63
74
border : 2px solid # 888 ;
64
75
background-color : rgb (255 , 255 , 255 );
65
- width : 183 px ;
66
- height : 183 px ;
76
+ width : 180 px ;
77
+ height : 180 px ;
67
78
}
68
79
69
80
/* Dark mode support for initials box in /managesign */
100
111
border-color : # 4b5563 !important ;
101
112
}
102
113
114
+ /* Also support signature canvas for consistency */
115
+ [data-theme = "opensigndark" ] .mysignatureCanvas {
116
+ background-color : # 1f2937 !important ;
117
+ border-color : # 4b5563 !important ;
118
+ }
119
+
103
120
.penContainerDefault {
104
121
width : 460px ;
105
122
}
115
132
.ScrollbarsCustom-TrackY {
116
133
width : 4px !important ;
117
134
}
135
+
118
136
.ScrollbarsCustom-TrackX {
119
137
height : 4px !important ;
120
138
}
143
161
overflow : hidden !important ;
144
162
text-overflow : ellipsis;
145
163
}
164
+
146
165
.disabled {
147
166
opacity : 0.5 ;
148
167
/* Example: reduce opacity to visually indicate disabled state */
@@ -431,7 +450,7 @@ option {
431
450
to prevent sudden quick movement (as the
432
451
navigation bar gets a new position at the top of the
433
452
page (position:fixed and top:0) */
434
- .stickyHead + .content {
453
+ .stickyHead + .content {
435
454
padding-top : 60px ;
436
455
}
437
456
}
@@ -441,6 +460,12 @@ option {
441
460
width : 300px ;
442
461
height : 120px ;
443
462
}
463
+
464
+ .mysignatureCanvas {
465
+ width : 300px ;
466
+ height : 118px ;
467
+ }
468
+
444
469
.tabWidth {
445
470
width : 300px ;
446
471
}
@@ -462,11 +487,18 @@ option {
462
487
.scroll-hide ::-webkit-scrollbar {
463
488
display : none;
464
489
}
490
+
465
491
@media screen and (max-width : 350px ) and (min-width : 311px ) {
466
492
.signatureCanvas {
467
493
width : 280px ;
468
494
height : 112px ;
469
495
}
496
+
497
+ .mysignatureCanvas {
498
+ width : 280px ;
499
+ height : 111px ;
500
+ }
501
+
470
502
.tabWidth {
471
503
width : 280px ;
472
504
}
@@ -491,6 +523,12 @@ option {
491
523
width : 230px ;
492
524
height : 92px ;
493
525
}
526
+
527
+ .mysignatureCanvas {
528
+ width : 230px ;
529
+ height : 91px ;
530
+ }
531
+
494
532
.tabWidth {
495
533
width : 230px ;
496
534
}
@@ -507,4 +545,4 @@ option {
507
545
.uploadImgLogo {
508
546
font-size : 20px ;
509
547
}
510
- }
548
+ }
0 commit comments