mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
tweak highlight colour
This commit is contained in:
parent
0e0881193e
commit
ad5be96468
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ a.deck { color: #000; text-decoration: none; }
|
|||
a.deck:hover { text-decoration: underline; }
|
||||
tr.deck td { border-bottom: thick solid transparent; }
|
||||
td.opts { white-space: nowrap; }
|
||||
tr.drag-hover td { border-bottom: thick solid #448; }
|
||||
tr.drag-hover td { border-bottom: 1px solid #aaa; }
|
||||
.extra { font-size: 90%; }
|
||||
body { margin: 1em; -webkit-user-select: none; }
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue