diff --git a/aqt/deckbrowser.py b/aqt/deckbrowser.py index 45482f848..a7a99c031 100644 --- a/aqt/deckbrowser.py +++ b/aqt/deckbrowser.py @@ -60,6 +60,7 @@ td.opts { white-space: nowrap; } tr.drag-hover td { border-bottom: %(width)s solid #aaa; } .extra { font-size: 90%%; } body { margin: 1em; -webkit-user-select: none; } +.current { background-color: #ececec; } """ % dict(width=_dragIndicatorBorderWidth) _body = """ @@ -128,7 +129,11 @@ body { margin: 1em; -webkit-user-select: none; } name, did, due, new, children = node def indent(): return " "*3*depth - buf = "