Skip to content

Commit 4a80c8d

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

File tree

1 file changed

+5
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/variables

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
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) - .2rem) / 2), 1);
13+
14+
@action__padding-top: round(((@field-control__height -
15+
(@field-control__font-size * @field-control__line-height) -
16+
((unit(@field-control__border-width) / @font-rem-ratio) * 2)) / 2), 1);
17+
1418
@action__padding-bottom: @field-control__padding-top;
1519
@action__height: 3.3rem;
1620

0 commit comments

Comments
 (0)