Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
Line 9: Line 9:
width:13em;
width:13em;
}
}
-
 
+
.button:hover {
 +
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
 +
background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
 +
background-color:#8cb82b;
 +
}
.button{
.button{
position:fixed;
position:fixed;

Revision as of 20:56, 10 July 2014