You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/21 00:09:09 UTC

svn commit: r509802 - /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: bommel
Date: Tue Feb 20 15:09:08 2007
New Revision: 509802

URL: http://svn.apache.org/viewvc?view=rev&rev=509802
Log:
(TOBAGO-276) Popup - background shading in Mozilla browser - Firefox / Netscape

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?view=diff&rev=509802&r1=509801&r2=509802
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Tue Feb 20 15:09:08 2007
@@ -502,9 +502,10 @@
   top: 0px;
   left: 0px;
   /*background: url(../../standard/image/popupBg.png);*/
-/*  background: url(../image/popupBg.png);*/
-/*  filter: alpha(opacity=40) ;                             */
-/*  -moz-opacity: 0.4;*/
+  opacity: .40;
+  background: url(../image/popupBg.png);
+  filter: alpha(opacity=40);
+  -moz-opacity: 0.4;
 }
 
 .tobago-popup-blink {