From e351c4945da20622c88d7cc9ccdb9ba17a9f5bef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Aug 2008 07:05:16 +0100 Subject: [PATCH] highlight option under mouse cursor in preferences --- modules/pref-prefs.php | 12 ++++++------ themes/graycube/theme.css | 7 +++++++ tt-rss.css | 8 ++++++++ 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index cf3d3aee..0add856d 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -227,7 +227,7 @@ $email = db_fetch_result($result, 0, "email"); print "".__('E-mail').""; - print "

".__("Authentication")."

"; print "".__("Old password").""; - print "".__("New password").""; - print "".__("Confirm password").""; - print "" . __($line["short_desc"]); + print "" . __($line["short_desc"]); if ($help_text) print "
".__($help_text)."
"; print ""; - print ""; + print ""; if ($type_name == "bool") { // print_select($pref_name, $value, array("true", "false")); diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index b62f00f9..b7d0ac8b 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; +} diff --git a/tt-rss.css b/tt-rss.css index dda8600b..e52d4717 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; -- 2.39.2