Skip to content

Commit

Permalink
Make the lasso more prominent and the colors consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 30, 2009
1 parent a015078 commit 6fdb5cd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/organize/css/organize.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@

.gOrganizeMicroThumbGridCell.ui-state-selected {
margin: 2px;
border: 2px solid #009;
border: 2px solid #13A;
}

.ui-selectable-lasso {
z-index: 2000 !important;
border: 1px dashed #13A;
border: 1px dashed #00F;
opacity: 0.25;
background: #13A;
}

.gThumbnail {
Expand All @@ -121,7 +123,7 @@

.gOrganizeMicroThumbGridCell:hover {
margin: 2px;
border: 2px solid #009;
border: 2px solid #13A;
}

/****************************************************************
Expand Down

0 comments on commit 6fdb5cd

Please sign in to comment.