소스 검색

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;