aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Origine/origine.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 95fd671f1..55ff3fc73 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -805,11 +805,12 @@ a.btn {
text-decoration: none;
text-shadow: 0 -1px 0 #aaa;
color: #666;
- background: #eee;
+ background: #fafafa;
}
#bigMarkAsRead:hover {
color: #27ae60;
background: #fff;
+ box-shadow: 0 -5px 10px #eee inset;
}
#bigMarkAsRead:hover .bigTick {
text-shadow: 0 0 5px #27ae60;