mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
slightly more attractive highlight for mark/suspend
This commit is contained in:
parent
7119ffd4f9
commit
fe8178a5de
1 changed files with 2 additions and 2 deletions
|
@ -1417,10 +1417,10 @@ class BrowserToolbar(Toolbar):
|
||||||
if on:
|
if on:
|
||||||
fmt = '''\
|
fmt = '''\
|
||||||
<a class=hitem title="%s" href="%s">\
|
<a class=hitem title="%s" href="%s">\
|
||||||
<img valign=bottom style='background: #000;' src="qrc:/icons/%s.png"> %s</a>'''
|
<img valign=bottom style='border: 1px solid #aaa;' src="qrc:/icons/%s.png"> %s</a>'''
|
||||||
else:
|
else:
|
||||||
fmt = '''\
|
fmt = '''\
|
||||||
<a class=hitem title="%s" href="%s"><img valign=bottom src="qrc:/icons/%s.png"> %s</a>'''
|
<a class=hitem title="%s" href="%s"><img style="padding: 1px;" valign=bottom src="qrc:/icons/%s.png"> %s</a>'''
|
||||||
return fmt % (title, link, icon, title)
|
return fmt % (title, link, icon, title)
|
||||||
right = ""
|
right = ""
|
||||||
right += borderImg("info", "info", False, _("Info"))
|
right += borderImg("info", "info", False, _("Info"))
|
||||||
|
|
Loading…
Reference in a new issue