Skip to content

Commit c4ff20e

Browse files
fixed a vertical scrollbar caused the 999px line-height on <button> FF6 & FF7 while not rebreaking the IE issue jquery-archive#1927
removed: line-height:999px; added: line-height:1px; added: text-align:left; added: text-indent:-999px;
1 parent 83b5182 commit c4ff20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
.ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; }
5353

5454
/*hiding native button,inputs */
55-
.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: transparent; font-size: 1px; border: none; line-height: 999px; }
55+
.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: transparent; font-size: 1px; border: none; line-height:1px; text-align:left; text-indent:-999px; }

0 commit comments

Comments
 (0)