Skip to content

Commit 7242064

Browse files
author
Oleg Zinoviev
committed
MAGETWO-37124: All text fields are invisible in Backend Add New Customer page
1 parent 86646fc commit 7242064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_controls.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@field-control__background-color: @color-white;
1717
@field-control__border-color: @action__border-color;
1818
@field-control__border-radius: 1px;
19-
@field-control__border-width: .1rem;
19+
@field-control__border-width: 1px;
2020
@field-control__color: @color-very-dark-gray-black;
2121
@field-control__font-size: @action__font-size;
2222
@field-control__line-height: @action__line-height;

app/design/adminhtml/Magento/backend/web/css/source/variables/_actions.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@action__border-color: @color-gray68;
1111
@action__font-size: @font-size__base;
1212
@action__line-height: @line-height__base;
13-
@action__padding-top: round(((@field-control__height - @field-control__font-size * @field-control__line-height - @field-control__border-width * 2) / 2), 1);
13+
@action__padding-top: round(((@field-control__height - (@field-control__font-size * @field-control__line-height) - .2rem) / 2), 1);
1414
@action__padding-bottom: @field-control__padding-top;
1515
@action__height: 3.3rem;
1616

0 commit comments

Comments
 (0)