diff options
| author | 2013-09-14 18:04:35 +0200 | |
|---|---|---|
| committer | 2013-09-14 18:04:35 +0200 | |
| commit | 60623c63ff82541bbaaf9f4b6bc503e356c1d0ac (patch) | |
| tree | b3d326a1ada2de7194f213bf57de351fca12caa7 /public/themes | |
| parent | 6193260f3e761782906917fefcba659bb5cfc294 (diff) | |
| parent | 25e247cdb2f42a9212f240cc6a23308365c631cd (diff) | |
Merge branch 'bigMarkAsRead' of https://github.com/Alkarex/FreshRSS into Alkarex-bigMarkAsRead
Diffstat (limited to 'public/themes')
| -rw-r--r-- | public/themes/default/freshrss.css | 15 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 15 |
2 files changed, 30 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; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index efbee8967..45a333b47 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; |
