소스 검색

Remove transparent & Change `text-indent 26px`

https://github.com/dom111/webdav-js/issues/22#issuecomment-438228763
Lucian I. Last 6 년 전
부모
커밋
41b7e0eea9
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      assets/css/style-min.css
  2. 1 2
      assets/css/style.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
assets/css/style-min.css


+ 1 - 2
assets/css/style.css

@@ -137,13 +137,12 @@ ul.list li a.move,
 ul.list li a.rename,
 ul.list li a.delete,
 ul.list li a.download {
-    color: transparent;
     padding: 5px;
     background: none;
     float: right;
     height: 16px;
     width: 16px;
-    text-indent: 100%;
+    text-indent: 26px;
     white-space: nowrap;
     overflow: hidden;
     background: none no-repeat center center;

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