mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
add css id to the star used for marking
Can't automatically prevent the star from being affected by image resize and other CSS properties, as even weirder things happen to it when we try. However, this will give users the ability to fix it themselves.
This commit is contained in:
parent
4619933e7e
commit
186641ad8c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Reviewer(object):
|
|||
##########################################################################
|
||||
|
||||
_revHtml = """
|
||||
<img src="qrc:/icons/rating.png" class=marked>
|
||||
<img src="qrc:/icons/rating.png" id=star class=marked>
|
||||
<div id=qa></div>
|
||||
<script>
|
||||
var ankiPlatform = "desktop";
|
||||
|
|
Loading…
Reference in a new issue