aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-26 21:51:09 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-26 21:51:09 +0200
commit6e9b4501eb2334de8f2435193c3573e7aec71f9f (patch)
tree824b6fd7ba19bd66a167780a264d1baf73a27955
parent2eea5bbdeb24636aafa2808273eefa362c452b57 (diff)
Suggestion of implementation for the Flat Design theme
-rw-r--r--public/themes/flat-design/freshrss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index 653de0420..f13b483dd 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -494,6 +494,21 @@ body {
font-size: 0;
}
+.bigMarkAsRead {
+ background:#34495E;
+ color:#FFF;
+ cursor:pointer;
+ height:32em;
+ text-shadow: 0 -1px 0 #AAA;
+}
+.bigMarkAsRead:hover {
+ background:#D04200;
+}
+.bigTick {
+ font-size:72pt;
+ margin:32px 0 8px 0;
+}
+
/*** NOTIFICATION ***/
.notification {
position: fixed;