Skip to content

Commit daac6ff

Browse files
committed
Updating lines 55 to 64 in the jquery.fileupload-ui.css.erb to the following seems to work on Sass 3.2.
/* Fix for IE 6: */ * html .fileinput-button {   line-height: 22px;   margin: 1px -3px 0 0; } /* Fix for IE 7: */ * + html .fileinput-button {   margin: 1px 0 0 0; }
1 parent 042d7c2 commit daac6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
}
5454

5555
/* Fix for IE 6: */
56-
*html .fileinput-button {
56+
* html .fileinput-button {
5757
line-height: 22px;
5858
margin: 1px -3px 0 0;
5959
}
6060

6161
/* Fix for IE 7: */
62-
*+html .fileinput-button {
62+
* + html .fileinput-button {
6363
margin: 1px 0 0 0;
6464
}
6565

0 commit comments

Comments
 (0)