Team:UI-Indonesia/header

From 2013.igem.org

(Difference between revisions)
Line 120: Line 120:
.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
-
background:#b2b2af;
+
background:#121212;
text-decoration:none;
text-decoration:none;
}
}
.nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
.nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
-
background:#d4d4d4;
+
background:#8a8a88;
text-decoration:none;
text-decoration:none;
}
}

Revision as of 01:38, 28 September 2013