Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4124 Visualizzazioni

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 ?

Avatar
Abbandona
Risposta migliore

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>

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 24
2018
1
lug 24
2041
1
dic 22
2778
2
mar 18
20207
0
mar 15
4276