Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/6.1-opw-576199-msh into lp:openerp-web/6.1.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-576199-msh/+merge/111766
Hello,
Fixed the issue of comma missin base.css due to which textarea background color
not loaded for required.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-576199-msh/+merge/111766
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/6.1-opw-576199-msh.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css 2012-06-07 11:11:49 +0000
+++ addons/web/static/src/css/base.css 2012-06-25 04:37:20 +0000
@@ -1573,7 +1573,7 @@
}
.openerp td.required input,
.openerp td.required select,
-.openerp td.required textarea
+.openerp td.required textarea,
.openerp td.required table.oe-listview-content {
background-color: #D2D2FF !important;
}
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp