Use less subtle design for active user initial

See comments for aa05823.

Signed-off-by: J.M <me@mynetx.net>
This commit is contained in:
J.M 2014-01-02 20:53:52 +01:00
parent 3f1672500d
commit ee75a1c65d

View File

@ -131,11 +131,13 @@ a:hover {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
<?php echo $_SESSION['PMA_Theme']->getCssGradient('ffffff', 'cccccc'); ?>
<?php echo $_SESSION['PMA_Theme']->getCssGradient('ffffff', 'e0e0e0'); ?>
}
#initials_table a.active {
<?php echo $_SESSION['PMA_Theme']->getCssGradient('cccccc', 'ffffff'); ?>
border: 1px solid #666;
box-shadow: 0 0 2px #999;
<?php echo $_SESSION['PMA_Theme']->getCssGradient('bbbbbb', 'ffffff'); ?>
}
dfn {