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.

25 lines
526 B

  1. /* Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
  2. * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. */
  4. .o_mail_thread .o_thread_message {
  5. .o_full_expand {
  6. cursor: pointer;
  7. opacity: 0;
  8. margin-right: -5px;
  9. padding: 4px;
  10. }
  11. &.o_thread_selected_message .o_full_expand {
  12. opacity: 0.6;
  13. }
  14. &:hover {
  15. .o_full_expand {
  16. opacity: 0.6;
  17. &:hover {
  18. opacity: 1;
  19. }
  20. }
  21. }
  22. }