How to remove blue line when replying or forwarding email in opera mail client?
-
hsbsafi last edited by
How to remove blue line when replying or forwarding email in opera mail client?
Here is the screenshot http://prntscr.com/g30xdu
Thanks in Advance.
-
burnout426 Volunteer last edited by
It's only visual and doesn't actually go in the outgoing message. Do you still want it gone? If so, you'd have to edit mime.css in the styles folder in the installation folder.
It's probably the border-left in:
#flowed omf|ql { /* Quotes */ padding: 0 0 0.32em 0.4em; margin-left: -0.2em; border-left: 2px solid; display: block; }
that's showing it. Also see border-left-color in the blocks after it, which control the color.