From 1be62a6855f864c7e3866f1c78a7e005f47dea95 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Jan 2009 18:51:14 +0100 Subject: more actions tweaks --- tt-rss.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tt-rss.css') 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; +} -- cgit v1.2.3