[FIX] Editor bar is showing border.

bzr revid: psa@tinyerp.com-20140220102200-2r2urlrrkngv20at
This commit is contained in:
Paramjit Singh Sahota 2014-02-20 15:52:00 +05:30
parent 24111f62f9
commit 2e3e44255e
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)"
// }}}