aboutsummaryrefslogtreecommitdiff
path: root/public/themes/default/freshrss.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/default/freshrss.css')
-rw-r--r--public/themes/default/freshrss.css21
1 files changed, 13 insertions, 8 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 ***/