better read and starred look
This commit is contained in:
parent
3850fe7c25
commit
8297a48818
3 changed files with 18 additions and 11 deletions
|
@ -80,8 +80,8 @@
|
|||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button" href="#list">List</a>
|
||||
<a id="setunread" class="button" href="#unread">Set unread</a>
|
||||
<a id="setstarred" class="button" href="#starred">no *</a>
|
||||
<a id="setunread" class="button unread" href="#unread">○</a>
|
||||
<a id="setstarred" class="button star" href="#starred">☆</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
<article>
|
||||
|
|
Reference in a new issue