diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-01-04 01:26:50 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-01-04 01:26:50 +0000 |
| commit | 30fbe92ebfdaa870b3f69197214366d2d4cf1eb8 (patch) | |
| tree | 28abbeb7fc2ac7c521940dde85b1c3c21260dd13 | |
| parent | efcaec19236464ab36414073bc378bf0afccf42f (diff) | |
Fixed #11434 -- Corrected style of arrow buttons located at the center of filter_{horizontal|vertical} m2m widgets to not give them focus borders that span from the left page border. Thanks defaultwombat for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/admin/media/css/widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/admin/media/css/widgets.css b/django/contrib/admin/media/css/widgets.css index 8595a26da3..26400fac50 100644 --- a/django/contrib/admin/media/css/widgets.css +++ b/django/contrib/admin/media/css/widgets.css @@ -70,6 +70,7 @@ height: 16px; display: block; text-indent: -3000px; + overflow: hidden; } .selector-add { |
