← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 882175] Re: Tree colors in one2many overruled by CSS

 

> I would recommend simply removing the color definition in the CSS.

This significantly darkens form font, as it falls back on #2c2c2c
defined by jquery-ui. Two other options would be to remove some
specificity from the rule (chop off the last section) or tell cells *in
o2ms specifically*  to inherit their color from their parent (their row
in this case).

i'll have to discuss that with fme. In the meantime, do you have an
example view with o2ms which should be colored and are not?

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/882175

Title:
  Tree colors in one2many overruled by CSS

Status in OpenERP Web:
  New

Bug description:
  Hi,

  Tree colors in one2many widgets do not work. Although the color is set
  correctly in the tr's style attribute, it is overruled by CSS: the
  color of ".openerp table.oe_frame td" is set in
  addons/web/static/src/css/base.css to a shade of grey. By definition,
  any CSS takes precedence over HTML style attributes.

  I would recommend simply removing the color definition in the CSS.

  Cheers,
  Stefan.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/882175/+subscriptions


References