aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/themes/default/freshrss.css15
-rw-r--r--public/themes/flat-design/freshrss.css16
2 files changed, 15 insertions, 16 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index e109e80ae..3da7923ea 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -498,18 +498,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 3f8ad766b..a9d068558 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -501,18 +501,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 ***/