8 changed files with 39 additions and 51 deletions
@ -0,0 +1,15 @@ |
|||
Custom Backend Appearance v8 |
|||
============================ |
|||
You can simply change font colour and background colour using this Module. |
|||
|
|||
Features |
|||
======== |
|||
* Your own colors on your interface. |
|||
* Custom Font Colour of Top Menu. |
|||
* Custom Font Colour of Sidebar Child Menu. |
|||
* Custom BackGround Colour of Sidebar. |
|||
|
|||
Credits |
|||
======= |
|||
Nilmar Shereef |
|||
Shameem Babu |
@ -1,2 +1,2 @@ |
|||
import themes |
|||
import play_with_js |
|||
import res_config_settings |
|||
import controller |
|||
|
Before Width: | Height: | Size: 545 KiB After Width: | Height: | Size: 0 B |
@ -1,13 +1,11 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<openerp> |
|||
<data> |
|||
|
|||
<template id="assets_backend" name="load desert js and css assets" inherit_id="web.assets_backend"> |
|||
<xpath expr="." position="inside"> |
|||
<link rel="stylesheet" href="/editable_theme/static/css/backend_style.css"/> |
|||
<script type="text/javascript" src="/editable_theme/static/src/js/js_role.js"></script> |
|||
</xpath> |
|||
</template> |
|||
|
|||
</data> |
|||
</openerp> |
Loading…
Reference in new issue