slightly darken current deck

This commit is contained in:
Damien Elmes 2012-05-14 03:21:21 +09:00
parent 1d5ddc6157
commit ae33ed2623

View file

@ -79,7 +79,7 @@ td.opts { white-space: nowrap; }
tr.drag-hover td { border-bottom: %(width)s solid #aaa; } tr.drag-hover td { border-bottom: %(width)s solid #aaa; }
.extra { font-size: 90%%; } .extra { font-size: 90%%; }
body { margin: 1em; -webkit-user-select: none; } body { margin: 1em; -webkit-user-select: none; }
.current { background-color: #ececec; } .current { background-color: #e7e7e7; }
.decktd { min-width: 15em; } .decktd { min-width: 15em; }
.count { width: 6em; text-align: right; } .count { width: 6em; text-align: right; }
""" % dict(width=_dragIndicatorBorderWidth) """ % dict(width=_dragIndicatorBorderWidth)