phpbbgallery icon indicating copy to clipboard operation
phpbbgallery copied to clipboard

clip-path in gallery.css

Open SiavaRu opened this issue 6 years ago • 0 comments

clip-path not implemented. May be comment this strings? Prev and Next photos in viewimage not clickable with this clip-path...

.image_prev_image
{
	float: left; 
	text-align: left; 
	width: 48%;
	clip-path: url(#left_arrow);
}
.image_next_image
{
	float: right; 
	text-align: right; 
	width: 48%;
	clip-path: url(#right_arrow);
}

SiavaRu avatar Nov 21 '18 09:11 SiavaRu