소스 검색

Fix #1118: Better file action button style

Kartik Visweswaran 7 년 전
부모
커밋
b3000b6fc8
4개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;
 }
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.