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.

40 lines
967 B

  1. .openerp .oe_view_manager_custom_column
  2. {
  3. height: 24px;
  4. line-height: 24px;
  5. display: inline-block;
  6. border: 1px solid #ababab;
  7. cursor: pointer;
  8. -moz-border-radius: 5px;
  9. -webkit-border-radius: 5px;
  10. border-radius: 5px;
  11. max-width: calc(100% - 200px);
  12. }
  13. .openerp .oe_view_manager_custom_column a
  14. {
  15. padding: 1px 6px;
  16. color: #4c4c4c;
  17. }
  18. .openerp .oe_view_manager_custom_column a.active i
  19. {
  20. text-shadow: 0 0 3px #ababab;
  21. }
  22. .openerp .oe_view_manager_custom_column select
  23. {
  24. margin: 1px;
  25. background: transparent;
  26. max-width: calc(100% - 110px);
  27. }
  28. .openerp .oe_list th .oe_custom_column_remove,
  29. .openerp .oe_list th .oe_custom_column_left,
  30. .openerp .oe_list th .oe_custom_column_right
  31. {
  32. color: #4c4c4c;
  33. font-size: smaller;
  34. }
  35. .openerp .oe_list th .oe_custom_column_remove:hover,
  36. .openerp .oe_list th .oe_custom_column_left:hover,
  37. .openerp .oe_list th .oe_custom_column_right:hover
  38. {
  39. text-shadow: 0px 0px 1px;
  40. }