changed read/unread buttons behaviour
This commit is contained in:
parent
52b5d27deb
commit
843c746e1a
3 changed files with 26 additions and 19 deletions
|
@ -22,7 +22,7 @@
|
|||
</article>
|
||||
<footer class="bar">
|
||||
<a class="button icon" href="#reload">🔄</a>
|
||||
<a class="button icon" href="#all-read" id="all-read">📥</a>
|
||||
<a class="button icon" href="#all-read" id="all-read">❌</a>
|
||||
<a class="button icon" href="#settings">⚙</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</footer>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<article>
|
||||
<form>
|
||||
<p class="smallogo">
|
||||
<img src="img/splash.png" alt="Logo, an ape head">
|
||||
<img src="img/icon-128.png" alt="Logo, an ape head">
|
||||
</p>
|
||||
<p>
|
||||
<label for="url">URL:</label>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button icon" href="#list"></a>
|
||||
<a id="setunread" class="button icon" href="#unread">📥</a>
|
||||
<a id="setunread" class="button icon" href="#unread">✓</a>
|
||||
<a id="setstarred" class="button icon" href="#starred">☆</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
|
|
Reference in a new issue