help_online.css 278 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12
li.oe_help_online_not_found {
  background-color: #df3f3f;
}

.openerp .oe_view_manager .oe_view_manager_switch .oe_list_button_help_online:after {
  font-size: 28px;
  content: "?";
  text-align: center;
  margin: 3px auto 4px;
  position: relative;
  display: inline-block;
}