Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

[12.0] Foot color #89

Closed manuelcalerosolis closed 4 years ago

manuelcalerosolis commented 4 years ago

It is important to change the properties of the text at the bottom of the columns, the text appears in white and does not distinguish well with the gray background.

In static/src/scss/style.scss

.o_list_view tfoot { background-color: $brand-primary; color: #ffffff; cursor: default; font-weight: bold; }

Thank you

mgielissen commented 4 years ago

Which Odoo version?

manuelcalerosolis commented 4 years ago

12.0

mgielissen commented 4 years ago

The problem happens when the latest web_responsive is used.

mgielissen commented 4 years ago

Fixed in https://github.com/Openworx/backend_theme/commit/82c194ca863bf62e04cd5ba7ad19335e286f58b1