Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4049 Переглядів

When comes to the issue of change the style of OpenERP, sometimes I have to write css to overwrite all specify rules for one particular selector in order to make it work. For example, if I want to change the background-color of .oe_topbar class, change only background-color property doesn't work, I need to crawling to find background-image property and turn it off. Something like this.

As the title said: Do you have an effective way or any tips to overwrite css ?

Аватар
Відмінити
Найкраща відповідь

As long, as openerp web client haven't any theming functionalities, whats only way to change styles.

Of couse you can write web client theming module and try to make it like it maded in website module: 

<code>    controllers/main.py:160</code>

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 24
1915
1
лип. 24
1944
1
груд. 22
2691
2
бер. 18
20101
0
бер. 15
4165