Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 55bf64f

Browse files
Textinput: Vertical alignment of clear button in mini sized text inputs. Fixes #5840
1 parent 04406bf commit 55bf64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.forms.textinput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
1717
textarea.ui-mini { height: 45px; }
1818
.ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
1919
.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
20-
.ui-mini .ui-input-clear { margin-top: -14px; right: -3px; }
20+
.ui-mini .ui-input-clear { right: -3px; }
2121
.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
2222

2323
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */

0 commit comments

Comments
 (0)