mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 22:39:06 -05:00
fix field content showing in top button area
This commit is contained in:
parent
25c4491a21
commit
a8e3672d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv", "m4a"
|
|||
_html = """
|
||||
<style>
|
||||
html { background: %s; }
|
||||
#topbuts { background: %s; }
|
||||
#topbutsOuter { background: %s; }
|
||||
</style>
|
||||
<div id="topbutsOuter"><div id="topbuts" class="clearfix">%s</div></div>
|
||||
<div id="fields"></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue