Skip to content

Commit 305223e

Browse files
cranberyxlbobthecow
authored andcommitted
Highlight table rows on hover
1 parent 967c835 commit 305223e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

mongodbadmin.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,18 @@ function findMongoDbDocument($id, $db, $collection, $forceCustomId = false)
402402
padding: 8px;
403403
}
404404
table td {
405-
background-color: #fff;
406405
padding: 8px;
407-
border-bottom: 1px solid #ccc;
408406
}
409407
table td a {
410408
font-weight: bold;
411409
}
410+
table tbody tr {
411+
background-color: #fff;
412+
border-bottom: 1px solid #ccc;
413+
}
414+
table tbody tr:hover {
415+
background-color: #eee;
416+
}
412417
.save_button {
413418
-moz-border-radius: 10px;
414419
-webkit-border-radius: 10px;

0 commit comments

Comments
 (0)