You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/10/28 21:15:01 UTC

svn commit: r708658 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css

Author: hlship
Date: Tue Oct 28 13:14:58 2008
New Revision: 708658

URL: http://svn.apache.org/viewvc?rev=708658&view=rev
Log:
TAP5-28: Image shows through autocomplete-menu

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css?rev=708658&r1=708657&r2=708658&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css Tue Oct 28 13:14:58 2008
@@ -355,6 +355,10 @@
     cursor: pointer;
 }
 
+DIV.t-autocomplete-menu {
+    z-index: 9999;
+}
+
 DIV.t-autocomplete-menu UL {
     border: 2px outset #cc9933;
     background-color: #cc9933;