Merge lp:~openerp-dev/openerp-web/7.0-bug-1097738-bth into lp:openerp-web/7.0
Proposed by
Bhumi Thakkar (Open ERP)
Status: | Needs review |
---|---|
Proposed branch: | lp:~openerp-dev/openerp-web/7.0-bug-1097738-bth |
Merge into: | lp:openerp-web/7.0 |
Diff against target: |
59 lines (+11/-4) (has conflicts) 3 files modified
addons/web/static/src/css/base.css (+1/-1) addons/web/static/src/css/base.sass (+2/-3) addons/web_kanban/static/src/css/kanban.sass (+8/-0) Text conflict in addons/web_kanban/static/src/css/kanban.sass |
To merge this branch: | bzr merge lp:~openerp-dev/openerp-web/7.0-bug-1097738-bth |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Fabien Meghazi (OpenERP) (community) | Needs Fixing | ||
Bhumi Thakkar (Open ERP) (community) | Needs Resubmitting | ||
Review via email:
|
Description of the change
Hello,
Fix: fields.html required: background not blue
To Reproduce:
1.Messaging => Inbox => click on compose a new message button
2. Give required="1' to body field which has type="html"
Observed: body field should have background blue as it is required field.
Thanks.
To post a comment you must log in.
Unmerged revisions
- 3703. By Bhumi Thakkar (Open ERP)
-
[IMP] Improve code.
- 3702. By Bhumi Thakkar (Open ERP)
-
[FIX] blue color for requied in html field.-
-fixes: lp1097738
Could you put your declaration in the same block as the already existant oe_form_required declaration ?
Eg: not([disabled] ):not([ readonly] ), select: not([disabled] ):not([ readonly] ), not([disabled] ):not([ readonly] ), &.oe_form_required iframe
background- color: #D2D2FF !important
.oe_form_required
input:
textarea:
While you are at it, could you put a saas variable for the required color #D2D2FF (also used in editable list)