Closed grief-of-these-days closed 10 years ago
Hi!
Actually I've noticed that it was not possible to change the background color of the thumbnail label with a colorScheme, so I've corrected this by adding an !important
, but this broke animations...
Quick fix:
in function SetColorScheme( element )
remove !important
in line s+=s1+'.nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImage { background:'+cs.thumbnail.labelBackground+' !important; }'+'\n';
I need to find a solution to allow both features...
Hi, This issue should be resolved with v5.0.2
Resolved indeed, yay!
thanks for the feedback!
Hey! In version 5.0.1, if I use
and
labelAppear
orlabelOpacity50
hover effect, the label container is not hidden in the initial state (tested in Chrome and Firefox). Here's the fiddle: http://jsfiddle.net/mooncat/jrpc4kpo/I noticed it had something to do with the
!important
property on its initial background, but I'm not sure about the proper way to fix that.