mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix field content showing in top button area
This commit is contained in:
parent
c740723e0b
commit
f91e30a2c1
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