From e351c4945da20622c88d7cc9ccdb9ba17a9f5bef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Aug 2008 07:05:16 +0100 Subject: highlight option under mouse cursor in preferences --- tt-rss.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index dda8600b7..e52d4717a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -444,6 +444,14 @@ a.button { /* preferences */ +table.prefPrefsList tr:hover td.prefValue { + color : #88b0f0; +} + +table.prefPrefsList tr:hover td.prefValue input { + color : #88b0f0; +} + tr.title td { border-width : 0px 0px 1px 0px; border-color : #ecf4ff; -- cgit v1.2.3