From f857516880fe58c720c025e33d6376a1d98deb7f Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 19 Sep 2014 10:08:33 +0200 Subject: [PATCH] [FIX] use a smoother color for the button when the help page does not exist --- help_online/static/src/css/help_online.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_online/static/src/css/help_online.css b/help_online/static/src/css/help_online.css index 90134d99..7a17f36a 100644 --- a/help_online/static/src/css/help_online.css +++ b/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 {