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 --- themes/graycube/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'themes') diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index b62f00f9e..b7d0ac8b6 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -514,4 +514,11 @@ div.tagCloudContainer { background : url("images/resize_horiz.png") top left; } +table.prefPrefsList tr:hover td.prefValue { + color : gray; +} + +table.prefPrefsList tr:hover td.prefValue input { + color : gray; +} -- cgit v1.2.3