diff --git a/ChangeLog b/ChangeLog index 0972868e083..6fd58172ca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,7 @@ English Dolibarr changelog - Themes are full CSS compliant. - A lot of other minor changes... - Option to scan uploaded document by an antivirus. +- Transparency for picto files works with IE. ***** Changelog for 2.1 compared to 2.0.1 ***** diff --git a/htdocs/theme/auguria/img/error.png b/htdocs/theme/auguria/img/error.png index 2ff9a948d3b..f41dd8a3bc0 100644 Binary files a/htdocs/theme/auguria/img/error.png and b/htdocs/theme/auguria/img/error.png differ diff --git a/htdocs/theme/auguria/img/stcomm-1.png b/htdocs/theme/auguria/img/stcomm-1.png index 132af9a2853..52b3625ac05 100644 Binary files a/htdocs/theme/auguria/img/stcomm-1.png and b/htdocs/theme/auguria/img/stcomm-1.png differ diff --git a/htdocs/theme/dolibarr/img/error.png b/htdocs/theme/dolibarr/img/error.png index f893de7abf3..f41dd8a3bc0 100644 Binary files a/htdocs/theme/dolibarr/img/error.png and b/htdocs/theme/dolibarr/img/error.png differ diff --git a/htdocs/theme/dolibarr/img/stcomm-1.png b/htdocs/theme/dolibarr/img/stcomm-1.png index 1cabc6e95d8..52b3625ac05 100644 Binary files a/htdocs/theme/dolibarr/img/stcomm-1.png and b/htdocs/theme/dolibarr/img/stcomm-1.png differ diff --git a/htdocs/theme/eldy/img/stcomm-1.png b/htdocs/theme/eldy/img/stcomm-1.png index 132af9a2853..52b3625ac05 100644 Binary files a/htdocs/theme/eldy/img/stcomm-1.png and b/htdocs/theme/eldy/img/stcomm-1.png differ diff --git a/htdocs/theme/freelug/img/error.png b/htdocs/theme/freelug/img/error.png index f893de7abf3..f41dd8a3bc0 100644 Binary files a/htdocs/theme/freelug/img/error.png and b/htdocs/theme/freelug/img/error.png differ diff --git a/htdocs/theme/freelug/img/stcomm-1.png b/htdocs/theme/freelug/img/stcomm-1.png index 1cabc6e95d8..52b3625ac05 100755 Binary files a/htdocs/theme/freelug/img/stcomm-1.png and b/htdocs/theme/freelug/img/stcomm-1.png differ diff --git a/htdocs/theme/yellow/img/error.png b/htdocs/theme/yellow/img/error.png index f893de7abf3..f41dd8a3bc0 100644 Binary files a/htdocs/theme/yellow/img/error.png and b/htdocs/theme/yellow/img/error.png differ diff --git a/htdocs/theme/yellow/img/stcomm-1.png b/htdocs/theme/yellow/img/stcomm-1.png index 1cabc6e95d8..52b3625ac05 100644 Binary files a/htdocs/theme/yellow/img/stcomm-1.png and b/htdocs/theme/yellow/img/stcomm-1.png differ