web icon indicating copy to clipboard operation
web copied to clipboard

[14.0][IMP] web_company_color: UI improvements

Open ajaniszewska-dev opened this issue 1 year ago • 2 comments

  1. add field to control input bg color : before this change "button background color" was changing not only button's bg color but also input fields bg color.

ajaniszewska-dev avatar Apr 29 '24 14:04 ajaniszewska-dev

@Tardo could you review? :pray:

ajaniszewska-dev avatar Sep 27 '24 13:09 ajaniszewska-dev

@JuMiSanAr

Looks good. However, I'm assuming the previous color system was intended as is and someone might want to keep it, maybe this should go into its own module?

Yes, it may be a problem... but for me the previous color was not correct either. I don't know to what extent the previous color matched the real color.

Can always do a migration script and set the color of the new field to the value that the operation gave: lighten(%(color_button_bg)s, 10%)

Tardo avatar Sep 27 '24 15:09 Tardo