diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/themes/default/freshrss.css | 21 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 22 |
2 files changed, 27 insertions, 16 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 353c4a1bc..23838c016 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -275,6 +275,12 @@ text-overflow: ellipsis; cursor: pointer; } + .flux_header .item.title a { + color: #000; + } + .flux_header .item.title a:hover { + text-decoration: none + } .flux.not_read .flux_header .item.title { font-weight: bold; } @@ -504,18 +510,17 @@ } .bigMarkAsRead { - background:#CCC; - color:#FFF; - cursor:pointer; - height:32em; - text-shadow: 0 -1px 0 #AAA; + cursor: pointer; + height: 300px; + text-shadow: 0 -1px 0 #aaa; } .bigMarkAsRead:hover { - background:#06C; + background: #333; + color: #fff; } .bigTick { - font-size:72pt; - margin:32px 0 8px 0; + font-size: 72pt; + margin: 75px 0 10px 0; } /*** NOTIFICATION ***/ diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 559d1c374..b72751e3b 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -269,6 +269,12 @@ body { text-overflow: ellipsis; cursor: pointer; } + .flux_header .item.title a { + color: #333; + } + .flux_header .item.title a:hover { + text-decoration: none + } .flux.not_read .flux_header .item.title { font-weight: bold; } @@ -507,18 +513,18 @@ body { } .bigMarkAsRead { - background:#34495E; - color:#FFF; - cursor:pointer; - height:32em; - text-shadow: 0 -1px 0 #AAA; + background: #ecf0f1; + cursor: pointer; + height: 300px; + text-shadow: 0 -1px 0 #aaa; } .bigMarkAsRead:hover { - background:#3498db; + background: #34495e; + color: #fff; } .bigTick { - font-size:72pt; - margin:32px 0 8px 0; + font-size: 72pt; + margin: 75px 0 10px 0; } /*** NOTIFICATION ***/ |
