[FIX] website editor: Editor bar is showing border in ie.

bzr revid: chm@openerp.com-20140227111726-s1545ii3exjqjkxz
This commit is contained in:
Christophe Matthieu 2014-02-27 12:17:26 +01:00
commit 6a777b9e62
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-ms-filter: "alpha(opacity=50)";
}
/* ---- OpenERP Style ---- {{{ */

View File

@ -23,6 +23,7 @@
background: transparent
border: none
+box-shadow(none)
-ms-filter: "alpha(opacity=50)"
// }}}