ru.coon 2.7.50 → 2.7.52

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.
Files changed (98) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +15 -0
  5. package/Readme.md +24 -24
  6. package/TODO.md +7 -7
  7. package/doc/changelog.md +118 -118
  8. package/doc/shortcuts.md +5 -5
  9. package/jsdoc.config.json +29 -29
  10. package/package.json +78 -78
  11. package/sass/src/common/plugin/form/PeriodPicker.scss +8 -8
  12. package/src/Function.scss +4 -4
  13. package/src/app/viewPort/Main.scss +133 -133
  14. package/src/command/Readme.md +4 -4
  15. package/src/common/component/ColorPalette.scss +102 -102
  16. package/src/common/component/ExternalFrame.scss +8 -8
  17. package/src/common/component/HotkeyHelpText.scss +34 -34
  18. package/src/common/component/TreeComponentStructure.scss +5 -5
  19. package/src/common/component/editor/CharacteristicGridEditor.scss +66 -66
  20. package/src/common/component/editor/TypedCharacteristicEditor.scss +7 -7
  21. package/src/common/component/formeditor/UiCustomFilterForm.scss +7 -7
  22. package/src/common/component/formeditor/UiCustomFormEditor.scss +42 -42
  23. package/src/common/component/visualeditor/UiCPVisualEditor.scss +108 -108
  24. package/src/common/field/EditorJs.scss +41 -41
  25. package/src/common/field/FieldsHelper.js +0 -0
  26. package/src/common/field/ReportValueField.scss +2 -2
  27. package/src/common/field/combo/CommandComboBox.scss +19 -19
  28. package/src/common/panel/DayPicker.scss +15 -15
  29. package/src/common/panel/MainUploadPanel.scss +13 -13
  30. package/src/common/panel/SelectIconClassPanel.scss +38 -38
  31. package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
  32. package/src/common/panel/StopwatchWindow.js +147 -0
  33. package/src/common/panel/StopwatchWindow.scss +44 -0
  34. package/src/common/panel/UniversalUploadResults.js +31 -0
  35. package/src/common/panel/UniversalUploadResults.scss +40 -0
  36. package/src/common/panel/WindowWrap.js +0 -0
  37. package/src/common/panel/WindowWrap.scss +8 -8
  38. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  39. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  40. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  41. package/src/info.scss +12 -12
  42. package/src/nav/AppNavTab.scss +20 -20
  43. package/src/nav/AppNavigationBar.scss +9 -9
  44. package/src/nav/AppNavigationMenu.scss +60 -60
  45. package/src/nav/AppNavigationToggleButton.scss +6 -6
  46. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  47. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  48. package/src/nav/menu/NavMenuPanel.scss +11 -11
  49. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  50. package/src/nav/windowHolderTab.scss +13 -13
  51. package/src/report/column/MultiFilesColumn.scss +8 -8
  52. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  53. package/src/report/component/ErrorWindow.scss +15 -15
  54. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  55. package/src/report/component/ReportPanel.scss +69 -69
  56. package/src/report/component/SimpleReportTag.scss +22 -22
  57. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  58. package/src/report/component/reportpanel/FilterPanel.scss +16 -16
  59. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  60. package/src/report/component/reportpanel/NorthPanel.scss +18 -18
  61. package/src/report/component/reportpanel/ReportGrid.scss +37 -37
  62. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  63. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  64. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  65. package/src/report/component/settings/property/ReportPropertiesPanel.scss +12 -12
  66. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  67. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  68. package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +38 -21
  69. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  70. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  71. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  72. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  73. package/src/report/plugin/grid/CopyRowsFromGrid.js +99 -38
  74. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  75. package/src/report/plugin/grid/OpenURLButtonPlugin.js +1 -1
  76. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  77. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  78. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  79. package/src/research/ResearchTreeView.scss +19 -19
  80. package/src/security/component/RoleFileUploadForm.scss +4 -4
  81. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  82. package/src/security/securitySettingComponent/RoleEditPanel.scss +16 -16
  83. package/src/security/securitySettingComponent/RoleEditPanelController.js +12 -7
  84. package/src/security/securitySettingComponent/menu/RoleEditMenuController.js +3 -3
  85. package/src/security/securitySettingComponent/report/RoleEditReportController.js +7 -1
  86. package/src/security/securitySettingComponent/uiCP/RoleEditUiCPController.js +7 -2
  87. package/src/security/securitySettingComponent/url/RoleEditUrlController.js +6 -1
  88. package/src/security/securitySettingComponent/user/RoleEditUserController.js +6 -1
  89. package/src/uielement/component/MenuItemList.scss +35 -35
  90. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  91. package/src/uielement/component/settings/UiCustomPanelEditor.scss +9 -9
  92. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  93. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
  94. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  95. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  96. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  97. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -22
  98. package/src/version.js +1 -1
