diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-11 12:56:42 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-11 12:56:42 -0700 |
| commit | 82d61c698e47b7b838b9289a9d86bb275da30abb (patch) | |
| tree | f236c9b6c16fe73a1a08beb6e10003fb015c92c3 /modules/organize/css | |
| parent | afc1de54b1119680c144f474f1c587f3c69b6813 (diff) | |
Revert "Upgraded to the latest svn version of selectable and applied local fixes to address ticket #696"
This reverts commit afc1de54b1119680c144f474f1c587f3c69b6813.
Diffstat (limited to 'modules/organize/css')
| -rw-r--r-- | modules/organize/css/organize.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index ed786dac..15b5538d 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -102,15 +102,9 @@ width: 9em; } -.gOrganizeMicroThumbGridCell.ui-selected { - margin: 2px !important; - border: 2px solid #13A !important; -} - -.gOrganizeMicroThumbGridCell.ui-state-focus, -.gOrganizeMicroThumbGridCell.ui-state-active { - background: none; - border: 0px; +.gOrganizeMicroThumbGridCell.ui-state-selected { + margin: 2px; + border: 2px solid #13A; } .ui-selectable-lasso { |
