mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
slightly darken current deck
This commit is contained in:
parent
1d5ddc6157
commit
ae33ed2623
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue