跳至内容
菜单
此问题已终结
1 回复
4117 查看

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>

形象
丢弃
相关帖文 回复 查看 活动
1
7月 24
2015
1
7月 24
2036
1
12月 22
2777
2
3月 18
20200
0
3月 15
4272