mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
Show drag marker as line between rows, rather than as row background
This commit is contained in:
parent
9c0a9847c2
commit
430a991f27
1 changed files with 2 additions and 1 deletions
|
|
@ -52,8 +52,9 @@ class DeckBrowser(object):
|
|||
tr { font-size: 12px; }
|
||||
a.deck { color: #000; text-decoration: none; }
|
||||
a.deck:hover { text-decoration: underline; }
|
||||
tr.deck td { border-bottom: thick solid transparent; }
|
||||
td.opts { white-space: nowrap; }
|
||||
.drag-hover { background-color: #448; }
|
||||
tr.drag-hover td { border-bottom: thick solid #448; }
|
||||
.extra { font-size: 90%; }
|
||||
body { margin: 1em; -webkit-user-select: none; }
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue