You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
577 B

  1. /*
  2. © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. */
  5. .openerp .oe_topbar_item.oe_topbar_open_caller{
  6. padding: 0px;
  7. width: 32px;
  8. height: 32px;
  9. }
  10. .openerp .oe_topbar_item.oe_topbar_open_caller button{
  11. position: relative;
  12. top: -3px;
  13. box-sizing: border-box;
  14. border: none;
  15. box-shadow: none;
  16. color: white;
  17. background: none;
  18. text-shadow: 0px 1px 2px black;
  19. width: 32px;
  20. height: 32px;
  21. padding: 0px;
  22. margin: 0px
  23. border-radius: 0px;
  24. }