Browse Source

[FIX] use a smoother color for the button when the help page does not exist

pull/40/head
Laurent Mignon 10 years ago
parent
commit
f857516880
  1. 2
      help_online/static/src/css/help_online.css

2
help_online/static/src/css/help_online.css

@ -1,5 +1,5 @@
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 {

Loading…
Cancel
Save