@@ -1,69 +1,69 @@
1
- .ReportPanel {
2
- $report-tile-background: #ffffff;
3
- $report-font-color: #878ea2;
4
- //margin: 0 20px;
5
- overflow: visible;
6
- .x-column-header-text {
7
- text-overflow: clip ;
8
- }
9
- .x-tool-tool-el {
10
- width: 20px;
11
- height: 16px;
12
- margin-right: 11px;
13
- background-color: #f6f6f6;
14
- }
15
-
16
- .x-panel-header-default {
17
- padding: 6px 16px;
18
- background-color: #f6f6f6;
19
- font-size: 17px;
20
- .x-title-text {
21
- color: #3e4752;
22
- }
23
-
24
- }
25
-
26
- .x-toolbar-default{
27
- background-color: #ffffff;
28
- }
29
-
30
- .x-grid-header-ct {
31
- -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
32
- -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
33
- box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
34
- }
35
-
36
- .x-panel-body {
37
- background-color: $report-tile-background;
38
-
39
- border-radius: 3px;
40
-
41
- -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
42
- -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
43
- box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
44
- }
45
-
46
- > .x-panel-body {
47
- border-top: none;
48
- }
49
-
50
- .x-grid-item:first-child {
51
- border-top: none !important;
52
- }
53
-
54
- .x-grid-item:last-child {
55
- border-bottom: none !important;
56
- }
57
-
58
- .x-grid-inner-locked {
59
- border-right-color: $report-font-color;
60
- }
61
-
62
- .x-column-header-text {
63
- margin-right: 0;
64
- }
65
-
66
- .x-group-sub-header {
67
- border-top: 0px solid #ebecee;
68
- }
69
- }
1
+ .ReportPanel {
2
+ $report-tile-background: #ffffff;
3
+ $report-font-color: #878ea2;
4
+ //margin: 0 20px;
5
+ overflow: visible;
6
+ .x-column-header-text {
7
+ text-overflow: clip ;
8
+ }
9
+ .x-tool-tool-el {
10
+ width: 20px;
11
+ height: 16px;
12
+ margin-right: 11px;
13
+ background-color: #f6f6f6;
14
+ }
15
+
16
+ .x-panel-header-default {
17
+ padding: 6px 16px;
18
+ background-color: #f6f6f6;
19
+ font-size: 17px;
20
+ .x-title-text {
21
+ color: #3e4752;
22
+ }
23
+
24
+ }
25
+
26
+ .x-toolbar-default{
27
+ background-color: #ffffff;
28
+ }
29
+
30
+ .x-grid-header-ct {
31
+ -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
32
+ -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
33
+ box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
34
+ }
35
+
36
+ .x-panel-body {
37
+ background-color: $report-tile-background;
38
+
39
+ border-radius: 3px;
40
+
41
+ -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
42
+ -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
43
+ box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
44
+ }
45
+
46
+ > .x-panel-body {
47
+ border-top: none;
48
+ }
49
+
50
+ .x-grid-item:first-child {
51
+ border-top: none !important;
52
+ }
53
+
54
+ .x-grid-item:last-child {
55
+ border-bottom: none !important;
56
+ }
57
+
58
+ .x-grid-inner-locked {
59
+ border-right-color: $report-font-color;
60
+ }
61
+
62
+ .x-column-header-text {
63
+ margin-right: 0;
64
+ }
65
+
66
+ .x-group-sub-header {
67
+ border-top: 0px solid #ebecee;
68
+ }
69
+ }
@@ -1,22 +1,22 @@
1
- .simple-report-tag{
2
- .x-tagfield-input{
3
- margin: 0;
4
- padding: 0;
5
- overflow-x: hidden;
6
- }
7
- .x-tagfield-item{
8
- margin: 4px 6px 2px 0;
9
- &.mark-to-remove{
10
- background-color: #ef5350;
11
- }
12
- .x-tagfield-item-text{
13
- line-height: 110%;
14
- padding-top: 3px;
15
- padding-bottom: 3px;
16
- }
17
- }
18
-
19
- .x-placeholder-label {
20
- display: none;
21
- }
22
- }
1
+ .simple-report-tag{
2
+ .x-tagfield-input{
3
+ margin: 0;
4
+ padding: 0;
5
+ overflow-x: hidden;
6
+ }
7
+ .x-tagfield-item{
8
+ margin: 4px 6px 2px 0;
9
+ &.mark-to-remove{
10
+ background-color: #ef5350;
11
+ }
12
+ .x-tagfield-item-text{
13
+ line-height: 110%;
14
+ padding-top: 3px;
15
+ padding-bottom: 3px;
16
+ }
17
+ }
18
+
19
+ .x-placeholder-label {
20
+ display: none;
21
+ }
22
+ }
@@ -1,14 +1,14 @@
1
- .CopyReportPanel {
2
- .plugin-title {
3
- .x-form-display-field {
4
- font-size: 16px;
5
- font-style: normal;
6
- font-weight: 400;
7
- line-height: 150%;
8
- }
9
- }
10
-
11
- .CopyPanel-trigger {
12
- cursor: default;
13
- }
14
- }
1
+ .CopyReportPanel {
2
+ .plugin-title {
3
+ .x-form-display-field {
4
+ font-size: 16px;
5
+ font-style: normal;
6
+ font-weight: 400;
7
+ line-height: 150%;
8
+ }
9
+ }
10
+
11
+ .CopyPanel-trigger {
12
+ cursor: default;
13
+ }
14
+ }
@@ -1,16 +1,16 @@
1
- .FilterPanel {
2
- .x-form-type-checkbox {
3
-
4
- .x-form-cb-wrap {
5
- float: left;
6
- }
7
- .x-form-item-label-text {
8
- padding-left: 24px;
9
- }
10
- }
11
- //.x-form-text-field-body-default {
12
- // background-color: rgba(87,255,93,0.19) !important;
13
- //}
14
- }
15
-
16
-
1
+ .FilterPanel {
2
+ .x-form-type-checkbox {
3
+
4
+ .x-form-cb-wrap {
5
+ float: left;
6
+ }
7
+ .x-form-item-label-text {
8
+ padding-left: 24px;
9
+ }
10
+ }
11
+ //.x-form-text-field-body-default {
12
+ // background-color: rgba(87,255,93,0.19) !important;
13
+ //}
14
+ }
15
+
16
+
@@ -1,23 +1,23 @@
1
- .FilterPanelLegend {
2
- $required-flag-color: dynamic(#bf1313);
3
- $required-text-color: dynamic(#878ea2);
4
- font-size: 12px;
5
- //margin: 5px;
6
- .required-flag {
7
- font-size: 18px;
8
- color: $required-flag-color;
9
- }
10
- .required-text {
11
- color: $required-text-color !important;
12
- .info-icon {
13
- font-size: 14px;
14
- }
15
- }
16
- .blink_me {
17
- animation: blinker 200ms linear infinite;
18
- }
19
- }
20
-
21
- @keyframes blinker {
22
- 50% { opacity: 0; }
23
- }
1
+ .FilterPanelLegend {
2
+ $required-flag-color: dynamic(#bf1313);
3
+ $required-text-color: dynamic(#878ea2);
4
+ font-size: 12px;
5
+ //margin: 5px;
6
+ .required-flag {
7
+ font-size: 18px;
8
+ color: $required-flag-color;
9
+ }
10
+ .required-text {
11
+ color: $required-text-color !important;
12
+ .info-icon {
13
+ font-size: 14px;
14
+ }
15
+ }
16
+ .blink_me {
17
+ animation: blinker 200ms linear infinite;
18
+ }
19
+ }
20
+
21
+ @keyframes blinker {
22
+ 50% { opacity: 0; }
23
+ }
@@ -1,18 +1,18 @@
1
- .NorthPanel{
2
- .activeToggle{
3
- color: #A9A9A9;
4
- }
5
- .inactiveToggle{
6
- color: #D0D0D0;
7
- }
8
- .btn-toggle{
9
- height: 20px !important;
10
- padding: 5px !important;
11
- }
12
- .UiCFRow{
13
- min-height: 0px !important;
14
- }
15
- .UiCFCell{
16
- margin: 0px 2px !important;
17
- }
18
- }
1
+ .NorthPanel{
2
+ .activeToggle{
3
+ color: #A9A9A9;
4
+ }
5
+ .inactiveToggle{
6
+ color: #D0D0D0;
7
+ }
8
+ .btn-toggle{
9
+ height: 20px !important;
10
+ padding: 5px !important;
11
+ }
12
+ .UiCFRow{
13
+ min-height: 0px !important;
14
+ }
15
+ .UiCFCell{
16
+ margin: 0px 2px !important;
17
+ }
18
+ }
@@ -1,37 +1,37 @@
1
- .ReportGrid {
2
- .x-grid-header-ct {
3
-
4
- .x-column-header-group {
5
- border-right: 1px solid $panel-header-background-color !important;
6
- }
7
-
8
- .x-group-header {
9
- .x-column-header-group-item {
10
- border-top: 1px solid $panel-header-background-color !important;
11
- border-right: 1px solid $panel-header-background-color;
12
- }
13
-
14
- .x-column-header-sub-group {
15
- border-top: 1px solid $panel-header-background-color;
16
- }
17
- }
18
- .filtered-column {
19
- .x-column-header-text span{
20
- text-decoration: underline;
21
- }
22
- font-style: italic;
23
- font-weight: bold;
24
- }
25
- }
26
-
27
- &:has(.hover-cell:hover, .editable-cell:hover) .editable-cell::before{
28
- content: " ";
29
- background: #BDBDBD;
30
- width: 3px;
31
- height: 26px;
32
- position: absolute;
33
- top: 0;
34
- bottom: 0;
35
- margin: auto 0;
36
- }
37
- }
1
+ .ReportGrid {
2
+ .x-grid-header-ct {
3
+
4
+ .x-column-header-group {
5
+ border-right: 1px solid $panel-header-background-color !important;
6
+ }
7
+
8
+ .x-group-header {
9
+ .x-column-header-group-item {
10
+ border-top: 1px solid $panel-header-background-color !important;
11
+ border-right: 1px solid $panel-header-background-color;
12
+ }
13
+
14
+ .x-column-header-sub-group {
15
+ border-top: 1px solid $panel-header-background-color;
16
+ }
17
+ }
18
+ .filtered-column {
19
+ .x-column-header-text span{
20
+ text-decoration: underline;
21
+ }
22
+ font-style: italic;
23
+ font-weight: bold;
24
+ }
25
+ }
26
+
27
+ &:has(.hover-cell:hover, .editable-cell:hover) .editable-cell::before{
28
+ content: " ";
29
+ background: #BDBDBD;
30
+ width: 3px;
31
+ height: 26px;
32
+ position: absolute;
33
+ top: 0;
34
+ bottom: 0;
35
+ margin: auto 0;
36
+ }
37
+ }
@@ -1,87 +1,87 @@
1
- .ReportFormEditPanel {
2
- .highlight-filter-field {
3
- .x-form-trigger-wrap-default {
4
- background-color: rgba(0, 120, 201, 0.2);
5
- }
6
- }
7
-
8
- .ReportFormPluginGrid {
9
- .x-btn-default-toolbar-small {
10
- .svg-icon {
11
- background-color: $base-color;
12
- }
13
- }
14
- }
15
-
16
- .deletedRecord {
17
- color: darkred;
18
- text-decoration: line-through;
19
- }
20
-
21
- .readOnlyRecord {
22
- .x-grid-td {
23
- background-color: #f5f5f5;
24
- color: #555;
25
- }
26
- }
27
-
28
- .readOnlyDeletedRecord {
29
- .x-grid-td {
30
- color: darkred;
31
- text-decoration: line-through;
32
- background-color: #f5f5f5;
33
- }
34
- }
35
-
36
- .x-grid-item {
37
- .excluded-record {
38
- color: #ff9e9e;
39
- }
40
-
41
- .duplicate-record{
42
- outline: 1px solid #cb89ff;
43
- }
44
- }
45
-
46
- .x-panel-body {
47
- background-color: white;
48
- }
49
-
50
- .textareastyle {
51
- margin-top: 10px;
52
-
53
- textarea {
54
- padding: 6px;
55
- }
56
- }
57
-
58
- .x-form-textarea-body {
59
- height: inherit;
60
- }
61
-
62
- .x-segmented-button {
63
- border: 1px solid #3d6780;
64
- border-radius: 6px;
65
- overflow: hidden;
66
-
67
- .x-segmented-button-item {
68
- padding: 6px 8px;
69
- background-color: #ffffff;
70
- .x-btn-inner {
71
- color: #3d6780;
72
- }
73
-
74
- &.x-btn-pressed {
75
- background-color: #3d6780;
76
- .x-btn-inner {
77
- color: #ffffff;
78
- }
79
- }
80
- }
81
-
82
- & > *:not(:last-child) {
83
- border-right: 1px solid #3d6780;
84
- }
85
- }
86
- }
87
-
1
+ .ReportFormEditPanel {
2
+ .highlight-filter-field {
3
+ .x-form-trigger-wrap-default {
4
+ background-color: rgba(0, 120, 201, 0.2);
5
+ }
6
+ }
7
+
8
+ .ReportFormPluginGrid {
9
+ .x-btn-default-toolbar-small {
10
+ .svg-icon {
11
+ background-color: $base-color;
12
+ }
13
+ }
14
+ }
15
+
16
+ .deletedRecord {
17
+ color: darkred;
18
+ text-decoration: line-through;
19
+ }
20
+
21
+ .readOnlyRecord {
22
+ .x-grid-td {
23
+ background-color: #f5f5f5;
24
+ color: #555;
25
+ }
26
+ }
27
+
28
+ .readOnlyDeletedRecord {
29
+ .x-grid-td {
30
+ color: darkred;
31
+ text-decoration: line-through;
32
+ background-color: #f5f5f5;
33
+ }
34
+ }
35
+
36
+ .x-grid-item {
37
+ .excluded-record {
38
+ color: #ff9e9e;
39
+ }
40
+
41
+ .duplicate-record{
42
+ outline: 1px solid #cb89ff;
43
+ }
44
+ }
45
+
46
+ .x-panel-body {
47
+ background-color: white;
48
+ }
49
+
50
+ .textareastyle {
51
+ margin-top: 10px;
52
+
53
+ textarea {
54
+ padding: 6px;
55
+ }
56
+ }
57
+
58
+ .x-form-textarea-body {
59
+ height: inherit;
60
+ }
61
+
62
+ .x-segmented-button {
63
+ border: 1px solid #3d6780;
64
+ border-radius: 6px;
65
+ overflow: hidden;
66
+
67
+ .x-segmented-button-item {
68
+ padding: 6px 8px;
69
+ background-color: #ffffff;
70
+ .x-btn-inner {
71
+ color: #3d6780;
72
+ }
73
+
74
+ &.x-btn-pressed {
75
+ background-color: #3d6780;
76
+ .x-btn-inner {
77
+ color: #ffffff;
78
+ }
79
+ }
80
+ }
81
+
82
+ & > *:not(:last-child) {
83
+ border-right: 1px solid #3d6780;
84
+ }
85
+ }
86
+ }
87
+
@@ -1,26 +1,26 @@
1
- .ReportPropertiesModifier {
2
- .x-segmented-button {
3
- border: 1px solid #3d6780;
4
- border-radius: 6px;
5
- overflow: hidden;
6
-
7
- .x-segmented-button-item {
8
- padding: 6px 8px;
9
- background-color: #ffffff;
10
- .x-btn-inner {
11
- color: #3d6780;
12
- }
13
-
14
- &.x-btn-pressed {
15
- background-color: #3d6780;
16
- .x-btn-inner {
17
- color: #ffffff;
18
- }
19
- }
20
- }
21
-
22
- & > *:not(:last-child) {
23
- border-right: 1px solid #3d6780;
24
- }
25
- }
1
+ .ReportPropertiesModifier {
2
+ .x-segmented-button {
3
+ border: 1px solid #3d6780;
4
+ border-radius: 6px;
5
+ overflow: hidden;
6
+
7
+ .x-segmented-button-item {
8
+ padding: 6px 8px;
9
+ background-color: #ffffff;
10
+ .x-btn-inner {
11
+ color: #3d6780;
12
+ }
13
+
14
+ &.x-btn-pressed {
15
+ background-color: #3d6780;
16
+ .x-btn-inner {
17
+ color: #ffffff;
18
+ }
19
+ }
20
+ }
21
+
22
+ & > *:not(:last-child) {
23
+ border-right: 1px solid #3d6780;
24
+ }
25
+ }
26
26
  }
@@ -1,5 +1,5 @@
1
- .ReportFormFieldsGrid {
2
- .x-tree-icon-leaf {
3
- color: lightgrey;
4
- }
5
- }
1
+ .ReportFormFieldsGrid {
2
+ .x-tree-icon-leaf {
3
+ color: lightgrey;
4
+ }
5
+ }
@@ -1,13 +1,13 @@
1
- .ReportPropertiesPanel {
2
- tr.is-deleted {
3
- td.x-grid-cell {
4
- text-decoration: line-through !important;
5
- color: #f12d2d;
6
- }
7
- }
8
- tr.is-new-rec {
9
- td.x-grid-cell {
10
- color: rgb(53, 179, 179);
11
- }
12
- }
1
+ .ReportPropertiesPanel {
2
+ tr.is-deleted {
3
+ td.x-grid-cell {
4
+ text-decoration: line-through !important;
5
+ color: #f12d2d;
6
+ }
7
+ }
8
+ tr.is-new-rec {
9
+ td.x-grid-cell {
10
+ color: rgb(53, 179, 179);
11
+ }
12
+ }
13
13
  }
@@ -1,4 +1,4 @@
1
- .SMP_trigger-icon {
2
- background-color: transparent !important;
3
- color: var(--base-color) !important;
1
+ .SMP_trigger-icon {
2
+ background-color: transparent !important;
3
+ color: var(--base-color) !important;
4
4
  }