Settings exit to categories and new icons
The back icon has been added and now when exiting from settings page, categories page will be loaded
This commit is contained in:
parent
e81bd87919
commit
d27ba8691a
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
<section id="list">
|
<section id="list">
|
||||||
<header class="bar">
|
<header class="bar">
|
||||||
<a class="button icon settings" href="#settings">⚙</a>
|
<a class="button icon settings" href="#settings">⚙</a>
|
||||||
<a class="button icon back" href="#categories">⚙</a>
|
<a class="button icon back" href="#categories">«</a>
|
||||||
<a class="button icon reload" href="#reload">🔄</a>
|
<a class="button icon reload" href="#reload">🔄</a>
|
||||||
<a class="button icon all-read inactive" 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>
|
<canvas width="40" height="40"></canvas>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<section id="categories" class="active">
|
<section id="categories" class="active">
|
||||||
<header class="bar">
|
<header class="bar">
|
||||||
<a class="button icon settings" href="#settings">⚙</a>
|
<a class="button icon settings" href="#settings">⚙</a>
|
||||||
<a class="button icon back" href="#categories-back">⚙</a>
|
<a class="button icon back" href="#categories-back">«</a>
|
||||||
<a class="button icon reload" href="#reload">🔄</a>
|
<a class="button icon reload" href="#reload">🔄</a>
|
||||||
<a class="button icon all-read inactive" 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>
|
<canvas width="40" height="40"></canvas>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
<section id="settings">
|
<section id="settings">
|
||||||
<header class="bar">
|
<header class="bar">
|
||||||
<a class="button icon" href="#list"></a>
|
<a class="button icon" href="#categories"></a>
|
||||||
</header>
|
</header>
|
||||||
<article>
|
<article>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Reference in a new issue