Browse Source

Fix #1118: Better file action button style

Kartik Visweswaran 7 years ago
parent
commit
b3000b6fc8
4 changed files with 3 additions and 2 deletions
  1. 1 0
      CHANGE.md
  2. 1 1
      css/fileinput.css
  3. 0 0
      css/fileinput.min.css
  4. 1 1
      scss/fileinput.scss

+ 1 - 0
CHANGE.md

@@ -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.

+ 1 - 1
css/fileinput.css

@@ -465,7 +465,7 @@
     height: 30px;
     line-height: 30px;
     padding: 0;
-    font-size: 0.875rem;
+    font-size: 90%;
     border-radius: 0.2rem;
 }
 

File diff suppressed because it is too large
+ 0 - 0
css/fileinput.min.css


+ 1 - 1
scss/fileinput.scss

@@ -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;
 }
 

Some files were not shown because too many files changed in this diff