ソースを参照

Fix #1578: Enhance progress bar styling

Kartik Visweswaran 5 年 前
コミット
32ca567945
3 ファイル変更3 行追加4 行削除
  1. 1 0
      CHANGE.md
  2. 1 3
      css/fileinput.css
  3. 1 1
      css/fileinput.min.css

+ 1 - 0
CHANGE.md

@@ -5,6 +5,7 @@ Change Log: `bootstrap-fileinput`
 
 **Date:** _under development_
 
+- (enh #1578): Enhance progress bar styling.
 - (enh #1577): Use `…` instead of three dots.
 - (enh #1576): Update French Translations.
 

+ 1 - 3
css/fileinput.css

@@ -61,9 +61,8 @@
 }
 
 .krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
-    height: 11px;
     font-family: Verdana, Helvetica, sans-serif;
-    font-size: 9px;
+    font-size: 0.7rem;
 }
 
 .krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
@@ -292,7 +291,6 @@
 }
 
 .krajee-default .file-thumb-progress {
-    height: 11px;
     top: 37px;
     left: 0;
     right: 0;

+ 1 - 1
css/fileinput.min.css

@@ -1,5 +1,5 @@
 /*!
- * bootstrap-fileinput v5.1.0
+ * bootstrap-fileinput v5.0.9
  * http://plugins.krajee.com/file-input
  *
  * Krajee default styling for bootstrap-fileinput.