[IMP] Use cursor: text for editable .btn's

bzr revid: fme@openerp.com-20131219093410-lgr1f54nehaz9fk0
This commit is contained in:
Fabien Meghazi 2013-12-19 10:34:10 +01:00
parent 375e440c2e
commit af1e65ffdb
2 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,7 @@ ul.oe_menu_editor .disclose {
-webkit-user-select: auto;
-moz-user-select: auto;
user-select: auto;
cursor: text !important;
}
.modal-dialog.select-image {

View File

@ -150,6 +150,7 @@ ul.oe_menu_editor
// about them either
.oe_editable .btn, .btn.oe_editable
+user-select(auto)
cursor: text !important
.modal-dialog.select-image
width: 80%