Changes

Jump to navigation Jump to search
106 bytes added ,  16:35, 12 June 2021
no edit summary
Line 14: Line 14:     
$('.fc-img').mouseenter(function(){
 
$('.fc-img').mouseenter(function(){
   $(this).parent().css('background','rgba(255, 255, 255, 0.1)')
+
   $(this).parent().css('background','rgba(255, 255, 255, 0.9)')
 
})
 
})
 +
 +
$('.fc-img').parent().mouseenter(function(){
 +
  $(this).css('background','rgba(255, 255, 255, 0.9)')
 +
})
 +
    
$('.fc-img').mouseleave(function(){
 
$('.fc-img').mouseleave(function(){

Navigation menu