ru.coon 2.7.37 → 2.7.39

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 (88) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +12 -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.js +8 -1
  30. package/src/common/panel/MainUploadPanel.scss +13 -13
  31. package/src/common/panel/SelectIconClassPanel.scss +38 -38
  32. package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
  33. package/src/common/panel/WindowWrap.js +0 -0
  34. package/src/common/panel/WindowWrap.scss +8 -8
  35. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  36. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  37. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  38. package/src/info.scss +12 -12
  39. package/src/nav/AppNavTab.scss +20 -20
  40. package/src/nav/AppNavigationBar.scss +9 -9
  41. package/src/nav/AppNavigationMenu.scss +70 -70
  42. package/src/nav/AppNavigationToggleButton.scss +6 -6
  43. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  44. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  45. package/src/nav/menu/NavMenuPanel.scss +11 -11
  46. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  47. package/src/nav/windowHolderTab.scss +13 -13
  48. package/src/report/column/MultiFilesColumn.scss +8 -8
  49. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  50. package/src/report/component/ErrorWindow.scss +15 -15
  51. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  52. package/src/report/component/ReportPanel.scss +69 -69
  53. package/src/report/component/SimpleReportTag.scss +22 -22
  54. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  55. package/src/report/component/reportpanel/FilterPanel.scss +16 -16
  56. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  57. package/src/report/component/reportpanel/NorthPanel.scss +18 -18
  58. package/src/report/component/reportpanel/ReportGrid.scss +37 -37
  59. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  60. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  61. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  62. package/src/report/component/settings/property/ReportPropertiesPanel.scss +12 -12
  63. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  64. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  65. package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +25 -0
  66. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  67. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  68. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  69. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  70. package/src/report/plugin/grid/CopyRowsFromGrid.js +38 -1
  71. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  72. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  73. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  74. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  75. package/src/research/ResearchTreeView.scss +19 -19
  76. package/src/security/component/RoleFileUploadForm.scss +4 -4
  77. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  78. package/src/security/securitySettingComponent/RoleEditPanel.scss +16 -16
  79. package/src/uielement/component/MenuItemList.scss +35 -35
  80. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  81. package/src/uielement/component/settings/UiCustomPanelEditor.scss +9 -9
  82. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  83. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
  84. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  85. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  86. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  87. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -22
  88. package/src/version.js +1 -1
