diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-05 10:31:28 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-05 10:31:28 +0000 |
commit | 56fa64e995744aedaf13981e8ebddc5b9b488834 (patch) | |
tree | 412c1f9772f13b866ab3a2e7cdd739660543d6a9 | |
parent | 5eee93864339b5055ee72155fd00adee7bbfafcd (diff) | |
download | rails-56fa64e995744aedaf13981e8ebddc5b9b488834.tar.gz rails-56fa64e995744aedaf13981e8ebddc5b9b488834.tar.bz2 rails-56fa64e995744aedaf13981e8ebddc5b9b488834.zip |
Fixed transparent background for Safari with auto completer
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionpack/lib/action_view/helpers/javascript_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index f17c5682cf..6ed84059e1 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -538,6 +538,7 @@ module ActionView content_tag("style", <<-EOT div.auto_complete { width: 350px; + background: #fff; } div.auto_complete ul { border:1px solid #888; |