Team:Heidelberg/Templates/style-css

From 2013.igem.org

(Difference between revisions)
m
m (Undo revision 321156 by Nils.kurzawa (talk))
Line 137: Line 137:
}
}
.item ul li a:hover{
.item ul li a:hover{
-
     text-shadow: none;
+
     background-color:#fff;
-
     background-color:#eeeeee;
+
    color:#444;
-
     color:#000000;
+
    -moz-border-radius:5px;
 +
    -webkit-border-radius:5px;
 +
    border-radius:5px;
 +
    -moz-box-shadow:1px 1px 4px #666;
 +
     -webkit-box-shadow:1px 1px 4px #666;
 +
     box-shadow:1px 1px 4px #666;
}
}

Revision as of 15:55, 18 October 2013