Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Derohanian committed Oct 5, 2012
1 parent bde5413 commit f16144d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.css
Expand Up @@ -264,7 +264,7 @@ div.track-label, div.tracklist-label {
z-index: 20;

padding: 1px 6px;
overflow: hidden;

cursor: pointer;

border-width: 1px;
Expand Down Expand Up @@ -299,7 +299,7 @@ div.track-label {
border-color: #eee;
opacity: 0.7;
vertical-align: middle;
overflow: hidden;

}
div.track-label .track-close-button {
display: inline-block;
Expand Down Expand Up @@ -348,7 +348,6 @@ div.track-label .feature-density {
}
div.track-label:hover {
background: #FAFAFA url(src/dijit/themes/tundra/images/titleBar.png) repeat-x top left;

border-width: 1px;
border-color: #666;
border-color: rgba( 0,0,0, 1);
Expand All @@ -361,6 +360,7 @@ div.tracklist-label {
padding: 3px;
background-color: #ddd;
background-color: rgba( 220, 220, 220, 0.9 );
overflow: hidden;
}
div.tracklist-label:hover {
background-color: #396494;
Expand Down

0 comments on commit f16144d

Please sign in to comment.