Changes

Jump to navigation Jump to search
no edit summary
Line 19: Line 19:  
function galleryMoreContent(){
 
function galleryMoreContent(){
 
$(document).on('click', '.media-cover-item h3', function(){
 
$(document).on('click', '.media-cover-item h3', function(){
+
$('.media-cover-item').css({'filter': 'invert(0)'});
 +
$(this).css({'filter': 'invert(1)'});
 
var property  = $(this).data('property');
 
var property  = $(this).data('property');
 
var propvalue = $(this).data('property-value');
 
var propvalue = $(this).data('property-value');
5,925

edits

Navigation menu