From b905de3a91d8985b4c13bc3b4da4b8165e0a9e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 7 Oct 2013 22:17:46 -0400 Subject: [PATCH] Add an icon for read items inside the view feed-items --- assets/css/app.css | 4 ++++ templates/feed_items.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index 08747c5..48b0e1e 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -449,6 +449,10 @@ nav .active a { color: #555; } +.items a.read { + color: #666; +} + /* item */ .item { padding-left: 5px; diff --git a/templates/feed_items.php b/templates/feed_items.php index 2a57108..390a203 100644 --- a/templates/feed_items.php +++ b/templates/feed_items.php @@ -27,7 +27,11 @@ href="?action=show&menu=feed-items&id=" data-item-id="" id="open-" + > + + ☑ +