@syncfusion/ej2-inplace-editor 28.2.3 → 29.1.33
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/README.md +2 -2
- package/dist/ej2-inplace-editor.min.js +1 -1
- package/dist/ej2-inplace-editor.umd.min.js +1 -1
- package/dist/global/ej2-inplace-editor.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/styles/bootstrap5-dark-lite.css +5 -5
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.3.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/fluent2.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/inplace-editor/_bootstrap4-definition.scss +5 -3
- package/styles/inplace-editor/_bootstrap5-definition.scss +2 -2
- package/styles/inplace-editor/_bootstrap5.3-definition.scss +2 -2
- package/styles/inplace-editor/_fluent-definition.scss +2 -2
- package/styles/inplace-editor/_fluent2-definition.scss +2 -2
- package/styles/inplace-editor/_highcontrast-definition.scss +2 -2
- package/styles/inplace-editor/_tailwind3-definition.scss +2 -2
- package/styles/inplace-editor/_theme.scss +8 -6
- package/styles/inplace-editor/bootstrap5-dark.css +9 -9
- package/styles/inplace-editor/bootstrap5.3.css +4 -4
- package/styles/inplace-editor/bootstrap5.css +4 -4
- package/styles/inplace-editor/fluent-dark.css +4 -4
- package/styles/inplace-editor/fluent.css +4 -4
- package/styles/inplace-editor/fluent2.css +4 -4
- package/styles/inplace-editor/highcontrast.css +4 -4
- package/styles/inplace-editor/tailwind3.css +4 -4
- package/styles/tailwind3.css +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
5
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
6
6
|
|
|
7
7
|
> A free [community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
8
8
|
|
|
@@ -44,7 +44,7 @@ In-place Editor component is also offered in following list of frameworks.
|
|
|
44
44
|
|
|
45
45
|
Product support is available for through following mediums.
|
|
46
46
|
|
|
47
|
-
* Creating incident in Syncfusion
|
|
47
|
+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=grid) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=grid).
|
|
48
48
|
* New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
|
|
49
49
|
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
|
|
50
50
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-inplace-editor.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-inplace-editor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-inplace-editor.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-inplace-editor@21.3.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-bd/779f6WwnBq13ouNi3oCodRo6FwHIOnU5Ai8VIjZWTy4L+KOPaSoFxjWttd4g8QXAG0e4dmlnl3g2bU8nQlw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"/@syncfusion/ej2-react-inplace-editor",
|
|
25
25
|
"/@syncfusion/ej2-vue-inplace-editor"
|
|
26
26
|
],
|
|
27
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-21.3.7.tgz",
|
|
28
|
+
"_shasum": "c259f4be48131673f24d22ad1e926d8941550587",
|
|
29
29
|
"_spec": "@syncfusion/ej2-inplace-editor@*",
|
|
30
|
-
"_where": "/jenkins/workspace/elease-
|
|
30
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
31
31
|
"author": {
|
|
32
32
|
"name": "Syncfusion Inc."
|
|
33
33
|
},
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~
|
|
40
|
-
"@syncfusion/ej2-buttons": "~
|
|
41
|
-
"@syncfusion/ej2-calendars": "~
|
|
42
|
-
"@syncfusion/ej2-data": "~
|
|
43
|
-
"@syncfusion/ej2-dropdowns": "~
|
|
44
|
-
"@syncfusion/ej2-inputs": "~
|
|
45
|
-
"@syncfusion/ej2-lists": "~
|
|
46
|
-
"@syncfusion/ej2-navigations": "~
|
|
47
|
-
"@syncfusion/ej2-notifications": "~
|
|
48
|
-
"@syncfusion/ej2-popups": "~
|
|
49
|
-
"@syncfusion/ej2-richtexteditor": "~
|
|
50
|
-
"@syncfusion/ej2-splitbuttons": "~
|
|
39
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
40
|
+
"@syncfusion/ej2-buttons": "~29.1.33",
|
|
41
|
+
"@syncfusion/ej2-calendars": "~29.1.33",
|
|
42
|
+
"@syncfusion/ej2-data": "~29.1.33",
|
|
43
|
+
"@syncfusion/ej2-dropdowns": "~29.1.33",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~29.1.33",
|
|
45
|
+
"@syncfusion/ej2-lists": "~29.1.33",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~29.1.33",
|
|
47
|
+
"@syncfusion/ej2-notifications": "~29.1.33",
|
|
48
|
+
"@syncfusion/ej2-popups": "~29.1.33",
|
|
49
|
+
"@syncfusion/ej2-richtexteditor": "~29.1.33",
|
|
50
|
+
"@syncfusion/ej2-splitbuttons": "~29.1.33"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
71
71
|
},
|
|
72
72
|
"typings": "index.d.ts",
|
|
73
|
-
"version": "
|
|
73
|
+
"version": "29.1.33",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -656,19 +656,19 @@
|
|
|
656
656
|
color: #fff;
|
|
657
657
|
}
|
|
658
658
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
659
|
-
color: #
|
|
659
|
+
color: #1a1d21;
|
|
660
660
|
}
|
|
661
661
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
|
|
662
|
-
border-bottom-color: #
|
|
662
|
+
border-bottom-color: #1a1d21;
|
|
663
663
|
}
|
|
664
664
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
|
|
665
|
-
border-top-color: #
|
|
665
|
+
border-top-color: #1a1d21;
|
|
666
666
|
}
|
|
667
667
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
|
|
668
668
|
border: 1px solid #6c757d;
|
|
669
669
|
}
|
|
670
670
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
671
|
-
background: #
|
|
671
|
+
background: #1a1d21;
|
|
672
672
|
border-bottom: 0;
|
|
673
673
|
color: #fff;
|
|
674
674
|
}
|
|
@@ -676,5 +676,5 @@
|
|
|
676
676
|
border-bottom-color: #6c757d;
|
|
677
677
|
}
|
|
678
678
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
|
|
679
|
-
color: #
|
|
679
|
+
color: #1a1d21;
|
|
680
680
|
}
|
|
@@ -656,19 +656,19 @@
|
|
|
656
656
|
color: #fff;
|
|
657
657
|
}
|
|
658
658
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
659
|
-
color: #
|
|
659
|
+
color: #1a1d21;
|
|
660
660
|
}
|
|
661
661
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
|
|
662
|
-
border-bottom-color: #
|
|
662
|
+
border-bottom-color: #1a1d21;
|
|
663
663
|
}
|
|
664
664
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
|
|
665
|
-
border-top-color: #
|
|
665
|
+
border-top-color: #1a1d21;
|
|
666
666
|
}
|
|
667
667
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
|
|
668
668
|
border: 1px solid #6c757d;
|
|
669
669
|
}
|
|
670
670
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
671
|
-
background: #
|
|
671
|
+
background: #1a1d21;
|
|
672
672
|
border-bottom: 0;
|
|
673
673
|
color: #fff;
|
|
674
674
|
}
|
|
@@ -676,17 +676,17 @@
|
|
|
676
676
|
border-bottom-color: #6c757d;
|
|
677
677
|
}
|
|
678
678
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
|
|
679
|
-
color: #
|
|
679
|
+
color: #1a1d21;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
683
683
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
684
|
-
padding: 7px
|
|
684
|
+
padding: 7px 48px 7px 12px;
|
|
685
685
|
}
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
688
688
|
font-size: 16px;
|
|
689
|
-
margin: 0
|
|
689
|
+
margin: 0;
|
|
690
690
|
}
|
|
691
691
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
692
692
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
}
|
|
704
704
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
705
705
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
706
|
-
padding: 7px
|
|
706
|
+
padding: 7px 48px 7px 12px;
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
710
710
|
font-size: 16px;
|
|
711
|
-
margin: 0
|
|
711
|
+
margin: 0;
|
|
712
712
|
}
|
|
713
713
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
714
714
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -685,12 +685,12 @@
|
|
|
685
685
|
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
688
|
-
padding: 7px
|
|
688
|
+
padding: 7px 48px 7px 12px;
|
|
689
689
|
}
|
|
690
690
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
691
691
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
692
692
|
font-size: 16px;
|
|
693
|
-
margin: 0
|
|
693
|
+
margin: 0;
|
|
694
694
|
}
|
|
695
695
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
696
696
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -707,12 +707,12 @@
|
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
710
|
-
padding: 7px
|
|
710
|
+
padding: 7px 48px 7px 12px;
|
|
711
711
|
}
|
|
712
712
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
713
713
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
714
714
|
font-size: 16px;
|
|
715
|
-
margin: 0
|
|
715
|
+
margin: 0;
|
|
716
716
|
}
|
|
717
717
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
718
718
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -681,12 +681,12 @@
|
|
|
681
681
|
|
|
682
682
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
683
683
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
684
|
-
padding: 7px
|
|
684
|
+
padding: 7px 48px 7px 12px;
|
|
685
685
|
}
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
688
688
|
font-size: 16px;
|
|
689
|
-
margin: 0
|
|
689
|
+
margin: 0;
|
|
690
690
|
}
|
|
691
691
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
692
692
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
}
|
|
704
704
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
705
705
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
706
|
-
padding: 7px
|
|
706
|
+
padding: 7px 48px 7px 12px;
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
710
710
|
font-size: 16px;
|
|
711
|
-
margin: 0
|
|
711
|
+
margin: 0;
|
|
712
712
|
}
|
|
713
713
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
714
714
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -628,12 +628,12 @@
|
|
|
628
628
|
|
|
629
629
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
630
630
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
631
|
-
padding:
|
|
631
|
+
padding: 8px 36px 8px 12px;
|
|
632
632
|
}
|
|
633
633
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
634
634
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
635
635
|
font-size: 16px;
|
|
636
|
-
margin: 0
|
|
636
|
+
margin: 0;
|
|
637
637
|
}
|
|
638
638
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
639
639
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
}
|
|
651
651
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
652
652
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
653
|
-
padding:
|
|
653
|
+
padding: 8px 36px 8px 12px;
|
|
654
654
|
}
|
|
655
655
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
656
656
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
657
657
|
font-size: 16px;
|
|
658
|
-
margin: 0
|
|
658
|
+
margin: 0;
|
|
659
659
|
}
|
|
660
660
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
661
661
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/fluent.css
CHANGED
|
@@ -628,12 +628,12 @@
|
|
|
628
628
|
|
|
629
629
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
630
630
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
631
|
-
padding:
|
|
631
|
+
padding: 8px 36px 8px 12px;
|
|
632
632
|
}
|
|
633
633
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
634
634
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
635
635
|
font-size: 16px;
|
|
636
|
-
margin: 0
|
|
636
|
+
margin: 0;
|
|
637
637
|
}
|
|
638
638
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
639
639
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
}
|
|
651
651
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
652
652
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
653
|
-
padding:
|
|
653
|
+
padding: 8px 36px 8px 12px;
|
|
654
654
|
}
|
|
655
655
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
656
656
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
657
657
|
font-size: 16px;
|
|
658
|
-
margin: 0
|
|
658
|
+
margin: 0;
|
|
659
659
|
}
|
|
660
660
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
661
661
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/fluent2.css
CHANGED
|
@@ -796,12 +796,12 @@
|
|
|
796
796
|
|
|
797
797
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
798
798
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
799
|
-
padding:
|
|
799
|
+
padding: 8px 38px 10px 12px;
|
|
800
800
|
}
|
|
801
801
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
802
802
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
803
803
|
font-size: 16px;
|
|
804
|
-
margin: 0
|
|
804
|
+
margin: 0;
|
|
805
805
|
}
|
|
806
806
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
807
807
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -818,12 +818,12 @@
|
|
|
818
818
|
}
|
|
819
819
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
820
820
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
821
|
-
padding:
|
|
821
|
+
padding: 8px 38px 10px 12px;
|
|
822
822
|
}
|
|
823
823
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
824
824
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
825
825
|
font-size: 16px;
|
|
826
|
-
margin: 0
|
|
826
|
+
margin: 0;
|
|
827
827
|
}
|
|
828
828
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
829
829
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/highcontrast.css
CHANGED
|
@@ -665,12 +665,12 @@
|
|
|
665
665
|
|
|
666
666
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
667
667
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
668
|
-
padding: 8px 12px;
|
|
668
|
+
padding: 8px 36px 8px 12px;
|
|
669
669
|
}
|
|
670
670
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
671
671
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
672
672
|
font-size: 15px;
|
|
673
|
-
margin: 0
|
|
673
|
+
margin: 0;
|
|
674
674
|
}
|
|
675
675
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
676
676
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -687,12 +687,12 @@
|
|
|
687
687
|
}
|
|
688
688
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
689
689
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
690
|
-
padding: 8px 12px;
|
|
690
|
+
padding: 8px 36px 8px 12px;
|
|
691
691
|
}
|
|
692
692
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
693
693
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
694
694
|
font-size: 15px;
|
|
695
|
-
margin: 0
|
|
695
|
+
margin: 0;
|
|
696
696
|
}
|
|
697
697
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
698
698
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/*! Bootstrap4 theme definitions and variables */
|
|
2
4
|
/*! Value element styles */
|
|
3
5
|
$black-color: rgba($black, .25) !default;
|
|
@@ -17,7 +19,7 @@ $editor-big-overlay-icon-container-size: 20px !default;
|
|
|
17
19
|
$editor-nrml-overlay-icon-container-size: 18px !default;
|
|
18
20
|
$editor-big-overlay-icon-left-right: 12px !default;
|
|
19
21
|
$editor-nrml-overlay-icon-left-right: 10px !default;
|
|
20
|
-
$editor-value-hover-bg:
|
|
22
|
+
$editor-value-hover-bg: color.adjust($gray-100, $lightness: -2%) !default;
|
|
21
23
|
$editor-value-text-color: $gray-700 !default;
|
|
22
24
|
$editor-overlay-icon-color: $gray-700 !default;
|
|
23
25
|
$editor-value-text-border: 1px dashed $gray-700 !default;
|
|
@@ -28,7 +30,7 @@ $editable-overlay-icon: 0 !default;
|
|
|
28
30
|
$editor-tip-border: 1px solid rgba($black, .2) !default;
|
|
29
31
|
$editor-tip-bg: $content-bg !default;
|
|
30
32
|
$editor-tip-arrow-icon-color: $content-bg !default;
|
|
31
|
-
$editor-tip-title-arrow-icon-color:
|
|
33
|
+
$editor-tip-title-arrow-icon-color: color.adjust($gray-100, $lightness: -2%) !default;
|
|
32
34
|
$editor-tip-arrow-bdr-color: rgba($black, .2) !default;
|
|
33
35
|
$editor-tip-title-arrow-bdr-color: rgba($black, .2) !default;
|
|
34
36
|
$editor-tip-box-shadow: none !default;
|
|
@@ -48,7 +50,7 @@ $editor-rtl-nrml-tip-title-padding: 0 14px 0 0 !default;
|
|
|
48
50
|
$editor-big-tip-title-container-size: 36px !default;
|
|
49
51
|
$editor-nrml-tip-title-container-size: 31px !default;
|
|
50
52
|
$editor-tio-title-border-bottom: 0 !default;
|
|
51
|
-
$editor-tip-title-bg:
|
|
53
|
+
$editor-tip-title-bg: color.adjust($gray-100, $lightness: -2%) !default;
|
|
52
54
|
$editor-tip-title-color: $gray-900 !default;
|
|
53
55
|
|
|
54
56
|
/*! Wrapper styles */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
//Layout Variable Start
|
|
2
2
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
3
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
4
|
-
$editor-big-value-container-padding: 7px
|
|
4
|
+
$editor-big-value-container-padding: 7px 48px 7px 12px !default;
|
|
5
5
|
$editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
|
|
6
6
|
$editor-big-value-container-spin-padding: 8px !default;
|
|
7
7
|
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
8
|
-
$editor-big-value-margin: 0
|
|
8
|
+
$editor-big-value-margin: 0 !default;
|
|
9
9
|
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
10
10
|
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
11
11
|
$editor-rtl-nrml-value-margin: 0 0 0 28px !default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
//Layout Variable Start
|
|
2
2
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
3
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
4
|
-
$editor-big-value-container-padding: 7px
|
|
4
|
+
$editor-big-value-container-padding: 7px 48px 7px 12px !default;
|
|
5
5
|
$editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
|
|
6
6
|
$editor-big-value-container-spin-padding: 8px !default;
|
|
7
7
|
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
8
|
-
$editor-big-value-margin: 0
|
|
8
|
+
$editor-big-value-margin: 0 !default;
|
|
9
9
|
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
10
10
|
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
11
11
|
$editor-rtl-nrml-value-margin: 0 0 0 28px !default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
//Layout Variable Start
|
|
2
2
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
3
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
4
|
-
$editor-big-value-container-padding:
|
|
4
|
+
$editor-big-value-container-padding: 8px 36px 8px 12px !default;
|
|
5
5
|
$editor-nrml-value-container-padding: 4px 8px 6px 8px !default;
|
|
6
6
|
$editor-big-value-container-spin-padding: 12px !default;
|
|
7
7
|
$editor-nrml-value-container-spin-padding: 10px !default;
|
|
8
|
-
$editor-big-value-margin: 0
|
|
8
|
+
$editor-big-value-margin: 0 !default;
|
|
9
9
|
$editor-nrml-value-margin: 0 30px 0 0 !default;
|
|
10
10
|
$editor-rtl-big-value-margin: 0 0 0 32px !default;
|
|
11
11
|
$editor-rtl-nrml-value-margin: 0 0 0 30px !default;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
$skin-name: 'fluent2' !default;
|
|
3
3
|
$editor-big-value-text-font-size: $text-base !default;
|
|
4
4
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
5
|
-
$editor-big-value-container-padding:
|
|
5
|
+
$editor-big-value-container-padding: 8px 38px 10px 12px !default;
|
|
6
6
|
$editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
|
|
7
7
|
$editor-big-value-container-spin-padding: 8px !default;
|
|
8
8
|
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
9
|
-
$editor-big-value-margin: 0
|
|
9
|
+
$editor-big-value-margin: 0 !default;
|
|
10
10
|
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
11
11
|
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
12
12
|
$editor-rtl-nrml-value-margin: 0 0 0 28px !default;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/*! Value element styles */
|
|
3
3
|
$editor-big-value-text-font-size: 15px !default;
|
|
4
4
|
$editor-nrml-value-text-font-size: 14px !default;
|
|
5
|
-
$editor-big-value-container-padding: 8px 12px !default;
|
|
5
|
+
$editor-big-value-container-padding: 8px 36px 8px 12px !default;
|
|
6
6
|
$editor-nrml-value-container-padding: 6px 10px !default;
|
|
7
7
|
$editor-big-value-container-spin-padding: 12px !default;
|
|
8
8
|
$editor-nrml-value-container-spin-padding: 10px !default;
|
|
9
|
-
$editor-big-value-margin: 0
|
|
9
|
+
$editor-big-value-margin: 0 !default;
|
|
10
10
|
$editor-nrml-value-margin: 0 30px 0 0 !default;
|
|
11
11
|
$editor-rtl-big-value-margin: 0 0 0 32px !default;
|
|
12
12
|
$editor-rtl-nrml-value-margin: 0 0 0 30px !default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
//Layout Variable Start
|
|
2
2
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
3
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
4
|
-
$editor-big-value-container-padding:
|
|
4
|
+
$editor-big-value-container-padding: 8px 36px 8px 12px !default;
|
|
5
5
|
$editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
|
|
6
6
|
$editor-big-value-container-spin-padding: 8px !default;
|
|
7
7
|
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
8
|
-
$editor-big-value-margin: 0
|
|
8
|
+
$editor-big-value-margin: 0 !default;
|
|
9
9
|
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
10
10
|
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
11
11
|
$editor-rtl-nrml-value-margin: 0 0 0 28px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
@include export-module('inplaceeditor-theme') {
|
|
2
4
|
.e-inplaceeditor {
|
|
3
5
|
.e-editable-value-wrapper {
|
|
@@ -117,8 +119,8 @@
|
|
|
117
119
|
|
|
118
120
|
@if $skin-name == 'bootstrap4' {
|
|
119
121
|
&:hover {
|
|
120
|
-
background-color:
|
|
121
|
-
border: 1px solid
|
|
122
|
+
background-color: color.adjust($gray-600, $lightness: -7.5%);
|
|
123
|
+
border: 1px solid color.adjust($gray-600, $lightness: -10%);
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
&:disabled {
|
|
@@ -129,8 +131,8 @@
|
|
|
129
131
|
}
|
|
130
132
|
@else if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
131
133
|
&:hover {
|
|
132
|
-
background-color:
|
|
133
|
-
border: 1px solid
|
|
134
|
+
background-color: color.adjust($gray-600, $lightness: -7.5%);
|
|
135
|
+
border: 1px solid color.adjust($gray-600, $lightness: -10%);
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
&:disabled{
|
|
@@ -149,8 +151,8 @@
|
|
|
149
151
|
|
|
150
152
|
@if $skin-name == 'bootstrap4' {
|
|
151
153
|
&:active {
|
|
152
|
-
background-color:
|
|
153
|
-
border: 1px solid
|
|
154
|
+
background-color: color.adjust($gray-600, $lightness: -10%);
|
|
155
|
+
border: 1px solid color.adjust($gray-600, $lightness: -12.5%);
|
|
154
156
|
}
|
|
155
157
|
}
|
|
156
158
|
|
|
@@ -656,19 +656,19 @@
|
|
|
656
656
|
color: #fff;
|
|
657
657
|
}
|
|
658
658
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
659
|
-
color: #
|
|
659
|
+
color: #1a1d21;
|
|
660
660
|
}
|
|
661
661
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
|
|
662
|
-
border-bottom-color: #
|
|
662
|
+
border-bottom-color: #1a1d21;
|
|
663
663
|
}
|
|
664
664
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
|
|
665
|
-
border-top-color: #
|
|
665
|
+
border-top-color: #1a1d21;
|
|
666
666
|
}
|
|
667
667
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
|
|
668
668
|
border: 1px solid #6c757d;
|
|
669
669
|
}
|
|
670
670
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
671
|
-
background: #
|
|
671
|
+
background: #1a1d21;
|
|
672
672
|
border-bottom: 0;
|
|
673
673
|
color: #fff;
|
|
674
674
|
}
|
|
@@ -676,17 +676,17 @@
|
|
|
676
676
|
border-bottom-color: #6c757d;
|
|
677
677
|
}
|
|
678
678
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
|
|
679
|
-
color: #
|
|
679
|
+
color: #1a1d21;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
683
683
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
684
|
-
padding: 7px
|
|
684
|
+
padding: 7px 48px 7px 12px;
|
|
685
685
|
}
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
688
688
|
font-size: 16px;
|
|
689
|
-
margin: 0
|
|
689
|
+
margin: 0;
|
|
690
690
|
}
|
|
691
691
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
692
692
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
}
|
|
704
704
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
705
705
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
706
|
-
padding: 7px
|
|
706
|
+
padding: 7px 48px 7px 12px;
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
710
710
|
font-size: 16px;
|
|
711
|
-
margin: 0
|
|
711
|
+
margin: 0;
|
|
712
712
|
}
|
|
713
713
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
714
714
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -685,12 +685,12 @@
|
|
|
685
685
|
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
688
|
-
padding: 7px
|
|
688
|
+
padding: 7px 48px 7px 12px;
|
|
689
689
|
}
|
|
690
690
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
691
691
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
692
692
|
font-size: 16px;
|
|
693
|
-
margin: 0
|
|
693
|
+
margin: 0;
|
|
694
694
|
}
|
|
695
695
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
696
696
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -707,12 +707,12 @@
|
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
710
|
-
padding: 7px
|
|
710
|
+
padding: 7px 48px 7px 12px;
|
|
711
711
|
}
|
|
712
712
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
713
713
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
714
714
|
font-size: 16px;
|
|
715
|
-
margin: 0
|
|
715
|
+
margin: 0;
|
|
716
716
|
}
|
|
717
717
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
718
718
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -681,12 +681,12 @@
|
|
|
681
681
|
|
|
682
682
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
683
683
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
684
|
-
padding: 7px
|
|
684
|
+
padding: 7px 48px 7px 12px;
|
|
685
685
|
}
|
|
686
686
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
687
687
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
688
688
|
font-size: 16px;
|
|
689
|
-
margin: 0
|
|
689
|
+
margin: 0;
|
|
690
690
|
}
|
|
691
691
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
692
692
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
}
|
|
704
704
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
705
705
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
706
|
-
padding: 7px
|
|
706
|
+
padding: 7px 48px 7px 12px;
|
|
707
707
|
}
|
|
708
708
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
709
709
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
710
710
|
font-size: 16px;
|
|
711
|
-
margin: 0
|
|
711
|
+
margin: 0;
|
|
712
712
|
}
|
|
713
713
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
714
714
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -628,12 +628,12 @@
|
|
|
628
628
|
|
|
629
629
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
630
630
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
631
|
-
padding:
|
|
631
|
+
padding: 8px 36px 8px 12px;
|
|
632
632
|
}
|
|
633
633
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
634
634
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
635
635
|
font-size: 16px;
|
|
636
|
-
margin: 0
|
|
636
|
+
margin: 0;
|
|
637
637
|
}
|
|
638
638
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
639
639
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
}
|
|
651
651
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
652
652
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
653
|
-
padding:
|
|
653
|
+
padding: 8px 36px 8px 12px;
|
|
654
654
|
}
|
|
655
655
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
656
656
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
657
657
|
font-size: 16px;
|
|
658
|
-
margin: 0
|
|
658
|
+
margin: 0;
|
|
659
659
|
}
|
|
660
660
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
661
661
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -628,12 +628,12 @@
|
|
|
628
628
|
|
|
629
629
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
630
630
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
631
|
-
padding:
|
|
631
|
+
padding: 8px 36px 8px 12px;
|
|
632
632
|
}
|
|
633
633
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
634
634
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
635
635
|
font-size: 16px;
|
|
636
|
-
margin: 0
|
|
636
|
+
margin: 0;
|
|
637
637
|
}
|
|
638
638
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
639
639
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
}
|
|
651
651
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
652
652
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
653
|
-
padding:
|
|
653
|
+
padding: 8px 36px 8px 12px;
|
|
654
654
|
}
|
|
655
655
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
656
656
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
657
657
|
font-size: 16px;
|
|
658
|
-
margin: 0
|
|
658
|
+
margin: 0;
|
|
659
659
|
}
|
|
660
660
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
661
661
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -796,12 +796,12 @@
|
|
|
796
796
|
|
|
797
797
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
798
798
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
799
|
-
padding:
|
|
799
|
+
padding: 8px 38px 10px 12px;
|
|
800
800
|
}
|
|
801
801
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
802
802
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
803
803
|
font-size: 16px;
|
|
804
|
-
margin: 0
|
|
804
|
+
margin: 0;
|
|
805
805
|
}
|
|
806
806
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
807
807
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -818,12 +818,12 @@
|
|
|
818
818
|
}
|
|
819
819
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
820
820
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
821
|
-
padding:
|
|
821
|
+
padding: 8px 38px 10px 12px;
|
|
822
822
|
}
|
|
823
823
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
824
824
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
825
825
|
font-size: 16px;
|
|
826
|
-
margin: 0
|
|
826
|
+
margin: 0;
|
|
827
827
|
}
|
|
828
828
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
829
829
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -665,12 +665,12 @@
|
|
|
665
665
|
|
|
666
666
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
667
667
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
668
|
-
padding: 8px 12px;
|
|
668
|
+
padding: 8px 36px 8px 12px;
|
|
669
669
|
}
|
|
670
670
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
671
671
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
672
672
|
font-size: 15px;
|
|
673
|
-
margin: 0
|
|
673
|
+
margin: 0;
|
|
674
674
|
}
|
|
675
675
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
676
676
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -687,12 +687,12 @@
|
|
|
687
687
|
}
|
|
688
688
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
689
689
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
690
|
-
padding: 8px 12px;
|
|
690
|
+
padding: 8px 36px 8px 12px;
|
|
691
691
|
}
|
|
692
692
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
693
693
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
694
694
|
font-size: 15px;
|
|
695
|
-
margin: 0
|
|
695
|
+
margin: 0;
|
|
696
696
|
}
|
|
697
697
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
698
698
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
@@ -644,12 +644,12 @@
|
|
|
644
644
|
|
|
645
645
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
646
646
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
647
|
-
padding:
|
|
647
|
+
padding: 8px 36px 8px 12px;
|
|
648
648
|
}
|
|
649
649
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
650
650
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
651
651
|
font-size: 16px;
|
|
652
|
-
margin: 0
|
|
652
|
+
margin: 0;
|
|
653
653
|
}
|
|
654
654
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
655
655
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -666,12 +666,12 @@
|
|
|
666
666
|
}
|
|
667
667
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
668
668
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
669
|
-
padding:
|
|
669
|
+
padding: 8px 36px 8px 12px;
|
|
670
670
|
}
|
|
671
671
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
672
672
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
673
673
|
font-size: 16px;
|
|
674
|
-
margin: 0
|
|
674
|
+
margin: 0;
|
|
675
675
|
}
|
|
676
676
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
677
677
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
package/styles/tailwind3.css
CHANGED
|
@@ -644,12 +644,12 @@
|
|
|
644
644
|
|
|
645
645
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
646
646
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
647
|
-
padding:
|
|
647
|
+
padding: 8px 36px 8px 12px;
|
|
648
648
|
}
|
|
649
649
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
650
650
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
651
651
|
font-size: 16px;
|
|
652
|
-
margin: 0
|
|
652
|
+
margin: 0;
|
|
653
653
|
}
|
|
654
654
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
655
655
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
@@ -666,12 +666,12 @@
|
|
|
666
666
|
}
|
|
667
667
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
668
668
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
669
|
-
padding:
|
|
669
|
+
padding: 8px 36px 8px 12px;
|
|
670
670
|
}
|
|
671
671
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
672
672
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
673
673
|
font-size: 16px;
|
|
674
|
-
margin: 0
|
|
674
|
+
margin: 0;
|
|
675
675
|
}
|
|
676
676
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
677
677
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|