New: Add focus

This commit is contained in:
Laurent Destailleur 2011-08-08 15:33:50 +00:00
parent 27ede66991
commit c93b825cdf
2 changed files with 8 additions and 5 deletions

View File

@ -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: <?php print $fontlist ?>; 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: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;

View File

@ -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: <?php print $fontlist ?>; 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: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;
@ -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: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;