Skip to content

Commit

Permalink
make the locationTrap just be gray
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 6, 2012
1 parent 06337a4 commit 09c9830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genome.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ div.dragWindow {

div.locationTrap {
position: absolute;
background-color: #BDD7FF;
border-color: white white #BDD7FF white;
background-color: #ccc;
border-color: white white #ccc white;
border-style: solid;
width: 0px;
height: 0px;
Expand Down

0 comments on commit 09c9830

Please sign in to comment.