Two-states buttons are now using opacity instead of two icons.

This commit is contained in:
Bonbadil 2014-10-16 00:06:00 +02:00
parent 8b0cc42075
commit de93b8059a
3 changed files with 28 additions and 28 deletions

View file

@ -23,7 +23,7 @@
<header class="bar">
<a class="button icon settings" href="#settings">&#9881;</a>
<a class="button icon reload" href="#reload">&#128260;</a>
<a class="button icon all-read" href="#all-read" id="all-read"></a>
<a class="button icon all-read inactive" href="#all-read" id="all-read"></a>
<canvas width="40" height="40"></canvas>
</header>
<article>
@ -87,9 +87,9 @@
<section id="full">
<header class="bar">
<a class="button icon list" href="#list">&#57349;</a>
<a id="setpublished" class="button icon" href="#published">&#9729;</a>
<a id="setstarred" class="button icon" href="#starred">&#9734;</a>
<a id="setunread" class="button icon" href="#unread"></a>
<a id="setpublished" class="button icon inactive invisible" href="#published">&#59194;</a>
<a id="setstarred" class="button icon inactive" href="#starred">&#9733;</a>
<a id="setunread" class="button icon inactive" href="#unread"></a>
<canvas width="40" height="40"></canvas>
</header>
<article>