Make the lasso more prominent and the colors consistent.

This commit is contained in:
Bharat Mediratta
2009-08-30 15:45:35 -07:00
parent a015078cca
commit 6fdb5cddf8
+5 -3
View File
@@ -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 {
@@ -121,7 +123,7 @@
.gOrganizeMicroThumbGridCell:hover {
margin: 2px;
border: 2px solid #009;
border: 2px solid #13A;
}
/****************************************************************