forked from Techsystech/web
[FIX] use a smoother color for the button when the help page does not exist
parent
5419ecb705
commit
f857516880
|
@ -1,5 +1,5 @@
|
||||||
li.oe_help_online_not_found {
|
li.oe_help_online_not_found {
|
||||||
background-color: red;
|
background-color: #df3f3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_view_manager .oe_view_manager_switch .oe_list_button_help_online:after {
|
.openerp .oe_view_manager .oe_view_manager_switch .oe_list_button_help_online:after {
|
||||||
|
|
Loading…
Reference in New Issue