Commit Graph

4 Commits

Author SHA1 Message Date
Nasreddin Boulif (bon) 3800b85dea [FIX] theme_common: Remove shadow style for header tags with light bg
Steps to reproduce :

  - Install Website module and at step of selecting a website theme,
    choose Monglia
    (or install and activate theme manually after Website install)
  - Go to Website homepage and edit it
  - Add the `Three Columns` structure block then save

Issue :

  The titles in cards are blurry.
  Issue can be reproduced on any theme that use the css function:
  `o-theme-cfa-header-shadows`.

Solution :

  Remove shadow style for light background:
  bg-100, bg-200, bg-300, bg-400.

opw-2627163

closes odoo/design-themes#495

X-original-commit: 59522be3eb
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-09-13 16:59:14 +00:00
Benjamin Vray 1d67b47142 [FIX] website_animate: fix "rotate in down" animations
The animations "Rotate In-Down-Left" and "Rotate In-Down-Right" were
not done correctly because we were trying to get the position of the
element (by not taking CSS transforms into calculations) via the
matrix of the css transform and it does not work if there is a
transform-origin on the element.

task-2215118

closes odoo/design-themes#46

X-original-commit: ad7389630c
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-07-26 12:16:29 +00:00
Xavier-Do 41bef22f89 [FIX] *: add explicit license to all manifest
The license is missing in most enterprise manifest so
the decision was taken to make it explicit in all cases.
When not defined, a warning will be triggered starting from
14.0 when falling back on the default LGPL-3.

closes odoo/design-themes#41

X-original-commit: dad1c327ab
Related: odoo/odoo#74195
Related: odoo/enterprise#19826
Signed-off-by: Olivier Dony (odo) <odo@openerp.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2021-07-26 10:06:16 +00:00
Design b759230266 [ADD] theme saas-12.3 2021-05-20 10:57:04 +02:00