Difference between revisions of "Team:Lambert GA/Template"

Line 53: Line 53:
 
     font-family: inherit;
 
     font-family: inherit;
 
     margin: 0;
 
     margin: 0;
 +
-o-transition:color .2s ease-out, background 2s ease-in;
 +
  -ms-transition:color .2s ease-out, background 2s ease-in;
 +
  -moz-transition:color .2s ease-out, background 2s ease-in;
 +
  -webkit-transition:color .2s ease-out, background 2s ease-in;
 +
  /* ...and now for the proper property */
 +
  transition:color .2s ease-out, background 2s ease-in;
 
}
 
}
  
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
.navbar a:hover, .dropdown:hover .dropbtn {
     color: blue;
+
     color: #6DBBF7;
 +
  background-color: #FAFAFA;
 
}
 
}
  
Line 76: Line 83:
 
     text-align: left;
 
     text-align: left;
 
     position: absolute;
 
     position: absolute;
-o-transition:color .2s ease-out, background 1s ease-in;
 
  -ms-transition:color .2s ease-out, background 1s ease-in;
 
  -moz-transition:color .2s ease-out, background 1s ease-in;
 
  -webkit-transition:color .2s ease-out, background 1s ease-in;
 
  /* ...and now override with proper CSS property */
 
  transition:color .2s ease-out, background 1s ease-in;
 
 
}
 
}
  

Revision as of 12:50, 23 May 2018