浏览代码

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.rename,
 ul.list li a.delete,
 ul.list li a.delete,
 ul.list li a.download {
 ul.list li a.download {
-    color: transparent;
     padding: 5px;
     padding: 5px;
     background: none;
     background: none;
     float: right;
     float: right;
     height: 16px;
     height: 16px;
     width: 16px;
     width: 16px;
-    text-indent: 100%;
+    text-indent: 26px;
     white-space: nowrap;
     white-space: nowrap;
     overflow: hidden;
     overflow: hidden;
     background: none no-repeat center center;
     background: none no-repeat center center;

部分文件因为文件数量过多而无法显示