I have this:
Qt Code:
  1. border: 2px solid green;
  2. border-radius: 6px;
  3. }
To copy to clipboard, switch view to plain text mode 

But I end up with some pretty disturbing corners with the background color where the border is rounded.

My question is: How can I get rid of them?

I tryed the opacity qss attirbute but it's not working, although in the documentation it says it works. Tried it with a simple example, no transparency there.

Bug?