Download:
child 85:a0a14d45c340
parent 83:ad889ea48249
84:75dafcb54f2c
Anton Shestakov <av6@dwimlabs.net>, Fri, 21 Oct 2016 18:58:17 +0800
viewer: lighter color for hovered row

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/results.html file | annotate | diff | comparison | revisions
--- a/templates/results.html Sun Aug 07 13:03:34 2016 +0800
+++ b/templates/results.html Fri Oct 21 18:58:17 2016 +0800
@@ -11,7 +11,7 @@
border-spacing: 0;
}
tbody tr:hover {
- background-color: silver;
+ background-color: #ddd;
}
td {
white-space: nowrap;