Skip to content

Commit

Permalink
Overlay bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Oct 27, 2011
1 parent 0104304 commit fe8f3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/stylesheets/alchemy.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ div#overlay {
width: 100%;
height: 100%;
z-index: 400000;
background-color: rgba(255,255,255,0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF, endColorstr=#60FFFFFF);
background-color: rgba(229,229,229,0.4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40E5E5E5, endColorstr=#40E5E5E5);
}

#user_list li.table_row div.table_left span.icon img {
Expand Down

0 comments on commit fe8f3c7

Please sign in to comment.