From ee75a1c65d3f36bb67248dc024b178803b853855 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Thu, 2 Jan 2014 20:53:52 +0100 Subject: [PATCH] Use less subtle design for active user initial See comments for aa05823. Signed-off-by: J.M --- themes/pmahomme/css/common.css.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index a623662215..9a19c94760 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -131,11 +131,13 @@ a:hover { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; - getCssGradient('ffffff', 'cccccc'); ?> + getCssGradient('ffffff', 'e0e0e0'); ?> } #initials_table a.active { - getCssGradient('cccccc', 'ffffff'); ?> + border: 1px solid #666; + box-shadow: 0 0 2px #999; + getCssGradient('bbbbbb', 'ffffff'); ?> } dfn {