diff --git a/functions.php b/functions.php
index be793c49a..f8253412b 100644
--- a/functions.php
+++ b/functions.php
@@ -4039,19 +4039,19 @@
print "
";
- print "- ".__('Selection toggle:')."
+ print "- ".__('Selection toggle:')."
- ".__('Unread')."
- ".__('Starred')."
- ".__('Published')."
- - ".__('Mark as read:')."
+ - ".__('Mark as read:')."
- ".__('Selection')."
";
print "- ".__('Entire feed').
"
";
//print "- --------
";
- print "- ".__('Assign label:')."
";
+ print "- ".__('Assign label:')."
";
$result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE
owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");
diff --git a/tt-rss.css b/tt-rss.css
index 48db0f9a6..faa784203 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2166,3 +2166,13 @@ ul#headlineActionsBody li:hover {
cursor : pointer;
background : #ecf4ff;
}
+
+ul#headlineActionsBody li.insensitive {
+ color : gray;
+}
+
+ul#headlineActionsBody li.insensitive:hover {
+ background : white;
+ cursor : normal;
+ color : gray;
+}