diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ae860e11e08..88750fb1dd0 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.93 2011/08/08 15:19:28 eldy Exp $ + * \version $Id: style.css.php,v 1.94 2011/08/08 15:33:50 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -81,6 +81,9 @@ body { a:link, a:visited, a:hover, a:active { font-family: ; font-weight: bold; color: #000000; text-decoration: none; } +input:focus, textarea:focus, button:focus, select:focus { + box-shadow: 0 0 4px #8091BF; +} input { font-size: px; font-family: ; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 06adbce08dd..bb8d9452432 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.95 2011/08/08 15:19:28 eldy Exp $ + * \version $Id: style.css.php,v 1.96 2011/08/08 15:33:50 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -85,6 +85,9 @@ body { a:link, a:visited, a:hover, a:active { font-family: ; font-weight: bold; color: #000000; text-decoration: none; } +input:focus, textarea:focus, button:focus, select:focus { + box-shadow: 0 0 4px #8091BF; +} input { font-size: px; font-family: ; @@ -93,9 +96,6 @@ input { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } -input:focus, textarea:focus, button:focus { - box-shadow: 0 0 4px #8091BF; -} input.flat { font-size: px; font-family: ;