How do I give Firefox rounded borders using border-radius? I am using Firefox 14 on Ubuntu.Edit:I have tried\[code\]-moz-border-radius\[/code\]and all the other browser specific comments, none of them have worked. I had already found this after searching on Google, and that is why I asked here.Does it make any difference if I'm using KDE? I have already added Firefox in the window-specific overrides.My userChrome.css file starts with this:\[code\]-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;\[/code\]Is it supposed to implemented differently? The rest of the css codes I have used work perfectly. Thanks!THE RESULT:I wanted to round the corners of the entire border, but apparently it's impossible. Sorry for the misunderstanding and thanks for your trouble!