Added the arrow pointer in

This commit is contained in:
John Crepezzi 2011-11-28 09:39:31 -05:00
parent 315333d8eb
commit 9e046ba8eb
4 changed files with 18 additions and 1 deletions

View file

@ -45,9 +45,9 @@ textarea {
}
#key .box2 {
padding: 5px;
background: #08323c;
font-size: 0px;
padding: 0px 5px;
}
#key .box1 a.logo, #key .box1 a.logo:visited {
@ -66,6 +66,7 @@ textarea {
width: 32px;
height: 37px;
display: inline-block;
position: relative;
}
#key .box2 .function.enabled:hover {
@ -73,6 +74,18 @@ textarea {
cursor: pointer;
}
#pointer {
display: block;
height: 5px;
width: 10px;
background: url(hover-dropdown-tip.png);
bottom: 0px;
position: absolute;
margin: auto;
left: 0px;
right: 0px;
}
#key .box3 {
background: #173e48;
font-family: Helvetica, sans-serif;