summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-25 00:14:01 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-25 13:08:53 +0200
commit2eea5bbdeb24636aafa2808273eefa362c452b57 (patch)
tree1f5a018d415c1bd5512d8cb7472b7fa31280279d /public
parent31a6a13268023a2db5eba2445ee6c7db4a6d9623 (diff)
Big area mark as read
Added a big area to mark all as read below the list of articles
Diffstat (limited to 'public')
-rw-r--r--public/themes/default/freshrss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 3f0b3c23c..92eaafaf0 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -491,6 +491,21 @@
font-size: 0;
}
+.bigMarkAsRead {
+ background:#CCC;
+ color:#FFF;
+ cursor:pointer;
+ height:32em;
+ text-shadow: 0 -1px 0 #AAA;
+}
+.bigMarkAsRead:hover {
+ background:#06C;
+}
+.bigTick {
+ font-size:72pt;
+ margin:32px 0 8px 0;
+}
+
/*** NOTIFICATION ***/
.notification {
position: fixed;