@syncfusion/ej2-fabric-dark-theme 34.2.5 → 34.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/styles/base/base.css +7 -1
- package/styles/file-manager/_theme.scss +24 -31
- package/styles/file-manager/file-manager-lite.css +1 -4
- package/styles/file-manager/file-manager.css +1 -4
- package/styles/icons/fabric.css +7 -1
- package/styles/icons/fabric.scss +3 -1
- package/styles/input/_bigger.scss +18 -2
- package/styles/input/_layout.scss +19 -2
- package/styles/pdfviewer/_theme.scss +306 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +15 -0
- package/styles/pdfviewer/pdfviewer-lite.css +270 -0
- package/styles/pdfviewer/pdfviewer.css +270 -0
- package/styles/spreadsheet/_layout.scss +3 -0
- package/styles/spreadsheet/spreadsheet-lite.css +3 -0
- package/styles/spreadsheet/spreadsheet.css +3 -0
|
@@ -2088,7 +2088,15 @@
|
|
|
2088
2088
|
.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
|
|
2089
2089
|
.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
|
|
2090
2090
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
|
|
2091
|
-
|
|
2091
|
+
@if $input-skin-name == 'fluent2'{
|
|
2092
|
+
transform: translate3d(-8px, 6px, 0) scale(.86);
|
|
2093
|
+
}
|
|
2094
|
+
@else if $input-skin-name == 'tailwind3'{
|
|
2095
|
+
transform: translate3d(-10px, 6px, 0) scale(.86);
|
|
2096
|
+
}
|
|
2097
|
+
@else{
|
|
2098
|
+
transform: translate3d(0, 6px, 0) scale(.86);
|
|
2099
|
+
}
|
|
2092
2100
|
}
|
|
2093
2101
|
@else if $input-skin-name == 'fabric' or $input-skin-name == 'highcontrast' {
|
|
2094
2102
|
font-style: $input-font-normal;
|
|
@@ -2142,7 +2150,15 @@
|
|
|
2142
2150
|
.e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
|
|
2143
2151
|
.e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
|
|
2144
2152
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
|
|
2145
|
-
|
|
2153
|
+
@if $input-skin-name == 'fluent2'{
|
|
2154
|
+
transform: translate3d(-8px, 6px, 0) scale(.86);
|
|
2155
|
+
}
|
|
2156
|
+
@else if $input-skin-name == 'tailwind3'{
|
|
2157
|
+
transform: translate3d(-10px, 6px, 0) scale(.86);
|
|
2158
|
+
}
|
|
2159
|
+
@else{
|
|
2160
|
+
transform: translate3d(0, 6px, 0) scale(.86);
|
|
2161
|
+
}
|
|
2146
2162
|
}
|
|
2147
2163
|
@else if $input-skin-name == 'fabric' or $input-skin-name == 'highcontrast' {
|
|
2148
2164
|
font-style: $input-font-normal;
|
|
@@ -2432,7 +2432,16 @@
|
|
|
2432
2432
|
font-size: $float-label-font-size;
|
|
2433
2433
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
|
|
2434
2434
|
top: $textarea-float-top;
|
|
2435
|
-
|
|
2435
|
+
@if $input-skin-name == 'fluent2'{
|
|
2436
|
+
transform: translate3d(-8px, 6px, 0) scale(.92);
|
|
2437
|
+
}
|
|
2438
|
+
@else if $input-skin-name == 'tailwind3'{
|
|
2439
|
+
transform: translate3d(-10px, 6px, 0) scale(.92);
|
|
2440
|
+
}
|
|
2441
|
+
@else{
|
|
2442
|
+
transform: translate3d(0, 6px, 0) scale(.92);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2436
2445
|
@if $input-skin-name == 'tailwind3' {
|
|
2437
2446
|
left: 2px;
|
|
2438
2447
|
}
|
|
@@ -2859,7 +2868,15 @@
|
|
|
2859
2868
|
.e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
|
|
2860
2869
|
.e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
|
|
2861
2870
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
|
|
2862
|
-
|
|
2871
|
+
@if $input-skin-name == 'fluent2'{
|
|
2872
|
+
transform: translate3d(-8px, 6px, 0) scale(.86);
|
|
2873
|
+
}
|
|
2874
|
+
@else if $input-skin-name == 'tailwind3'{
|
|
2875
|
+
transform: translate3d(-10px, 6px, 0) scale(.86);
|
|
2876
|
+
}
|
|
2877
|
+
@else{
|
|
2878
|
+
transform: translate3d(0, 6px, 0) scale(.86);
|
|
2879
|
+
}
|
|
2863
2880
|
}
|
|
2864
2881
|
@else if $input-skin-name == 'fabric' or $input-skin-name == 'highcontrast' {
|
|
2865
2882
|
font-style: $input-font-normal;
|
|
@@ -9159,3 +9159,309 @@ $lg-desktop: 1399.98;
|
|
|
9159
9159
|
}
|
|
9160
9160
|
}
|
|
9161
9161
|
}
|
|
9162
|
+
|
|
9163
|
+
.e-pv-link-annotation-dialog .e-dlg-header-content {
|
|
9164
|
+
padding: 22px 24px 14px;
|
|
9165
|
+
}
|
|
9166
|
+
|
|
9167
|
+
.e-pv-link-annotation-dialog .e-dlg-content {
|
|
9168
|
+
padding: 20px 24px 0;
|
|
9169
|
+
}
|
|
9170
|
+
|
|
9171
|
+
/* Common Labels */
|
|
9172
|
+
.e-pv-link-dialog-label {
|
|
9173
|
+
display: block;
|
|
9174
|
+
margin-bottom: 4px;
|
|
9175
|
+
font-size: 14px;
|
|
9176
|
+
line-height: 20px;
|
|
9177
|
+
}
|
|
9178
|
+
|
|
9179
|
+
.e-pv-link-dialog-label,
|
|
9180
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
9181
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
9182
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
9183
|
+
.e-pv-link-dialog-field-label-mobile,
|
|
9184
|
+
.e-pv-link-dialog-section-title-mobile-mobile,
|
|
9185
|
+
.e-pv-mobile-view .e-pv-link-property-panel-mobile .e-pv-link-panel-title-container span.e-pv-annotation-tools-close-icon {
|
|
9186
|
+
color: $pv-redaction-panel-text-color;
|
|
9187
|
+
}
|
|
9188
|
+
|
|
9189
|
+
.e-pv-link-dialog-section-title {
|
|
9190
|
+
margin: 24px 0 12px;
|
|
9191
|
+
font-size: 14px;
|
|
9192
|
+
font-weight: 600;
|
|
9193
|
+
line-height: 20px;
|
|
9194
|
+
}
|
|
9195
|
+
|
|
9196
|
+
.e-pv-link-dialog-field-label {
|
|
9197
|
+
white-space: nowrap;
|
|
9198
|
+
}
|
|
9199
|
+
|
|
9200
|
+
/* Common Layout */
|
|
9201
|
+
.e-pv-link-dialog-common-props {
|
|
9202
|
+
margin-top: 20px;
|
|
9203
|
+
}
|
|
9204
|
+
|
|
9205
|
+
.e-pv-link-dialog-props-row,
|
|
9206
|
+
.e-pv-link-dialog-prop-group,
|
|
9207
|
+
.e-pv-link-dialog-radio-row,
|
|
9208
|
+
.e-pv-link-dialog-properties-row,
|
|
9209
|
+
.e-pv-link-dialog-position-row,
|
|
9210
|
+
.e-pv-link-dialog-position-row-mobile,
|
|
9211
|
+
.e-pv-link-dialog-field-group,
|
|
9212
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
9213
|
+
display: flex;
|
|
9214
|
+
}
|
|
9215
|
+
|
|
9216
|
+
.e-pv-link-dialog-props-row,
|
|
9217
|
+
.e-pv-link-dialog-prop-group {
|
|
9218
|
+
align-items: center;
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9221
|
+
.e-pv-link-dialog-props-row {
|
|
9222
|
+
gap: 20px;
|
|
9223
|
+
}
|
|
9224
|
+
|
|
9225
|
+
.e-pv-link-dialog-prop-group {
|
|
9226
|
+
gap: 16px;
|
|
9227
|
+
}
|
|
9228
|
+
|
|
9229
|
+
.e-pv-link-dialog-prop-group:last-child {
|
|
9230
|
+
flex: 1;
|
|
9231
|
+
}
|
|
9232
|
+
|
|
9233
|
+
.e-pv-link-dialog-prop-group .e-slider-container {
|
|
9234
|
+
flex: 1;
|
|
9235
|
+
min-width: 120px;
|
|
9236
|
+
}
|
|
9237
|
+
|
|
9238
|
+
.e-pv-link-dialog-radio-row {
|
|
9239
|
+
gap: 24px;
|
|
9240
|
+
margin-bottom: 16px;
|
|
9241
|
+
margin-top: 8px;
|
|
9242
|
+
}
|
|
9243
|
+
|
|
9244
|
+
.e-pv-link-dialog-properties-row {
|
|
9245
|
+
align-items: flex-start;
|
|
9246
|
+
gap: 32px;
|
|
9247
|
+
margin-top: 8px;
|
|
9248
|
+
}
|
|
9249
|
+
|
|
9250
|
+
/* Inputs */
|
|
9251
|
+
.e-pv-link-url-input,
|
|
9252
|
+
.e-pv-link-page-input {
|
|
9253
|
+
width: 100%;
|
|
9254
|
+
}
|
|
9255
|
+
|
|
9256
|
+
.e-pv-link-url-input,
|
|
9257
|
+
.e-pv-link-page-input,
|
|
9258
|
+
.e-pv-link-position-input {
|
|
9259
|
+
height: 32px;
|
|
9260
|
+
box-sizing: border-box;
|
|
9261
|
+
}
|
|
9262
|
+
|
|
9263
|
+
.e-pv-link-position-input {
|
|
9264
|
+
width: 120px;
|
|
9265
|
+
}
|
|
9266
|
+
|
|
9267
|
+
.e-pv-link-zoom-dropdown {
|
|
9268
|
+
width: 180px;
|
|
9269
|
+
}
|
|
9270
|
+
|
|
9271
|
+
/* Position & Zoom Sections */
|
|
9272
|
+
.e-pv-link-dialog-position-container,
|
|
9273
|
+
.e-pv-link-dialog-zoom-row {
|
|
9274
|
+
display: flex;
|
|
9275
|
+
flex-direction: column;
|
|
9276
|
+
gap: 4px;
|
|
9277
|
+
}
|
|
9278
|
+
|
|
9279
|
+
.e-pv-link-dialog-position-row,
|
|
9280
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
9281
|
+
gap: 16px;
|
|
9282
|
+
align-items: flex-end;
|
|
9283
|
+
}
|
|
9284
|
+
|
|
9285
|
+
.e-pv-link-dialog-field-group,
|
|
9286
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
9287
|
+
align-items: center;
|
|
9288
|
+
gap: 8px;
|
|
9289
|
+
}
|
|
9290
|
+
|
|
9291
|
+
/* Mobile Property Panel */
|
|
9292
|
+
.e-pv-link-property-panel-mobile {
|
|
9293
|
+
@if $skin-name == 'Material3' {
|
|
9294
|
+
background: $content-bg-color-alt2;
|
|
9295
|
+
}
|
|
9296
|
+
background-color: $pv-comment-panel-bg;
|
|
9297
|
+
border: $pv-sidebar-toolbar-border;
|
|
9298
|
+
border-width: $pv-border-1 $pv-border-1 $pv-border-0;
|
|
9299
|
+
opacity: 1;
|
|
9300
|
+
overflow: hidden;
|
|
9301
|
+
position: absolute;
|
|
9302
|
+
inset: 0;
|
|
9303
|
+
z-index: 100;
|
|
9304
|
+
width: 100%;
|
|
9305
|
+
height: 100%;
|
|
9306
|
+
display: grid;
|
|
9307
|
+
grid-template-areas: 'header header' 'content content' 'footer footer';
|
|
9308
|
+
grid-template-rows: 5% 85% 10%;
|
|
9309
|
+
}
|
|
9310
|
+
|
|
9311
|
+
/* Shared Panel/Header/Footer Styles */
|
|
9312
|
+
.e-pv-link-panel-title-container,
|
|
9313
|
+
.e-pv-link-footer {
|
|
9314
|
+
@if $skin-name == 'Material3' {
|
|
9315
|
+
background: $content-bg-color-alt2;
|
|
9316
|
+
border-style: solid;
|
|
9317
|
+
border-width: $pv-border-0 $pv-border-0 $pv-border-1 $pv-border-1;
|
|
9318
|
+
}
|
|
9319
|
+
@else {
|
|
9320
|
+
background-color: $pv-comment-panel-bg;
|
|
9321
|
+
border-style: double;
|
|
9322
|
+
border-width: $pv-border-0 $pv-border-1 $pv-border-1 $pv-border-0;
|
|
9323
|
+
}
|
|
9324
|
+
position: relative;
|
|
9325
|
+
border-color: $pv-comment-panel-border-color;
|
|
9326
|
+
}
|
|
9327
|
+
|
|
9328
|
+
.e-pv-link-panel-title-container {
|
|
9329
|
+
padding-left: 15px;
|
|
9330
|
+
grid-area: header;
|
|
9331
|
+
}
|
|
9332
|
+
|
|
9333
|
+
.e-pv-link-panel-title {
|
|
9334
|
+
position: absolute;
|
|
9335
|
+
left: 15px;
|
|
9336
|
+
top: 11px;
|
|
9337
|
+
text-align: left;
|
|
9338
|
+
color: $pv-comment-font-color;
|
|
9339
|
+
font-size: 16px;
|
|
9340
|
+
font-weight: 600;
|
|
9341
|
+
}
|
|
9342
|
+
|
|
9343
|
+
.e-pv-link-content-container {
|
|
9344
|
+
position: relative;
|
|
9345
|
+
grid-area: content;
|
|
9346
|
+
background-color: $pv-comments-content-container-bg;
|
|
9347
|
+
@if $skin-name == 'Material3' {
|
|
9348
|
+
background: $content-bg-color-alt2;
|
|
9349
|
+
}
|
|
9350
|
+
}
|
|
9351
|
+
|
|
9352
|
+
.e-pv-link-footer {
|
|
9353
|
+
grid-area: footer;
|
|
9354
|
+
border-style: double;
|
|
9355
|
+
border-width: 1px 0 0;
|
|
9356
|
+
height: 100%;
|
|
9357
|
+
display: flex;
|
|
9358
|
+
justify-content: flex-end;
|
|
9359
|
+
align-items: center;
|
|
9360
|
+
gap: 8px;
|
|
9361
|
+
padding: 17px 12px;
|
|
9362
|
+
}
|
|
9363
|
+
|
|
9364
|
+
.e-pv-link-footer button {
|
|
9365
|
+
flex: 1;
|
|
9366
|
+
height: 100%;
|
|
9367
|
+
}
|
|
9368
|
+
|
|
9369
|
+
/* Mobile Content */
|
|
9370
|
+
.e-pv-link-dialog-radio-row-mobile {
|
|
9371
|
+
padding: 16px 16px 0;
|
|
9372
|
+
display: flex;
|
|
9373
|
+
gap: 24px;
|
|
9374
|
+
}
|
|
9375
|
+
|
|
9376
|
+
.e-pv-link-dialog-content-area-mobile {
|
|
9377
|
+
padding: 16px;
|
|
9378
|
+
box-sizing: border-box;
|
|
9379
|
+
}
|
|
9380
|
+
|
|
9381
|
+
.e-pv-link-dialog-common-props-mobile,
|
|
9382
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
9383
|
+
width: 100%;
|
|
9384
|
+
padding-top: 16px;
|
|
9385
|
+
}
|
|
9386
|
+
|
|
9387
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
9388
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
9389
|
+
font-size: 16px;
|
|
9390
|
+
font-weight: 600;
|
|
9391
|
+
}
|
|
9392
|
+
|
|
9393
|
+
.e-pv-link-dialog-props-row-mobile {
|
|
9394
|
+
display: flex;
|
|
9395
|
+
align-items: flex-start;
|
|
9396
|
+
justify-content: space-between;
|
|
9397
|
+
gap: 20px;
|
|
9398
|
+
width: 100%;
|
|
9399
|
+
padding-top: 16px;
|
|
9400
|
+
}
|
|
9401
|
+
|
|
9402
|
+
.e-pv-link-dialog-prop-group-mobile {
|
|
9403
|
+
display: flex;
|
|
9404
|
+
flex-direction: column;
|
|
9405
|
+
}
|
|
9406
|
+
|
|
9407
|
+
.e-pv-link-dialog-prop-group-mobile:first-child {
|
|
9408
|
+
width: 90px;
|
|
9409
|
+
flex-shrink: 0;
|
|
9410
|
+
}
|
|
9411
|
+
|
|
9412
|
+
.e-pv-link-dialog-prop-group-mobile:last-child {
|
|
9413
|
+
flex: 1;
|
|
9414
|
+
min-width: 0;
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9417
|
+
/* Mobile Labels */
|
|
9418
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
9419
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
9420
|
+
.e-pv-link-dialog-field-label-mobile {
|
|
9421
|
+
white-space: nowrap;
|
|
9422
|
+
font-size: 16px;
|
|
9423
|
+
font-weight: normal;
|
|
9424
|
+
}
|
|
9425
|
+
|
|
9426
|
+
.e-pv-link-stroke-field-label-mobile {
|
|
9427
|
+
margin-bottom: 15px;
|
|
9428
|
+
}
|
|
9429
|
+
|
|
9430
|
+
.e-pv-link-thickness-field-label-mobile {
|
|
9431
|
+
margin-bottom: 8px;
|
|
9432
|
+
}
|
|
9433
|
+
|
|
9434
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
9435
|
+
margin-top: 5px;
|
|
9436
|
+
}
|
|
9437
|
+
|
|
9438
|
+
.e-pv-link-dialog-content-area-mobile .e-pv-link-dialog-label {
|
|
9439
|
+
font-size: 16px;
|
|
9440
|
+
font-weight: normal;
|
|
9441
|
+
}
|
|
9442
|
+
|
|
9443
|
+
.e-pv-link-dialog-position-container-mobile {
|
|
9444
|
+
padding: 16px 0;
|
|
9445
|
+
}
|
|
9446
|
+
|
|
9447
|
+
.e-pv-link-dialog-wrapper-mobile .e-radio-wrapper .e-label,
|
|
9448
|
+
.e-pv-link-dialog-wrapper-mobile .e-wrapper .e-label {
|
|
9449
|
+
display: flex;
|
|
9450
|
+
@if ($skin-name != 'FluentUI' and $skin-name != 'FluentUI-dark' and $skin-name != 'highcontrast' and $skin-name != 'fabric' and $skin-name != 'fabric-dark' and $skin-name != 'bootstrap' and $skin-name != 'bootstrap-dark')
|
|
9451
|
+
{
|
|
9452
|
+
line-height: 1;
|
|
9453
|
+
}
|
|
9454
|
+
font-size: 16px;
|
|
9455
|
+
font-weight: normal;
|
|
9456
|
+
}
|
|
9457
|
+
|
|
9458
|
+
.e-pv-link-dialog-radio-row-mobile .e-radio-wrapper.e-wrapper {
|
|
9459
|
+
@if ($skin-name != 'fluent2' and $skin-name != 'fluent2-dark')
|
|
9460
|
+
{
|
|
9461
|
+
margin-right: 10px;
|
|
9462
|
+
}
|
|
9463
|
+
}
|
|
9464
|
+
|
|
9465
|
+
.e-pv-link-dialog-prop-group-mobile .e-pv-link-thickness-slider {
|
|
9466
|
+
width: 100%;
|
|
9467
|
+
}
|
|
@@ -446,6 +446,21 @@
|
|
|
446
446
|
font-family: 'e-icons';
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
+
.e-pv-link-icon::before {
|
|
450
|
+
content: '\e290';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-pv-edit-icon::before {
|
|
455
|
+
content: '\e97c';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-pv-select-icon::before {
|
|
460
|
+
content: '\ebf6';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
449
464
|
.e-pv-annotation-textalign-icon::before {
|
|
450
465
|
content: '\ebeb';
|
|
451
466
|
font-family: 'e-icons';
|
|
@@ -350,6 +350,18 @@
|
|
|
350
350
|
content: "\ebe7";
|
|
351
351
|
font-family: "e-icons";
|
|
352
352
|
}
|
|
353
|
+
.e-pv-link-icon::before {
|
|
354
|
+
content: "\e290";
|
|
355
|
+
font-family: "e-icons";
|
|
356
|
+
}
|
|
357
|
+
.e-pv-edit-icon::before {
|
|
358
|
+
content: "\e97c";
|
|
359
|
+
font-family: "e-icons";
|
|
360
|
+
}
|
|
361
|
+
.e-pv-select-icon::before {
|
|
362
|
+
content: "\ebf6";
|
|
363
|
+
font-family: "e-icons";
|
|
364
|
+
}
|
|
353
365
|
.e-pv-annotation-textalign-icon::before {
|
|
354
366
|
content: "\ebeb";
|
|
355
367
|
font-family: "e-icons";
|
|
@@ -5169,4 +5181,262 @@ span.e-pv-redaction-opactity-value {
|
|
|
5169
5181
|
.e-pv-eraser-template-container .e-split-btn-wrapper .e-dropdown-btn,
|
|
5170
5182
|
.e-pv-mobile-annotation-toolbar .e-split-btn-wrapper .e-pv-annotation-eraser-container.e-btn {
|
|
5171
5183
|
width: 32px;
|
|
5184
|
+
}
|
|
5185
|
+
.e-pv-link-annotation-dialog .e-dlg-header-content {
|
|
5186
|
+
padding: 22px 24px 14px;
|
|
5187
|
+
}
|
|
5188
|
+
.e-pv-link-annotation-dialog .e-dlg-content {
|
|
5189
|
+
padding: 20px 24px 0;
|
|
5190
|
+
}
|
|
5191
|
+
.e-pv-link-dialog-label {
|
|
5192
|
+
display: block;
|
|
5193
|
+
margin-bottom: 4px;
|
|
5194
|
+
font-size: 14px;
|
|
5195
|
+
line-height: 20px;
|
|
5196
|
+
}
|
|
5197
|
+
.e-pv-link-dialog-label,
|
|
5198
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
5199
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
5200
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
5201
|
+
.e-pv-link-dialog-field-label-mobile,
|
|
5202
|
+
.e-pv-link-dialog-section-title-mobile-mobile,
|
|
5203
|
+
.e-pv-mobile-view .e-pv-link-property-panel-mobile .e-pv-link-panel-title-container span.e-pv-annotation-tools-close-icon {
|
|
5204
|
+
color: #dadada;
|
|
5205
|
+
}
|
|
5206
|
+
.e-pv-link-dialog-section-title {
|
|
5207
|
+
margin: 24px 0 12px;
|
|
5208
|
+
font-size: 14px;
|
|
5209
|
+
font-weight: 600;
|
|
5210
|
+
line-height: 20px;
|
|
5211
|
+
}
|
|
5212
|
+
.e-pv-link-dialog-field-label {
|
|
5213
|
+
white-space: nowrap;
|
|
5214
|
+
}
|
|
5215
|
+
.e-pv-link-dialog-common-props {
|
|
5216
|
+
margin-top: 20px;
|
|
5217
|
+
}
|
|
5218
|
+
.e-pv-link-dialog-props-row,
|
|
5219
|
+
.e-pv-link-dialog-prop-group,
|
|
5220
|
+
.e-pv-link-dialog-radio-row,
|
|
5221
|
+
.e-pv-link-dialog-properties-row,
|
|
5222
|
+
.e-pv-link-dialog-position-row,
|
|
5223
|
+
.e-pv-link-dialog-position-row-mobile,
|
|
5224
|
+
.e-pv-link-dialog-field-group,
|
|
5225
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
5226
|
+
display: -ms-flexbox;
|
|
5227
|
+
display: flex;
|
|
5228
|
+
}
|
|
5229
|
+
.e-pv-link-dialog-props-row,
|
|
5230
|
+
.e-pv-link-dialog-prop-group {
|
|
5231
|
+
-ms-flex-align: center;
|
|
5232
|
+
align-items: center;
|
|
5233
|
+
}
|
|
5234
|
+
.e-pv-link-dialog-props-row {
|
|
5235
|
+
gap: 20px;
|
|
5236
|
+
}
|
|
5237
|
+
.e-pv-link-dialog-prop-group {
|
|
5238
|
+
gap: 16px;
|
|
5239
|
+
}
|
|
5240
|
+
.e-pv-link-dialog-prop-group:last-child {
|
|
5241
|
+
-ms-flex: 1;
|
|
5242
|
+
flex: 1;
|
|
5243
|
+
}
|
|
5244
|
+
.e-pv-link-dialog-prop-group .e-slider-container {
|
|
5245
|
+
-ms-flex: 1;
|
|
5246
|
+
flex: 1;
|
|
5247
|
+
min-width: 120px;
|
|
5248
|
+
}
|
|
5249
|
+
.e-pv-link-dialog-radio-row {
|
|
5250
|
+
gap: 24px;
|
|
5251
|
+
margin-bottom: 16px;
|
|
5252
|
+
margin-top: 8px;
|
|
5253
|
+
}
|
|
5254
|
+
.e-pv-link-dialog-properties-row {
|
|
5255
|
+
-ms-flex-align: start;
|
|
5256
|
+
align-items: flex-start;
|
|
5257
|
+
gap: 32px;
|
|
5258
|
+
margin-top: 8px;
|
|
5259
|
+
}
|
|
5260
|
+
.e-pv-link-url-input,
|
|
5261
|
+
.e-pv-link-page-input {
|
|
5262
|
+
width: 100%;
|
|
5263
|
+
}
|
|
5264
|
+
.e-pv-link-url-input,
|
|
5265
|
+
.e-pv-link-page-input,
|
|
5266
|
+
.e-pv-link-position-input {
|
|
5267
|
+
height: 32px;
|
|
5268
|
+
box-sizing: border-box;
|
|
5269
|
+
}
|
|
5270
|
+
.e-pv-link-position-input {
|
|
5271
|
+
width: 120px;
|
|
5272
|
+
}
|
|
5273
|
+
.e-pv-link-zoom-dropdown {
|
|
5274
|
+
width: 180px;
|
|
5275
|
+
}
|
|
5276
|
+
/* Position & Zoom Sections */
|
|
5277
|
+
.e-pv-link-dialog-position-container,
|
|
5278
|
+
.e-pv-link-dialog-zoom-row {
|
|
5279
|
+
display: -ms-flexbox;
|
|
5280
|
+
display: flex;
|
|
5281
|
+
-ms-flex-direction: column;
|
|
5282
|
+
flex-direction: column;
|
|
5283
|
+
gap: 4px;
|
|
5284
|
+
}
|
|
5285
|
+
.e-pv-link-dialog-position-row,
|
|
5286
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
5287
|
+
gap: 16px;
|
|
5288
|
+
-ms-flex-align: end;
|
|
5289
|
+
align-items: flex-end;
|
|
5290
|
+
}
|
|
5291
|
+
.e-pv-link-dialog-field-group,
|
|
5292
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
5293
|
+
-ms-flex-align: center;
|
|
5294
|
+
align-items: center;
|
|
5295
|
+
gap: 8px;
|
|
5296
|
+
}
|
|
5297
|
+
.e-pv-link-property-panel-mobile {
|
|
5298
|
+
background-color: #333232;
|
|
5299
|
+
border: 1px solid #6f6c6c;
|
|
5300
|
+
border-width: 1px 1px 0;
|
|
5301
|
+
opacity: 1;
|
|
5302
|
+
overflow: hidden;
|
|
5303
|
+
position: absolute;
|
|
5304
|
+
inset: 0;
|
|
5305
|
+
z-index: 100;
|
|
5306
|
+
width: 100%;
|
|
5307
|
+
height: 100%;
|
|
5308
|
+
display: -ms-grid;
|
|
5309
|
+
display: grid;
|
|
5310
|
+
grid-template-areas: "header header" "content content" "footer footer";
|
|
5311
|
+
-ms-grid-rows: 5% 85% 10%;
|
|
5312
|
+
grid-template-rows: 5% 85% 10%;
|
|
5313
|
+
}
|
|
5314
|
+
/* Shared Panel/Header/Footer Styles */
|
|
5315
|
+
.e-pv-link-panel-title-container,
|
|
5316
|
+
.e-pv-link-footer {
|
|
5317
|
+
background-color: #333232;
|
|
5318
|
+
border-style: double;
|
|
5319
|
+
border-width: 0 1px 1px 0;
|
|
5320
|
+
position: relative;
|
|
5321
|
+
border-color: #6f6c6c;
|
|
5322
|
+
}
|
|
5323
|
+
.e-pv-link-panel-title-container {
|
|
5324
|
+
padding-left: 15px;
|
|
5325
|
+
grid-area: header;
|
|
5326
|
+
}
|
|
5327
|
+
.e-pv-link-panel-title {
|
|
5328
|
+
position: absolute;
|
|
5329
|
+
left: 15px;
|
|
5330
|
+
top: 11px;
|
|
5331
|
+
text-align: left;
|
|
5332
|
+
color: rgba(218, 218, 218, 0.9);
|
|
5333
|
+
font-size: 16px;
|
|
5334
|
+
font-weight: 600;
|
|
5335
|
+
}
|
|
5336
|
+
.e-pv-link-content-container {
|
|
5337
|
+
position: relative;
|
|
5338
|
+
grid-area: content;
|
|
5339
|
+
background-color: #333232;
|
|
5340
|
+
}
|
|
5341
|
+
.e-pv-link-footer {
|
|
5342
|
+
grid-area: footer;
|
|
5343
|
+
border-style: double;
|
|
5344
|
+
border-width: 1px 0 0;
|
|
5345
|
+
height: 100%;
|
|
5346
|
+
display: -ms-flexbox;
|
|
5347
|
+
display: flex;
|
|
5348
|
+
-ms-flex-pack: end;
|
|
5349
|
+
justify-content: flex-end;
|
|
5350
|
+
-ms-flex-align: center;
|
|
5351
|
+
align-items: center;
|
|
5352
|
+
gap: 8px;
|
|
5353
|
+
padding: 17px 12px;
|
|
5354
|
+
}
|
|
5355
|
+
.e-pv-link-footer button {
|
|
5356
|
+
-ms-flex: 1;
|
|
5357
|
+
flex: 1;
|
|
5358
|
+
height: 100%;
|
|
5359
|
+
}
|
|
5360
|
+
.e-pv-link-dialog-radio-row-mobile {
|
|
5361
|
+
padding: 16px 16px 0;
|
|
5362
|
+
display: -ms-flexbox;
|
|
5363
|
+
display: flex;
|
|
5364
|
+
gap: 24px;
|
|
5365
|
+
}
|
|
5366
|
+
.e-pv-link-dialog-content-area-mobile {
|
|
5367
|
+
padding: 16px;
|
|
5368
|
+
box-sizing: border-box;
|
|
5369
|
+
}
|
|
5370
|
+
.e-pv-link-dialog-common-props-mobile,
|
|
5371
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
5372
|
+
width: 100%;
|
|
5373
|
+
padding-top: 16px;
|
|
5374
|
+
}
|
|
5375
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
5376
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
5377
|
+
font-size: 16px;
|
|
5378
|
+
font-weight: 600;
|
|
5379
|
+
}
|
|
5380
|
+
.e-pv-link-dialog-props-row-mobile {
|
|
5381
|
+
display: -ms-flexbox;
|
|
5382
|
+
display: flex;
|
|
5383
|
+
-ms-flex-align: start;
|
|
5384
|
+
align-items: flex-start;
|
|
5385
|
+
-ms-flex-pack: justify;
|
|
5386
|
+
justify-content: space-between;
|
|
5387
|
+
gap: 20px;
|
|
5388
|
+
width: 100%;
|
|
5389
|
+
padding-top: 16px;
|
|
5390
|
+
}
|
|
5391
|
+
.e-pv-link-dialog-prop-group-mobile {
|
|
5392
|
+
display: -ms-flexbox;
|
|
5393
|
+
display: flex;
|
|
5394
|
+
-ms-flex-direction: column;
|
|
5395
|
+
flex-direction: column;
|
|
5396
|
+
}
|
|
5397
|
+
.e-pv-link-dialog-prop-group-mobile:first-child {
|
|
5398
|
+
width: 90px;
|
|
5399
|
+
-ms-flex-negative: 0;
|
|
5400
|
+
flex-shrink: 0;
|
|
5401
|
+
}
|
|
5402
|
+
.e-pv-link-dialog-prop-group-mobile:last-child {
|
|
5403
|
+
-ms-flex: 1;
|
|
5404
|
+
flex: 1;
|
|
5405
|
+
min-width: 0;
|
|
5406
|
+
}
|
|
5407
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
5408
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
5409
|
+
.e-pv-link-dialog-field-label-mobile {
|
|
5410
|
+
white-space: nowrap;
|
|
5411
|
+
font-size: 16px;
|
|
5412
|
+
font-weight: normal;
|
|
5413
|
+
}
|
|
5414
|
+
.e-pv-link-stroke-field-label-mobile {
|
|
5415
|
+
margin-bottom: 15px;
|
|
5416
|
+
}
|
|
5417
|
+
.e-pv-link-thickness-field-label-mobile {
|
|
5418
|
+
margin-bottom: 8px;
|
|
5419
|
+
}
|
|
5420
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
5421
|
+
margin-top: 5px;
|
|
5422
|
+
}
|
|
5423
|
+
.e-pv-link-dialog-content-area-mobile .e-pv-link-dialog-label {
|
|
5424
|
+
font-size: 16px;
|
|
5425
|
+
font-weight: normal;
|
|
5426
|
+
}
|
|
5427
|
+
.e-pv-link-dialog-position-container-mobile {
|
|
5428
|
+
padding: 16px 0;
|
|
5429
|
+
}
|
|
5430
|
+
.e-pv-link-dialog-wrapper-mobile .e-radio-wrapper .e-label,
|
|
5431
|
+
.e-pv-link-dialog-wrapper-mobile .e-wrapper .e-label {
|
|
5432
|
+
display: -ms-flexbox;
|
|
5433
|
+
display: flex;
|
|
5434
|
+
font-size: 16px;
|
|
5435
|
+
font-weight: normal;
|
|
5436
|
+
}
|
|
5437
|
+
.e-pv-link-dialog-radio-row-mobile .e-radio-wrapper.e-wrapper {
|
|
5438
|
+
margin-right: 10px;
|
|
5439
|
+
}
|
|
5440
|
+
.e-pv-link-dialog-prop-group-mobile .e-pv-link-thickness-slider {
|
|
5441
|
+
width: 100%;
|
|
5172
5442
|
}
|