File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
code/Magento/Ui/view/base/web/templates/form/element
design/adminhtml/Magento/backend/web/css/source/components Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
-->
7
- < div class ="admin__field "
7
+ < div class ="admin__field-control "
8
8
visible ="visible "
9
9
css ="$data.additionalClasses ">
10
10
< input type ="hidden " class ="colorpicker-spectrum " data-bind ="colorPicker: colorPickerConfig, attr: { disabled: disabled } " />
11
- < input type ="text " class ="colorpicker-input " data-bind ="
11
+ < input type ="text " class ="admin__control-text colorpicker-input " data-bind ="
12
12
value: value,
13
13
hasFocus: focused,
14
14
attr: { id: uid, placeholder: placeholder, disabled: disabled } " />
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ License: MIT
12
12
13
13
.colorpicker-input {
14
14
vertical-align : middle ;
15
+ width : 50% !important ;
15
16
}
16
17
17
18
.sp-container {
You can’t perform that action at this time.
0 commit comments