Template:Team:Berlin/AllCss

From 2014.igem.org

(Difference between revisions)
Line 7,503: Line 7,503:
     -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
     -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
     -webkit-backface-visibility: hidden; /* Fix for transition flickering */
     -webkit-backface-visibility: hidden; /* Fix for transition flickering */
 +
 +
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 +
}
}

Revision as of 14:05, 14 October 2014