Glasses icon indicating copy to clipboard operation
Glasses copied to clipboard

border-radius or -webkit-border-radius has no effect on #main-window

Open sjorge opened this issue 14 years ago • 2 comments

This may be a webkit limitation but it would still be nice to be able to use border-radius on #main-window

I discovered it doesn't work when I tried to get rounded corners like the Quick Time Player has in Snow Leopard.

sjorge avatar Aug 29 '10 11:08 sjorge

After playing some more with it, it seems it's only #video-view that is ignoring the border-radius css properties (that's for rounded corners FYI).

I'm not sure but I guess this is because it's the container where the video is drawn. Is there a way around it so the video will have follow the contours of the container? (Like Quick Time Player does?)

sjorge avatar Aug 29 '10 19:08 sjorge

There is an example here: http://sjorge.sin.khk.be/qt-style.tar.bz2

it include 2 lunettesstyle folders, one that has the rounded corners and the window buttons working. Another one which is exactly the same but with the #video div not set to display:none. it doesn't show rounded corners and the window buttons are also broke for some reason :(

sjorge avatar Aug 29 '10 21:08 sjorge