It works otherwise well but I encountered this problem: I cannot remove a border from thumbnails inside a category where it shows those thumbnails of images in that particular category. I tried to modify the style setting in Parameters (Category View Settings (Thumbnails), and other sections as well) by setting the color to black (tried choosing the black, inputting color value #000000 and typing "none" in the field), and it had no effect, the border stays light gray and turns white(ish) when mouse overed. My Phoca Gallery template is Black, which I aquired from there.
I tried to find out with Firebug what it was all about, and I saw that this kind of code in the generated .html creates the border:
Code: Select all
.phocagallery-box-file {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
border:1px solid #CCCCCC;
}Can anyone help, how could I get rid of that border?

