Skip to content

Commit

Permalink
Fix #460: Update CSS selectors prefix to start with file
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 28, 2015
1 parent 951ab71 commit c86de17
Show file tree
Hide file tree
Showing 6 changed files with 2,690 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Change Log: `bootstrap-fileinput`
2. Implement package.json.
3. (enh #449): Add Arabic Translations.
4. (enh #454): Update Turkish Translations.
5. (enh #460): Update CSS selectors prefix to start with `file`.

## version 4.2.7

Expand Down
4 changes: 2 additions & 2 deletions css/fileinput.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
display: none;
}

.loading {
.file-thumb-loading {
background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}

Expand Down Expand Up @@ -211,7 +211,7 @@
padding: 85px 10px;
}

.highlighted {
.file-highlighted {
border: 2px dashed #999 !important;
background-color: #f0f0f0;
}
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.

0 comments on commit c86de17

Please sign in to comment.