Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Curved corners on a popup.html?

I'm wondering how I curve the corners of the popup.html page on a Chrome extension? I've tried... http://borderradius.com/ entering 10 for all cornors and putting that in the body of my CSS but it doesn't seem to work. Is there a special way I have to style it?

like image 598
Skizit Avatar asked Feb 04 '11 17:02

Skizit


1 Answers

Do you mean this whole popup container? It's not possible.

You can right click on a popup icon and select "Inspect popup" and then play with css in the inspector - you will see that popup container itself is out of reach (its some system GUI element probably).

like image 171
serg Avatar answered Sep 21 '22 14:09

serg