Show drag marker as line between rows, rather than as row background

This commit is contained in:
Aaron Harsh 2012-01-16 21:27:15 -08:00
parent 9c0a9847c2
commit 430a991f27

View file

@ -52,8 +52,9 @@ class DeckBrowser(object):
tr { font-size: 12px; } tr { font-size: 12px; }
a.deck { color: #000; text-decoration: none; } a.deck { color: #000; text-decoration: none; }
a.deck:hover { text-decoration: underline; } a.deck:hover { text-decoration: underline; }
tr.deck td { border-bottom: thick solid transparent; }
td.opts { white-space: nowrap; } td.opts { white-space: nowrap; }
.drag-hover { background-color: #448; } tr.drag-hover td { border-bottom: thick solid #448; }
.extra { font-size: 90%; } .extra { font-size: 90%; }
body { margin: 1em; -webkit-user-select: none; } body { margin: 1em; -webkit-user-select: none; }
""" """