Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

Enhance no-content contrast #3

Closed Yakulu closed 7 years ago

Yakulu commented 7 years ago

A small suggestion about improving the nocontent rendering (atm low contrast) :

selection_2016-10-30_07 14 43_001

The CSS class concerned is .oe_view_nocontent and the applied color is @gray (777). I suggest using @gray-dark (333).

Thanks for reading.

mgielissen commented 7 years ago

screenshot-10 0 10 143 8069 2016-10-30 16-39-58

.oe_view_nocontent { color: #333; }

Yakulu commented 7 years ago

Yes that seems better to me. What do you think ?

mgielissen commented 7 years ago

CSS added in 936707b