Difference between revisions of "Template:Wageningen UR/PhageCSS"

 
Line 4: Line 4:
  
 
  /* Style the Image Used to Trigger the Modal */
 
  /* Style the Image Used to Trigger the Modal */
#IgG, #NegLuxR, #NegLuxRExtAHLdeg, #NegLuxRLuxRdeg, #PosLuxRExtAHLdeg, #PosLuxRLuxRdeg {
+
#PosLuxR, #NegLuxR, #NegLuxRExtAHLdeg, #NegLuxRLuxRdeg, #PosLuxRExtAHLdeg, #PosLuxRLuxRdeg {
 
     border-radius: 5px;
 
     border-radius: 5px;
 
     cursor: pointer;
 
     cursor: pointer;
Line 10: Line 10:
 
}
 
}
  
#IgG:hover {opacity: 0.7;}
+
#PosLuxR:hover {opacity: 0.7;}
 
#NegLuxR:hover {opacity: 0.7;}
 
#NegLuxR:hover {opacity: 0.7;}
  
Line 102: Line 102:
  
 
$(function() {
 
$(function() {
     $('#IgG).on('click', function() {
+
     $('#PosLuxR').on('click', function() {
         $('#IgG-Modal').toggle();
+
         $('#PosLuxR-Modal').toggle();
 
     });
 
     });
     $('#IgG-Modal').on('click', function() {
+
     $('#PosLuxR-Modal').on('click', function() {
         $('#IgG-Modal').toggle();
+
         $('#PosLuxR-Modal').toggle();
 
     });
 
     });
  

Latest revision as of 20:29, 1 November 2017