Skip to content

Commit

Permalink
Add style into test file as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
colinf committed Aug 9, 2012
1 parent d324f22 commit d5b8696
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/index.html
Expand Up @@ -4,6 +4,25 @@
<title>Listbox-Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="out.css" />
<style>
.menu.listbox-menu {
border: 1px solid black;
background: #125616;
}

.menu.listbox-menu li a {
color: #fcec27;
}

.menu.listbox-menu li a:hover {
background: #c8f4cb;
color: #000;
}
.menu.listbox-menu li.selected a {
background: #40b046;
color: #000;
}
</style>
</head>
<body>
<title>Listbox-Menu</title>
Expand Down

0 comments on commit d5b8696

Please sign in to comment.