mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] ribbon color customization (#347)
* [IMP] web_environment_ribbon: add color customization The ribbon color and background-color can be modified through system parameters: * ribbon.color * ribbon.background.color Added Copyright in .js Delete duplicate entries in css
This commit is contained in:
committed by
Pedro M. Baeza
parent
d075de1dac
commit
d9f525fd4b
@@ -1,7 +1,5 @@
|
||||
.test-ribbon{
|
||||
width: 200px;
|
||||
background: #e43;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: -50px;
|
||||
text-align: center;
|
||||
@@ -16,7 +14,7 @@
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
box-shadow: 0 0 3px rgba(0,0,0,.3);
|
||||
background: rgba(255, 0, 0, .6);;
|
||||
background: rgba(255,0,0,.6);
|
||||
}
|
||||
|
||||
.test-ribbon b {
|
||||
|
||||
Reference in New Issue
Block a user