@@ -1,133 +1,133 @@
1
- .coon-app-header-view {
2
- //font-size: 14px;
3
- border: none;
4
- color: $base-color-dark;
5
- background-color: white;
6
-
7
- .user-button {
8
- $user-icon-color: #BCCAD2;
9
- &.x-btn-pressed, &.x-btn-focus{
10
- background-color: darken($user-icon-color, 5%)!important;
11
- }
12
- &.x-btn-over:not(&.x-btn-focus) {
13
- background-color: lighten($user-icon-color, 0%)!important;
14
- }
15
- }
16
-
17
- &.x-toolbar-default {
18
- padding: 0;
19
- }
20
-
21
- .header-user-block {
22
- .x-panel-body-default {
23
- .x-btn-toolbutton-toolbar-small {
24
- padding: 2px 18px 2px 18px;
25
- }
26
- }
27
-
28
- .blue-text-button {
29
- .x-btn-icon-el-toolbutton-toolbar-small {
30
- color: $base-color;
31
- }
32
- }
33
- }
34
-
35
- .imgAll {
36
- display: inline-block;
37
- background-repeat: no-repeat;
38
- background-size: 104%;
39
- background-position: 50%;
40
- border-radius: 50%;
41
- }
42
-
43
- .fio {
44
- float: right;
45
- line-height: 25px;
46
- padding-left: 5px;
47
- cursor: pointer;
48
- }
49
-
50
- .imgSmall {
51
- width: 25px;
52
- height: 25px;
53
- }
54
-
55
- .header-flex {
56
- img {
57
- width: 100%;
58
- position: relative;
59
- top: 30px;
60
- height: 25px;
61
- }
62
- }
63
-
64
- .header-bottom {
65
- .x-panel-body-default {
66
- background-color: $base-color;
67
- color: white;
68
-
69
- .x-btn-toolbutton-toolbar-small {
70
- margin: 0 12px 0 12px;
71
- }
72
- }
73
- }
74
-
75
- .header-bottom-line {
76
- background-color: $base-color;
77
- }
78
-
79
- .x-panel-body-default {
80
- color: $base-color-dark;
81
- }
82
-
83
- .x-btn-default-small {
84
- //width: 120px;
85
-
86
- .x-box-target {
87
- .x-btn-default-small {
88
- background-color: $base-color-dark;
89
- color: $base-color-dark;
90
- }
91
- }
92
- }
93
-
94
- .x-btn-icon-el {
95
- &.svg-icon {
96
- background-color: $base-color;
97
- width: 33px;
98
- height: 24px;
99
- }
100
-
101
- &.svg-icon:hover {
102
- background-color: $base-color-dark;
103
-
104
- }
105
- }
106
-
107
- .header-bottom .x-panel-body-default .x-btn-toolbutton-toolbar-small {
108
- .x-btn-icon-el {
109
- &.svg-icon {
110
- background-color: lighten(lightgray, 5%);
111
- }
112
-
113
- &.svg-icon:hover {
114
- background-color: white;
115
-
116
- }
117
- }
118
- }
119
- }
120
-
121
- .x-edge {
122
- .coon-app-header-view {
123
- .svg-icon {
124
- height: 24px;
125
- width: 24px;
126
- background-size: 70%;
127
-
128
- .svg-icon-chat {
129
- background-size: 80%;
130
- }
131
- }
132
- }
133
- }
1
+ .coon-app-header-view {
2
+ //font-size: 14px;
3
+ border: none;
4
+ color: $base-color-dark;
5
+ background-color: white;
6
+
7
+ .user-button {
8
+ $user-icon-color: #BCCAD2;
9
+ &.x-btn-pressed, &.x-btn-focus{
10
+ background-color: darken($user-icon-color, 5%)!important;
11
+ }
12
+ &.x-btn-over:not(&.x-btn-focus) {
13
+ background-color: lighten($user-icon-color, 0%)!important;
14
+ }
15
+ }
16
+
17
+ &.x-toolbar-default {
18
+ padding: 0;
19
+ }
20
+
21
+ .header-user-block {
22
+ .x-panel-body-default {
23
+ .x-btn-toolbutton-toolbar-small {
24
+ padding: 2px 18px 2px 18px;
25
+ }
26
+ }
27
+
28
+ .blue-text-button {
29
+ .x-btn-icon-el-toolbutton-toolbar-small {
30
+ color: $base-color;
31
+ }
32
+ }
33
+ }
34
+
35
+ .imgAll {
36
+ display: inline-block;
37
+ background-repeat: no-repeat;
38
+ background-size: 104%;
39
+ background-position: 50%;
40
+ border-radius: 50%;
41
+ }
42
+
43
+ .fio {
44
+ float: right;
45
+ line-height: 25px;
46
+ padding-left: 5px;
47
+ cursor: pointer;
48
+ }
49
+
50
+ .imgSmall {
51
+ width: 25px;
52
+ height: 25px;
53
+ }
54
+
55
+ .header-flex {
56
+ img {
57
+ width: 100%;
58
+ position: relative;
59
+ top: 30px;
60
+ height: 25px;
61
+ }
62
+ }
63
+
64
+ .header-bottom {
65
+ .x-panel-body-default {
66
+ background-color: $base-color;
67
+ color: white;
68
+
69
+ .x-btn-toolbutton-toolbar-small {
70
+ margin: 0 12px 0 12px;
71
+ }
72
+ }
73
+ }
74
+
75
+ .header-bottom-line {
76
+ background-color: $base-color;
77
+ }
78
+
79
+ .x-panel-body-default {
80
+ color: $base-color-dark;
81
+ }
82
+
83
+ .x-btn-default-small {
84
+ //width: 120px;
85
+
86
+ .x-box-target {
87
+ .x-btn-default-small {
88
+ background-color: $base-color-dark;
89
+ color: $base-color-dark;
90
+ }
91
+ }
92
+ }
93
+
94
+ .x-btn-icon-el {
95
+ &.svg-icon {
96
+ background-color: $base-color;
97
+ width: 33px;
98
+ height: 24px;
99
+ }
100
+
101
+ &.svg-icon:hover {
102
+ background-color: $base-color-dark;
103
+
104
+ }
105
+ }
106
+
107
+ .header-bottom .x-panel-body-default .x-btn-toolbutton-toolbar-small {
108
+ .x-btn-icon-el {
109
+ &.svg-icon {
110
+ background-color: lighten(lightgray, 5%);
111
+ }
112
+
113
+ &.svg-icon:hover {
114
+ background-color: white;
115
+
116
+ }
117
+ }
118
+ }
119
+ }
120
+
121
+ .x-edge {
122
+ .coon-app-header-view {
123
+ .svg-icon {
124
+ height: 24px;
125
+ width: 24px;
126
+ background-size: 70%;
127
+
128
+ .svg-icon-chat {
129
+ background-size: 80%;
130
+ }
131
+ }
132
+ }
133
+ }
@@ -1,4 +1,4 @@
1
- # Coon.command/src
2
-
3
- This folder contains source code that will automatically be added to the classpath when
4
- the package is used.
1
+ # Coon.command/src
2
+
3
+ This folder contains source code that will automatically be added to the classpath when
4
+ the package is used.
@@ -1,102 +1,102 @@
1
- :root {
2
- --ColorPalette-pallet-1-color-1: rgba(238, 64, 53, 1);
3
- --ColorPalette-pallet-1-color-2: rgba(241, 102, 93, 1);
4
- --ColorPalette-pallet-1-color-3: rgba(247, 159, 154, 1);
5
- --ColorPalette-pallet-1-color-4: rgba(248, 179, 174, 1);
6
- --ColorPalette-pallet-1-color-5: rgba(250, 198, 194, 1);
7
- --ColorPalette-pallet-1-color-6: rgba(252, 217, 215, 1);
8
- --ColorPalette-pallet-1-color-7: rgba(253, 236, 235, 1);
9
-
10
- --ColorPalette-pallet-2-color-1: rgba(250, 127, 46, 1);
11
- --ColorPalette-pallet-2-color-2: rgba(251, 153, 88, 1);
12
- --ColorPalette-pallet-2-color-3: rgba(252, 191, 150, 1);
13
- --ColorPalette-pallet-2-color-4: rgba(253, 204, 171, 1);
14
- --ColorPalette-pallet-2-color-5: rgba(253, 217, 192, 1);
15
- --ColorPalette-pallet-2-color-6: rgba(254, 229, 213, 1);
16
- --ColorPalette-pallet-2-color-7: rgba(255, 242, 234, 1);
17
-
18
- --ColorPalette-pallet-3-color-1: rgba(246, 200, 33, 1);
19
- --ColorPalette-pallet-3-color-2: rgba(248, 211, 77, 1);
20
- --ColorPalette-pallet-3-color-3: rgba(251, 227, 144, 1);
21
- --ColorPalette-pallet-3-color-4: rgba(251, 233, 166, 1);
22
- --ColorPalette-pallet-3-color-5: rgba(252, 239, 188, 1);
23
- --ColorPalette-pallet-3-color-6: rgba(253, 244, 211, 1);
24
- --ColorPalette-pallet-3-color-7: rgba(254, 249, 233, 1);
25
-
26
- --ColorPalette-pallet-4-color-1: rgba(104, 180, 102, 1);
27
- --ColorPalette-pallet-4-color-2: rgba(134, 195, 133, 1);
28
- --ColorPalette-pallet-4-color-3: rgba(179, 217, 179, 1);
29
- --ColorPalette-pallet-4-color-4: rgba(195, 225, 194, 1);
30
- --ColorPalette-pallet-4-color-5: rgba(210, 233, 209, 1);
31
- --ColorPalette-pallet-4-color-6: rgba(225, 240, 225, 1);
32
- --ColorPalette-pallet-4-color-7: rgba(240, 247, 240, 1);
33
-
34
- --ColorPalette-pallet-5-color-1: rgba(69, 160, 185, 1);
35
- --ColorPalette-pallet-5-color-2: rgba(106, 179, 199, 1);
36
- --ColorPalette-pallet-5-color-3: rgba(162, 207, 220, 1);
37
- --ColorPalette-pallet-5-color-4: rgba(181, 217, 227, 1);
38
- --ColorPalette-pallet-5-color-5: rgba(199, 227, 234, 1);
39
- --ColorPalette-pallet-5-color-6: rgba(218, 236, 241, 1);
40
- --ColorPalette-pallet-5-color-7: rgba(236, 245, 248, 1);
41
-
42
- --ColorPalette-pallet-6-color-1: rgba(61, 120, 191, 1);
43
- --ColorPalette-pallet-6-color-2: rgba(100, 147, 204, 1);
44
- --ColorPalette-pallet-6-color-3: rgba(158, 187, 223, 1);
45
- --ColorPalette-pallet-6-color-4: rgba(177, 201, 229, 1);
46
- --ColorPalette-pallet-6-color-5: rgba(197, 215, 236, 1);
47
- --ColorPalette-pallet-6-color-6: rgba(216, 228, 242, 1);
48
- --ColorPalette-pallet-6-color-7: rgba(236, 241, 249, 1);
49
-
50
- --ColorPalette-pallet-7-color-1: rgba(138, 97, 187, 1);
51
- --ColorPalette-pallet-7-color-2: rgba(161, 129, 201, 1);
52
- --ColorPalette-pallet-7-color-3: rgba(196, 176, 221, 1);
53
- --ColorPalette-pallet-7-color-4: rgba(208, 192, 228, 1);
54
- --ColorPalette-pallet-7-color-5: rgba(220, 208, 235, 1);
55
- --ColorPalette-pallet-7-color-6: rgba(232, 223, 241, 1);
56
- --ColorPalette-pallet-7-color-7: rgba(243, 239, 248, 1);
57
- }
58
- .ColorPalette {
59
- .x-grid-cell, .x-grid-item{
60
- border: 1px solid transparent;
61
- }
62
- .x-grid-item-selected, .x-grid-cell-selected{
63
- border: 1px solid red !important;
64
- }
65
- .x-colorpicker-field-swatch{
66
- position: absolute;
67
- width: 20px;
68
- height: 20px;
69
- top: auto;
70
- bottom: auto;
71
- border-radius: 4px;
72
- margin-top: 4px;
73
- left: 4px;
74
- }
75
- .x-form-field.x-form-text.x-form-text-default{
76
- padding-left: 30px;
77
- }
78
- .x-form-text-wrap{
79
- margin-left: 5px;
80
- }
81
- .x-colorpicker-field-swatch-inner{
82
- border-radius: 4px;
83
- }
84
- .x-form-item-label{
85
- left: 20px;
86
- }
87
- .gradient-mask{
88
- width: 100%;
89
- height: 75%;
90
- position: absolute;
91
- top: 0;
92
- left: 20px;
93
- background-color: white;
94
- padding-right: 17px;
95
- display: flex;
96
- margin-top: 4px;
97
- div{
98
- align-self: center;
99
- }
100
-
101
- }
102
- }
1
+ :root {
2
+ --ColorPalette-pallet-1-color-1: rgba(238, 64, 53, 1);
3
+ --ColorPalette-pallet-1-color-2: rgba(241, 102, 93, 1);
4
+ --ColorPalette-pallet-1-color-3: rgba(247, 159, 154, 1);
5
+ --ColorPalette-pallet-1-color-4: rgba(248, 179, 174, 1);
6
+ --ColorPalette-pallet-1-color-5: rgba(250, 198, 194, 1);
7
+ --ColorPalette-pallet-1-color-6: rgba(252, 217, 215, 1);
8
+ --ColorPalette-pallet-1-color-7: rgba(253, 236, 235, 1);
9
+
10
+ --ColorPalette-pallet-2-color-1: rgba(250, 127, 46, 1);
11
+ --ColorPalette-pallet-2-color-2: rgba(251, 153, 88, 1);
12
+ --ColorPalette-pallet-2-color-3: rgba(252, 191, 150, 1);
13
+ --ColorPalette-pallet-2-color-4: rgba(253, 204, 171, 1);
14
+ --ColorPalette-pallet-2-color-5: rgba(253, 217, 192, 1);
15
+ --ColorPalette-pallet-2-color-6: rgba(254, 229, 213, 1);
16
+ --ColorPalette-pallet-2-color-7: rgba(255, 242, 234, 1);
17
+
18
+ --ColorPalette-pallet-3-color-1: rgba(246, 200, 33, 1);
19
+ --ColorPalette-pallet-3-color-2: rgba(248, 211, 77, 1);
20
+ --ColorPalette-pallet-3-color-3: rgba(251, 227, 144, 1);
21
+ --ColorPalette-pallet-3-color-4: rgba(251, 233, 166, 1);
22
+ --ColorPalette-pallet-3-color-5: rgba(252, 239, 188, 1);
23
+ --ColorPalette-pallet-3-color-6: rgba(253, 244, 211, 1);
24
+ --ColorPalette-pallet-3-color-7: rgba(254, 249, 233, 1);
25
+
26
+ --ColorPalette-pallet-4-color-1: rgba(104, 180, 102, 1);
27
+ --ColorPalette-pallet-4-color-2: rgba(134, 195, 133, 1);
28
+ --ColorPalette-pallet-4-color-3: rgba(179, 217, 179, 1);
29
+ --ColorPalette-pallet-4-color-4: rgba(195, 225, 194, 1);
30
+ --ColorPalette-pallet-4-color-5: rgba(210, 233, 209, 1);
31
+ --ColorPalette-pallet-4-color-6: rgba(225, 240, 225, 1);
32
+ --ColorPalette-pallet-4-color-7: rgba(240, 247, 240, 1);
33
+
34
+ --ColorPalette-pallet-5-color-1: rgba(69, 160, 185, 1);
35
+ --ColorPalette-pallet-5-color-2: rgba(106, 179, 199, 1);
36
+ --ColorPalette-pallet-5-color-3: rgba(162, 207, 220, 1);
37
+ --ColorPalette-pallet-5-color-4: rgba(181, 217, 227, 1);
38
+ --ColorPalette-pallet-5-color-5: rgba(199, 227, 234, 1);
39
+ --ColorPalette-pallet-5-color-6: rgba(218, 236, 241, 1);
40
+ --ColorPalette-pallet-5-color-7: rgba(236, 245, 248, 1);
41
+
42
+ --ColorPalette-pallet-6-color-1: rgba(61, 120, 191, 1);
43
+ --ColorPalette-pallet-6-color-2: rgba(100, 147, 204, 1);
44
+ --ColorPalette-pallet-6-color-3: rgba(158, 187, 223, 1);
45
+ --ColorPalette-pallet-6-color-4: rgba(177, 201, 229, 1);
46
+ --ColorPalette-pallet-6-color-5: rgba(197, 215, 236, 1);
47
+ --ColorPalette-pallet-6-color-6: rgba(216, 228, 242, 1);
48
+ --ColorPalette-pallet-6-color-7: rgba(236, 241, 249, 1);
49
+
50
+ --ColorPalette-pallet-7-color-1: rgba(138, 97, 187, 1);
51
+ --ColorPalette-pallet-7-color-2: rgba(161, 129, 201, 1);
52
+ --ColorPalette-pallet-7-color-3: rgba(196, 176, 221, 1);
53
+ --ColorPalette-pallet-7-color-4: rgba(208, 192, 228, 1);
54
+ --ColorPalette-pallet-7-color-5: rgba(220, 208, 235, 1);
55
+ --ColorPalette-pallet-7-color-6: rgba(232, 223, 241, 1);
56
+ --ColorPalette-pallet-7-color-7: rgba(243, 239, 248, 1);
57
+ }
58
+ .ColorPalette {
59
+ .x-grid-cell, .x-grid-item{
60
+ border: 1px solid transparent;
61
+ }
62
+ .x-grid-item-selected, .x-grid-cell-selected{
63
+ border: 1px solid red !important;
64
+ }
65
+ .x-colorpicker-field-swatch{
66
+ position: absolute;
67
+ width: 20px;
68
+ height: 20px;
69
+ top: auto;
70
+ bottom: auto;
71
+ border-radius: 4px;
72
+ margin-top: 4px;
73
+ left: 4px;
74
+ }
75
+ .x-form-field.x-form-text.x-form-text-default{
76
+ padding-left: 30px;
77
+ }
78
+ .x-form-text-wrap{
79
+ margin-left: 5px;
80
+ }
81
+ .x-colorpicker-field-swatch-inner{
82
+ border-radius: 4px;
83
+ }
84
+ .x-form-item-label{
85
+ left: 20px;
86
+ }
87
+ .gradient-mask{
88
+ width: 100%;
89
+ height: 75%;
90
+ position: absolute;
91
+ top: 0;
92
+ left: 20px;
93
+ background-color: white;
94
+ padding-right: 17px;
95
+ display: flex;
96
+ margin-top: 4px;
97
+ div{
98
+ align-self: center;
99
+ }
100
+
101
+ }
102
+ }
@@ -1,8 +1,8 @@
1
- .ExternalFrame {
2
- .x-toolbar {
3
- padding: 0 !important;
4
- .x-btn-default-toolbar-small, .x-btn-button-default-toolbar-small {
5
- padding: 4px 8px 4px 8px;
6
- }
7
- }
8
- }
1
+ .ExternalFrame {
2
+ .x-toolbar {
3
+ padding: 0 !important;
4
+ .x-btn-default-toolbar-small, .x-btn-button-default-toolbar-small {
5
+ padding: 4px 8px 4px 8px;
6
+ }
7
+ }
8
+ }
@@ -1,35 +1,35 @@
1
- .HotkeyHelpText {
2
- div {
3
- user-select: none;
4
- &.frame {
5
- border: 1px solid lightgray;
6
- }
7
- padding: 0px 4px;
8
- font: 400 12px Roboto, sans-serif;
9
- text-align: center;
10
- .text {
11
- display: inline-block;
12
- color: #333;
13
- margin-right: 2px;
14
- }
15
- .symbols {
16
- .border {
17
- &.modifier {
18
- font-weight: bold;
19
- }
20
- &.symbol {
21
- color: black;
22
- text-transform: capitalize;
23
- background-color: transparent;
24
- }
25
- color: gray;
26
- font-size: 10px;
27
- display: inline-block;
28
- padding: 2px 4px;
29
- margin: 4px;
30
- border: 1px outset lightgray;
31
- background-color: lighten($color: lightblue, $amount: 8);
32
- }
33
- }
34
- }
1
+ .HotkeyHelpText {
2
+ div {
3
+ user-select: none;
4
+ &.frame {
5
+ border: 1px solid lightgray;
6
+ }
7
+ padding: 0px 4px;
8
+ font: 400 12px Roboto, sans-serif;
9
+ text-align: center;
10
+ .text {
11
+ display: inline-block;
12
+ color: #333;
13
+ margin-right: 2px;
14
+ }
15
+ .symbols {
16
+ .border {
17
+ &.modifier {
18
+ font-weight: bold;
19
+ }
20
+ &.symbol {
21
+ color: black;
22
+ text-transform: capitalize;
23
+ background-color: transparent;
24
+ }
25
+ color: gray;
26
+ font-size: 10px;
27
+ display: inline-block;
28
+ padding: 2px 4px;
29
+ margin: 4px;
30
+ border: 1px outset lightgray;
31
+ background-color: lighten($color: lightblue, $amount: 8);
32
+ }
33
+ }
34
+ }
35
35
  }
@@ -1,5 +1,5 @@
1
- .TreeComponentStructure {
2
- .x-item-disabled{
3
- display: none;
4
- }
5
- }
1
+ .TreeComponentStructure {
2
+ .x-item-disabled{
3
+ display: none;
4
+ }
5
+ }