forked from Wavyzz/dolibarr
Look fixes and enhancements
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/auguria/style.css.php
|
* \file htdocs/theme/auguria/style.css.php
|
||||||
* \brief Fichier de style CSS du theme auguria
|
* \brief Fichier de style CSS du theme auguria
|
||||||
* \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $
|
* \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@@ -1294,6 +1294,10 @@ font-family: <?php print $fontlist ?>;
|
|||||||
|
|
||||||
td.highlights { background: #f9c5c6; }
|
td.highlights { background: #f9c5c6; }
|
||||||
|
|
||||||
|
td.warning { /* Utilise par Smarty */
|
||||||
|
background: #FF99A9;
|
||||||
|
}
|
||||||
|
|
||||||
div.ok {
|
div.ok {
|
||||||
color: #114466;
|
color: #114466;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/eldy/style.css.php
|
* \file htdocs/theme/eldy/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Eldy
|
* \brief Fichier de style CSS du theme Eldy
|
||||||
* \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $
|
* \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@@ -1260,6 +1260,10 @@ font-family: <?php print $fontlist ?>;
|
|||||||
|
|
||||||
td.highlights { background: #f9c5c6; }
|
td.highlights { background: #f9c5c6; }
|
||||||
|
|
||||||
|
td.warning { /* Utilise par Smarty */
|
||||||
|
background: #FF99A9;
|
||||||
|
}
|
||||||
|
|
||||||
div.ok {
|
div.ok {
|
||||||
color: #114466;
|
color: #114466;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user