mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
fix some issues and get compatible with :
Saf3-4, iOS 1-3.2, Android <1.6 Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ and IE6IE9 for shadow
This commit is contained in:
@@ -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.94 2011/08/07 22:58:48 eldy Exp $
|
||||
* \version $Id: style.css.php,v 1.90 2011/08/07 15:06:23 grandoc Exp $
|
||||
*/
|
||||
|
||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||
@@ -1214,6 +1214,14 @@ border: 0px;
|
||||
-moz-box-shadow: 4px 4px 4px #CCC;
|
||||
-webkit-box-shadow: 4px 4px 4px #CCC;
|
||||
box-shadow: 4px 4px 4px #CCC;
|
||||
<!--[if lte IE 8]>
|
||||
<style type="text/css">
|
||||
background-color: #fff;
|
||||
zoom: 1;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',
|
||||
Direction=135, Strength=6);
|
||||
<![endif]-->
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user