浏览代码

Hover improvement

Igor 5 年之前
父节点
当前提交
a2b4676f22
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      explorer/index.php

+ 2 - 0
explorer/index.php

@@ -29,6 +29,8 @@
         table tr:nth-child(even){background-color: #f2f2f2;}
 
         table tr:hover {background-color: #ddd;}
+        
+        table tr:hover td {border: 1px solid white;}
 
         table th {
             padding-top: 12px;