mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
subtle lines in deck browser
This commit is contained in:
parent
cb56df2dab
commit
c8ef15c3d0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class DeckBrowser(object):
|
||||||
tr { font-size: 12px; }
|
tr { font-size: 12px; }
|
||||||
a.deck { color: #000; text-decoration: none; }
|
a.deck { color: #000; text-decoration: none; }
|
||||||
a.deck:hover { text-decoration: underline; }
|
a.deck:hover { text-decoration: underline; }
|
||||||
tr.deck td { border-bottom: %(width)s solid transparent; }
|
tr.deck td { border-bottom: %(width)s solid #e7e7e7; }
|
||||||
tr.top-level-drag-row td { border-bottom: %(width)s solid transparent; }
|
tr.top-level-drag-row td { border-bottom: %(width)s solid transparent; }
|
||||||
td.opts { white-space: nowrap; }
|
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; }
|
||||||
|
|
Loading…
Reference in a new issue