From ae33ed26231cefd20c4fb98f3b94d68e99b04788 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 14 May 2012 03:21:21 +0900 Subject: [PATCH] slightly darken current deck --- aqt/deckbrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/deckbrowser.py b/aqt/deckbrowser.py index 6f1f9bffc..a9c67f063 100644 --- a/aqt/deckbrowser.py +++ b/aqt/deckbrowser.py @@ -79,7 +79,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; } +.current { background-color: #e7e7e7; } .decktd { min-width: 15em; } .count { width: 6em; text-align: right; } """ % dict(width=_dragIndicatorBorderWidth)