Skip to content

Commit

Permalink
Fix #1118: Better file action button style
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 4, 2017
1 parent f846c39 commit b3000b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Change Log: `bootstrap-fileinput`

**Date:** Work in progress

- (enh #1118): Better file action button style.
- (bug #1117): Reset `ajaxAborted` status more correctly before upload.
- (enh #1113): Correct slug default callback to include hyphens in file name.
- (enh #1111): Enhance default file download action to use `button` markup.
Expand Down
2 changes: 1 addition & 1 deletion css/fileinput.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
height: 30px;
line-height: 30px;
padding: 0;
font-size: 0.875rem;
font-size: 90%;
border-radius: 0.2rem;
}

Expand Down
2 changes: 1 addition & 1 deletion css/fileinput.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/fileinput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ input[type=file].file-loading {
height: multiply($pad, 6);
line-height: multiply($pad, 6);
padding: 0;
font-size: 0.875rem;
font-size: 90%;
border-radius: 0.2rem;
}

Expand Down

0 comments on commit b3000b6

Please sign in to comment.