summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-04-29 21:42:29 +0530
committerraghunayyar <me@iraghu.com>2013-04-29 21:42:29 +0530
commitcb7b939351c0628ca8adc7d4c1c696b0e45cbf26 (patch)
tree83307aa562051a39816c9eb9238c487ee19d29d9 /css
parent3d79d2a5fa5a49c3f0b2ed5170cc27fea98cb7ea (diff)
Reverts changes to the Mark Unread Button.
Diffstat (limited to 'css')
-rw-r--r--css/items.css25
1 files changed, 1 insertions, 24 deletions
diff --git a/css/items.css b/css/items.css
index 70926ab32..af8e8c11e 100644
--- a/css/items.css
+++ b/css/items.css
@@ -288,7 +288,6 @@
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
- margin-bottom:8px;
}
/**
@@ -309,23 +308,8 @@
}
.feed_item .secondary_item_utils li {
+ padding-left: 25px;
display: none;
- padding: 6px;
- background-color: rgba(240,240,240,.9);
- 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: 7px;
- -webkit-border-radius: 7px;
- border-radius: 7px;
- }
- .feed_item .secondary_item_utils li:hover {
- background-color: rgba(250,250,250,.9);
- color: #333;
}
/**
@@ -348,11 +332,4 @@
.feed_item .secondary_item_utils li input[type=checkbox]{
margin-left: 5px;
- display:none;
- }
- .feed_item .show_keep_unread li {
- border: 1px solid #bbb !important;
- background-color: rgba(240,240,240,.9) !important;
- color: #555 !important;
- font-weight:bold;
}