Skip to content

Commit

Permalink
style the context menu better
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.iamcal.com/public/php/iTunesServer/trunk@5747 ac7c8259-0de0-4f3c-bb6a-12394caf8efd
  • Loading branch information
iamcal committed Aug 19, 2010
1 parent f8bc2e4 commit 87c5919
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion css/player.css
Expand Up @@ -439,15 +439,40 @@ table#playlist tr#loadmore td div {
display: none;
position: absolute;
border: 1px solid black;

background: #ffffff;
border-color: #CCCCCC #666666 #666666 #CCCCCC;
border-style: solid;
border-width: 1px;
cursor:default;
margin: 0;
outline: medium none;
padding: 4px 0;
z-index: 20000;
}

#contextmenu a {
display: block;
width: 150px;
background-color: #fff;
padding: 4px;
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
color: #000000;
font: 13px Arial,sans-serif;
list-style: none outside none;
margin: 0;
padding: 4px 50px 4px 28px;
white-space: nowrap;
}

#contextmenu a:hover {
background-color:#D6E9F8;
border-color:#D6E9F8;
border-style:dotted;
border-width:1px 0;
padding-bottom:3px;
padding-top:3px;
}

table#playlist th.sort-fwd,
Expand Down

0 comments on commit 87c5919

Please sign in to comment.