Parcourir la source

Hover improvement

Igor il y a 5 ans
Parent
commit
a2b4676f22
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;