diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 15:45:35 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 15:45:35 -0700 |
commit | 6fdb5cddf89d9c4f10bd112111649abac6eae837 (patch) | |
tree | bfe19987c65a534dcf1de7616e228e9c6f84345d | |
parent | a015078ccad388e9be05cd45207ebd12bfdd015c (diff) |
Make the lasso more prominent and the colors consistent.
-rw-r--r-- | modules/organize/css/organize.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index b14870bb..4bbe4975 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -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; } /**************************************************************** |