Browse Source

Hover improvement

Igor 3 years ago
parent
commit
a2b4676f22
1 changed files with 2 additions and 0 deletions
  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;