You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gm...@apache.org on 2006/05/17 11:51:36 UTC

svn commit: r407208 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css

Author: gmuellan
Date: Wed May 17 02:51:35 2006
New Revision: 407208

URL: http://svn.apache.org/viewcvs?rev=407208&view=rev
Log:
Css hack for TOMAHAWK-98, Tabs in panelTabbedPane are shown as buttons on IExplorer.

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css?rev=407208&r1=407207&r2=407208&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/tabbedpane/resource/defaultStyles.css Wed May 17 02:51:35 2006
@@ -21,7 +21,6 @@
 	text-align: center;
 	background-color: silver;
 }
-
 .myFaces_panelTabbedPane_activeHeaderCell input,
 .myFaces_panelTabbedPane_inactiveHeaderCell input,
 .myFaces_panelTabbedPane_disabledHeaderCell label{
@@ -30,7 +29,8 @@
 }
 .myFaces_panelTabbedPane_activeHeaderCell input{
 	cursor: pointer;
-	/* background-color: inherit; */
+    background-color: transparent !important;
+    /* background-color: inherit; */
 }
 .myFaces_panelTabbedPane_inactiveHeaderCell input{
 	cursor: pointer;