summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-04-14 18:54:47 +0530
committerraghunayyar <me@iraghu.com>2013-04-14 18:54:47 +0530
commit113af99a6662bd1c6b3e0b693183635f39f470e5 (patch)
tree4254286798a31c295ceeb00152d5859ade6495cc /css
parent516063c1e1d1d8a85dca7b670e279f71c5685848 (diff)
Restyling the Keep Unread Button, makes it more 'visible'
Diffstat (limited to 'css')
-rw-r--r--css/items.css27
1 files changed, 25 insertions, 2 deletions
diff --git a/css/items.css b/css/items.css
index dc88efdb1..e3645cf8c 100644
--- a/css/items.css
+++ b/css/items.css
@@ -273,6 +273,7 @@
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
+ margin-bottom:0.6em;
}
/**
@@ -293,8 +294,23 @@
}
.feed_item .secondary_item_utils li {
- padding-left: 25px;
- display: none;
+ padding: .4em;
+ background-color: rgba(240,240,240,.9);
+ font-weight: bold;
+ color: #555;
+ text-shadow: rgba(255,255,255,.9) 0 1px 0;
+ border: 1px solid rgba(190,190,190,.9);
+ cursor: pointer;
+ -moz-box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset;
+ -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset;
+ box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset;
+ -moz-border-radius: .5em;
+ -webkit-border-radius: .5em;
+ border-radius: .5em;
+ }
+ .feed_item .secondary_item_utils li:hover {
+ background-color: rgba(250,250,250,.9);
+ color: #333;
}
/**
@@ -317,4 +333,11 @@
.feed_item .secondary_item_utils li input[type=checkbox]{
margin-left: 5px;
+ display:none;
+ }
+ .feed_item .show_keep_unread li {
+ border: 1px solid #1d2d44 !important;
+ background: #35537a !important;
+ color: #eee !important;
+ text-shadow: #000 0 -1px 0;
}