# HG changeset patch # User Daniel Poelzleithner # Date 1286250140 -7200 # Node ID e1b916d2e489f747bbe8db553276b865f9f5338e # Parent 850d02b1fc6d7dfb332c924c30ca13579a13e147 better feedback on content_navigation links diff -r 850d02b1fc6d -r e1b916d2e489 static/style.css --- a/static/style.css Tue Oct 05 05:26:51 2010 +0200 +++ b/static/style.css Tue Oct 05 05:42:20 2010 +0200 @@ -264,6 +264,10 @@ vertical-align: middle; } +.content_navigation a:hover { + background-color: #d7d7d7; +} + .actions a:hover { background-color: #d7d7d7; }